the file model.keras don't work
#1
by
Omarh353111 - opened
this file not work i load it from keras and it give me error
Hi Omarh,
thanks a lot for pointing this out! The issue was that the model was saved with custom loss functions and metrics (combined_loss, dice_loss, etc.), and I forgot to mention in the README that these need to be passed via custom_objects when calling load_model.
I’ve updated the Model Card and added a proper loading example.
Thanks again for testing the model and for your feedback!