focal-tversky-unet
focal-tversky-unet copied to clipboard
Unet gating signal typo?
https://github.com/nabsabraham/focal-tversky-unet/blob/347d39117c24540400dfe80d106d2fb06d2b99e1/newmodels.py#L268
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~