AtheMathmo / rusty-machine

Machine Learning library for Rust
https://crates.io/crates/rusty-machine/
MIT License
1.25k stars 152 forks source link

Question: Serialize/Deserialize #218

Closed asad-awadia closed 3 years ago

asad-awadia commented 3 years ago

Is it possible to save the model to a file and/or vice versa reading a model from a file?

Specially a model generated from tensorflow or keras?

AtheMathmo commented 3 years ago

This is not supported. Unfortunately, at this point, the project can only be considered abandoned so this will not be implemented.