Serialization format and Keras 1.0
fchollet opened this issue · 1 comments
fchollet commented
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.
albertomontesg commented
Thanks for the comment. I will remove the JSON files.