muammar / ml4chem

ML4Chem: Machine Learning for Chemistry and Materials
https://ml4chem.dev
Other
92 stars 15 forks source link

Methods to save() and load() models #6

Closed muammar closed 5 years ago

muammar commented 5 years ago

The NNs are being trained correctly. Now, it is time to add methods to save() and load() models.

muammar commented 5 years ago

I have been thinking that probably the best way of saving the model is going to be a JSON file. They are easy to read for humans and many programming languages support it. However, I need to read more about that before taking a decision. Another solution would be to support not only JSON but another format.