amir-abdi / keras_to_tensorflow

General code to convert a trained keras model into an inference tensorflow model
MIT License
1.67k stars 540 forks source link

'No model found in config file.' error #111

Open erolgerceker opened 4 years ago

erolgerceker commented 4 years ago

raise ValueError('No model found in config file.') ValueError: No model found in config file. using tf 2.2

Joshuaj2804 commented 4 years ago

I am having the same issue here

ghost commented 2 years ago

same here