LeeJunHyun / Image_Segmentation

Pytorch implementation of U-Net, R2U-Net, Attention U-Net, and Attention R2U-Net.
2.66k stars 594 forks source link

Initialization of network #71

Closed jie666-6 closed 1 year ago

jie666-6 commented 3 years ago

There is a function 'init_weights' in network.py but I did not find any line using this function of the network initialization.

So I would like to ask can someone explain this to how? How does the code use this 'init_weights' function during training?

Thanks a lot

UseJie commented 3 years ago

I am confusing, too, did you resolved?

pangda72 commented 3 years ago

There is a function 'init_weights' in network.py but I did not find any line using this function of the network initialization.

So I would like to ask can someone explain this to how? How does the code use this 'init_weights' function during training?

Thanks a lot I feel the same incomprehension. Have you solved the problem yet