Modèle de chargement Keras avec des objets personnalisés

model = load_model(path,custom_objects={"weighted_loss":weighted_loss})
Selfish Sable