Open shenhai1895 opened 5 years ago
i can't understand that why you delete up0_sum = add([line0, up0]) in denseunet when it predicting.
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.
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?