https://github.com/maartenpaul/DBD_tracking
Revision 766b6b0437a36937a349e1f09420ae29190d1e05 authored by Maarten Paul on 02 March 2021, 19:55:33 UTC, committed by GitHub on 02 March 2021, 19:55:33 UTC
1 parent 240efb2
Tip revision: 766b6b0437a36937a349e1f09420ae29190d1e05 authored by Maarten Paul on 02 March 2021, 19:55:33 UTC
Update README.md
Update README.md
Tip revision: 766b6b0
Load_model.py
# Load model
model = keras.models.load_model(path_to_model)
print('Model loaded')

Computing file changes ...