ValueError: No model found in config file

#14
by 0xrk - opened

Unable to load or convert h5 model to tflite

Traceback (most recent call last):
File "ocv.py", line 7, in
model = load_model('bottleneck_fc_model.h5')
File "/usr/local/lib/python2.7/dist-packages/keras/models.py", line 230, in load_model
raise ValueError('No model found in config file.')
ValueError: No model found in config file.

Sign up or log in to comment