H-DenseUNet icon indicating copy to clipboard operation
H-DenseUNet copied to clipboard

a question about upsampling when training model。

Open shenhai1895 opened this issue 5 years ago • 2 comments

i find that the ops up0_sum = add([line0, up0]) in denseunet.py is used in the training stage but not in the test stage in . is it right? and why to do it?

shenhai1895 avatar Sep 10 '19 05:09 shenhai1895

i can't understand that why you delete up0_sum = add([line0, up0]) in denseunet when it predicting.

shenhai1895 avatar Sep 10 '19 05:09 shenhai1895

i find this function load_weights_from_hdf5_group_by_name_mulgpu_twomodelcombine. so, when you train the denseunet2d, you use the unet connection, while you delete the unet connection when training the hdenseunet. do i got it? thank you for your reply.

shenhai1895 avatar Sep 10 '19 07:09 shenhai1895