dhruvrajan / tensorflow-keras-java

MIT License
54 stars 9 forks source link

Model serialization/deserialization support #15

Open pshirshov opened 4 years ago

pshirshov commented 4 years ago

Hi!

Would it be possible to support model serialization/deserialization?

Ideally I wish to be able to be able to load models saved with python API: https://keras.io/getting-started/faq/#how-can-i-save-a-keras-model

dhruvrajan commented 4 years ago

Hi @pshirshov! Sorry for not seeing this sooner.

This work will be planned soon! Development of this project has moved to github.com/tensorflow/java. We have just added a tf.data API, and are working on developing this keras code further, and merging it as well. We'll definitely be working on model serialization / deserialization at that point!

Feel free to get in touch anytime!