How can I convert a function that returns a Keras model into a class that extends keras.Model?
I have a function that returns a Keras model. However, as an exercise, I’m trying to convert it to a keras.Model class, but I’m having difficulty.
I have a function that returns a Keras model. However, as an exercise, I’m trying to convert it to a keras.Model class, but I’m having difficulty.