Keras laden Modell mit benutzerdefinierten Objekten

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