Brain-Tumor-Segmentation-and-Survival-Prediction-using-Deep-Neural-Networks icon indicating copy to clipboard operation
Brain-Tumor-Segmentation-and-Survival-Prediction-using-Deep-Neural-Networks copied to clipboard

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.

Open Joshithasree opened this issue 2 years ago • 0 comments

Joshithasree avatar Apr 03 '22 11:04 Joshithasree