kprokofi / animal-recognition-with-voice

HSE project. Idea to create animal detection system with voice guidance
MIT License
2 stars 1 forks source link

Dl/add david repo #5

Closed dupeljan closed 3 years ago

dupeljan commented 3 years ago

You can load model as described in this tutorial https://www.tensorflow.org/guide/keras/save_and_serialize

Just

from tensorflow import keras
model = keras.models.load_model('path/to/location')