a question about upsampling when training model。
shenhai1895 opened this issue · 2 comments
shenhai1895 commented
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 commented
i can't understand that why you delete up0_sum = add([line0, up0]) in denseunet when it predicting.
shenhai1895 commented
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.