focal-tversky-unet icon indicating copy to clipboard operation
focal-tversky-unet copied to clipboard

Unet gating signal typo?

Open ivanvoid opened this issue 3 years ago • 0 comments

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~

ivanvoid avatar May 19 '21 12:05 ivanvoid