Hii, I couldn't understand the models you are loading for 3d-unet and 3d-vnet as there is no code regarding saving of the models that are being loaded. model.save('../working/3d_model.h5') .This the saved model in 3d_Unet_v1 but model = load_model('../input/evaluateunet/3d_model_4.h5',custom_objects = {'dice_coef_loss' : dice_coef_loss , 'dice_coef' : dice_coef}),this is the loaded model . I couldnt able to get what model is being loaded as there is no saved model that is being loaded. Facing same issue with 3d_vnet cose also . Please look into my issue and help me in solving it ASAP.
Joshithasree opened this issue · 0 comments
Joshithasree commented
Hii, I couldn't understand the models you are loading for 3d-unet and 3d-vnet as there is no code regarding saving of the models that are being loaded. model.save('../working/3d_model.h5') .This the saved model in 3d_Unet_v1 but model = load_model('../input/evaluateunet/3d_model_4.h5',custom_objects = {'dice_coef_loss' : dice_coef_loss , 'dice_coef' : dice_coef}),this is the loaded model . I couldnt able to get what model is being loaded as there is no saved model that is being loaded. Facing same issue with 3d_vnet cose also . Please look into my issue and help me in solving it ASAP.