Loading model error. How can I fix this error?
I am trying to build a rock paper scissor detection program. When I am trying to load my saved model from local directory using the load_model
function from tf.keras.models
I am encountering this error. How can I modify my code to use my pre-saved model? Please help me; I am a beginner-level programmer.
Workaround for removal of add_loss()
I’m working through a Keras/Tensorflow course that uses Keras 2 to build a variational autoencoder and I’m trying to get it working in Keras 3. I’ve managed to overcome a lot of issues but I’m stuck on this part and hoping someone can help me to move forward.