tensorflow>=2.16.2 -> compile doesn’t use provided loss function
I am training a model with tensorflow 2.x.
Up to now, I was using 2.14.1 and I had no issue. Now, I upgraded to 2.16.2 (also tried 2.17.0) and the same code doesn’t work anymore. The whole model creation works, I can do everything up to the training itself (with model.fit(….)). Once the training starts, tf is complaining that I did not compile my model with a loss function.