can I continue training the model after loading the model like this
model = keras.models.load_model('path to .h5 file')
or do i have to use model.compile()
again?
can I continue training the model after loading the model like this
model = keras.models.load_model('path to .h5 file')
or do i have to use model.compile()
again?