Saving network weights/structure
Hello, I can't figure out if anything exists in this framework for saving & loading trained models. I want to train neural networks and then save them for later usage. Is this feature being worked on, or does it exist? Thanks
Bump
Hello, I have worked with koma's matrices and applied them in neural networks. My method of saving weights and biases were that it was converted to double array, then was persisted to a no sql database. Loading them was the same with the use of matrix factory double array constructor if I am not mistaken.
the easy way of implementing this would be using a library like https://github.com/RuedigerMoeller/fast-serialization which with little customization (adding serializers) can save any Java object to json