mimic-sussex / sema

Sema – A Playground for Live Coding Music and Machine Learning
https://sema.codes
MIT License
151 stars 51 forks source link

Saving and loading models #309

Open chriskiefer opened 3 years ago

chriskiefer commented 3 years ago

This was mentioned in the last workshop. Is savetoflaot32array still working? and can you serialise tf models using this?

smilo7 commented 2 years ago

Tested. saveFloat32Array works saving data to local store. Model has to be turned into a string for this to work first eg JSON.stringify(model).

the sema.load command does not seem to be working however