You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hey guys, thanks for the great work. I have an ongoing project dealing with NODE networks and your repository helped me a lot.
I was reading the code thoroughly to understand your network structure, then I realized that in models.py line 38 the output of the first instance normalization is not used in the following operations. Is this an intended usage or is it bug?
The text was updated successfully, but these errors were encountered:
akgokce
changed the title
First instance normalization is not utilized in 'ConvODEFunc' for time dependent case
First instance normalization is not utilized in 'ConvODEFunc' for the time dependent case
Apr 23, 2020
akgokce
changed the title
First instance normalization is not utilized in 'ConvODEFunc' for the time dependent case
First instance normalization is not utilized in 'ConvODEFunc' for the the time dependent case
Apr 23, 2020
akgokce
changed the title
First instance normalization is not utilized in 'ConvODEFunc' for the the time dependent case
First instance normalization is not utilized in 'ConvODEFunc' for the time dependent case
Apr 23, 2020
Hi, thanks for noticing! This was unintended, but I did train the model with this bug. Would be interesting to see if performance increases with the normalization.
Hey guys, thanks for the great work. I have an ongoing project dealing with NODE networks and your repository helped me a lot.
I was reading the code thoroughly to understand your network structure, then I realized that in models.py line 38 the output of the first instance normalization is not used in the following operations. Is this an intended usage or is it bug?
Thanks in advance!
neural-odes-segmentation/models.py
Line 39 in 6dd0505
The text was updated successfully, but these errors were encountered: