Hi,
if I understand correctly, JSON / Serde serialization is currently not possible in this package.
I think it would make for a very nice feature, especially if made compatible with JSON serialization in other
languages (e.g., Python). JSON serialization would make transparency in trained model sharing more accesible,
as it makes it easier to avoid binary "blobs" in shared models / packages, while making trained model parameters
human-readable. Moreover, it would make the package more idiomatic to Rust.
Are you perhaps aware how much C++ knowledge would be needed in the implementation of this?
If it is currently possible to implement serialization through serde solely on the Rust level, I could perhaps try to make a PR for this.
Great package btw!
All the best,
Sofia
Hi,
if I understand correctly, JSON / Serde serialization is currently not possible in this package.
I think it would make for a very nice feature, especially if made compatible with JSON serialization in other
languages (e.g., Python). JSON serialization would make transparency in trained model sharing more accesible,
as it makes it easier to avoid binary "blobs" in shared models / packages, while making trained model parameters
human-readable. Moreover, it would make the package more idiomatic to Rust.
Are you perhaps aware how much C++ knowledge would be needed in the implementation of this?
If it is currently possible to implement serialization through serde solely on the Rust level, I could perhaps try to make a PR for this.
Great package btw!
All the best,
Sofia