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
Hi,
I am using pytorch version 0.4.0, python 3.6 and this code appears to need a minor modification to make Segnet works.
Here is the bug:
I found out that the line 12 should change from middle_channels = in_channels / 2
to middle_channels = in_channels // 2