albertomontesg/keras-model-zoo

Serialization format and Keras 1.0

Closed this issue · 1 comments

Although the code for the models and the weights files will still be compatible with Keras 1.0 (release next week), the JSON files will not. I think you should remove the JSON files to avoid compatibility problems. It is always safer to instantiate a model from its definition code than from a JSON file.

Thanks for the comment. I will remove the JSON files.