Jak załadować model keras z niestandardową funkcją straty

model = load_model(modelFile, custom_objects={ 'loss': penalized_loss(noise) })
Darkstar