K
K
kaktak2552020-08-31 23:03:57
Python
kaktak255, 2020-08-31 23:03:57

Keras. How to use the loaded model?

from keras.models import load_model

model = load_model('my_model.h5')


well, I uploaded my trained model, but how to use it further, how to send input data to it? And how do you get the weekend?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
Z
zexer, 2020-09-01
@kaktak255

model.predict() и все
Read the documentation, it's helpful

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question