-
Notifications
You must be signed in to change notification settings - Fork 19.7k
Closed
Labels
stalestat:awaiting response from contributortype:supportUser is asking for help / asking an implementation question. Stackoverflow would be better suited.User is asking for help / asking an implementation question. Stackoverflow would be better suited.
Description
Default use case for custom loss in V2 (for me) was:
- Register custom loss with register_keras_serializable
- Use it in model compile by name compile(loss="MyPackage>MyLoss")
This worked in Keras V2, but not working in Keras V3. Here is a simple test https://colab.research.google.com/drive/1R3z3fFhV7NN1Oa_HJYp60LsneoxjOlvj?usp=sharing
newresu
Metadata
Metadata
Assignees
Labels
stalestat:awaiting response from contributortype:supportUser is asking for help / asking an implementation question. Stackoverflow would be better suited.User is asking for help / asking an implementation question. Stackoverflow would be better suited.