keras_to_tensorflow
keras_to_tensorflow copied to clipboard
convert keras to TF issues
convert keras to TF issues https://github.com/idealo/image-quality-assessment/tree/master/models/MobileNet
Using TensorFlow backend. E1024 13:13:24.766817 4580332992 keras_to_tensorflow.py:79] Couldn't load model from json. Traceback (most recent call last): File "keras_to_tensorflow.py", line 63, in load_model model = keras.models.load_model(input_model_path) File "/usr/local/lib/python3.7/site-packages/keras/engine/saving.py", line 492, in load_wrapper return load_function(*args, **kwargs) File "/usr/local/lib/python3.7/site-packages/keras/engine/saving.py", line 584, in load_model model = _deserialize_model(h5dict, custom_objects, compile) File "/usr/local/lib/python3.7/site-packages/keras/engine/saving.py", line 270, in _deserialize_model model_config = h5dict['model_config'] File "/usr/local/lib/python3.7/site-packages/keras/utils/io_utils.py", line 318, in getitem raise ValueError('Cannot create group in read-only mode.') ValueError: Cannot create group in read-only mode.
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "keras_to_tensorflow.py", line 182, in