Hi ,
I have implemented a custom Loss function using Tensorflow operations. I tested it and it was working fine. However, when I wanted to add this loss to my VAE model and then fit the model, I get errors. The technical details are in this link https://stackoverflow.com/questions/52311186/how-model-fit-works-in-keras.
So, I was wondering how the model.fit works in keras ? Does it instantiate a new session ?
I couldn't find any useful link for that.
Thank you in advance.