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, thanks for publishing code. I think you made a typo in line 268 in file newmodels.py. I sure it must be: g3 = UnetGatingSignal(up2, is_batchnorm=True, name='g3'), can you conform it? or explain why do you use signal in third attention block from up1 with conv2?
Thanks~
The text was updated successfully, but these errors were encountered:
focal-tversky-unet/newmodels.py
Line 268 in 347d391
Hi, thanks for publishing code. I think you made a typo in line 268 in file newmodels.py. I sure it must be:
g3 = UnetGatingSignal(up2, is_batchnorm=True, name='g3')
, can you conform it? or explain why do you use signal in third attention block fromup1
withconv2
?Thanks~
The text was updated successfully, but these errors were encountered: