MagmaDNN / magmadnn

MagmaDNN: a simple deep learning framework in c++
MIT License
45 stars 7 forks source link

[FEATURE REQUEST] model load/save #17

Open Dando18 opened 5 years ago

Dando18 commented 5 years ago

Is your feature request related to a problem? Please describe. Currently models only last the life cycle of the program.

Describe the solution you'd like Neural Network model load/save functionality. Possibly using h5 and/or onnx.

Dando18 commented 5 years ago

@sedrickkeh I'm going to add some load/save interface. Could you possibly look at the hdf5 part?