DOsinga / deep_learning_cookbook

Deep Learning Cookbox
Apache License 2.0
686 stars 335 forks source link

16.3 Prepare model for iOS #82

Open mikechen66 opened 4 years ago

mikechen66 commented 4 years ago

Issues

The following line of code has something wrong. It has no retrained pet recognizer.h5 in the directory of /home/user/Documents/dl-cookbook/zoo/09/. Or it shows load_model is not defined.

keras_model = load_model('/zoo/09.3 retrained pet recognizer.h5')

The errors are quite strange considering the script is quite simple.