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 found this line "uemb, cal = self.highway_forward(c, [hs[3],hs[6],hs[9],hs[12]])" in unet.py, but there is no "hs[12]". Our dataset images are binary 256256 in size and the labels are 1256*256.
The text was updated successfully, but these errors were encountered:
use the default parameters first, it will work under default setting. these hyper-parameters should be changed with the different model settings, but I haven't fixed it yet.
Thank you very much for your answer. The code is already running!
hello, I have been confused for a long time, could you help me? Why is one of the output called ‘cal’ of self.highway_forward calculate mse with the target mode? What exactly is the function of self.highway_forward ?
Hi, I found this line "uemb, cal = self.highway_forward(c, [hs[3],hs[6],hs[9],hs[12]])" in unet.py, but there is no "hs[12]". Our dataset images are binary 256256 in size and the labels are 1256*256.
The text was updated successfully, but these errors were encountered: