YoloKerasFaceDetection icon indicating copy to clipboard operation
YoloKerasFaceDetection copied to clipboard

the model was *not* compiled

Open antoniosap opened this issue 6 years ago • 2 comments

ipython agegender_demo.py 
Using TensorFlow backend.
2019-02-03 18:48:51.822535: I tensorflow/core/platform/cpu_feature_guard.cc:141] Your CPU supports instructions that this TensorFlow binary was not compiled to use: AVX2 FMA
/usr/local/lib/python3.6/site-packages/keras/engine/saving.py:292: UserWarning: No training configuration found in save file: the model was *not* compiled. Compile it manually.
  warnings.warn('No training configuration found in save file:

antoniosap avatar Feb 03 '19 19:02 antoniosap

I've exactly the same problem.

lf-openthos avatar Mar 14 '19 04:03 lf-openthos

Use 1.0 version pretrained model can fix this problem.

lf-openthos avatar Mar 14 '19 05:03 lf-openthos