cazala / synaptic

architecture-free neural network library for node.js and the browser
http://caza.la/synaptic
Other
6.92k stars 666 forks source link

Interoperability #341

Open pandaGaume opened 5 years ago

pandaGaume commented 5 years ago

Do you have plan to import/export model from/to ONNX standard ??

dberardo commented 2 years ago

this is exactly the question i was seeking an answer for. i would like to pre-train networks on the backend using just want library and then use the results within a JS Framework in the frontend ...

i think this feature would be a game changer for this library.

@pandaGaume any idea whether tensorflow.js or brain.js are ONNX compatible?