You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
See docs/examples/nir for notebooks documenting functionality and testing. Currently works for single neuron loading example, writing the model back is a work in progress.
Importing models is now supported but is likely somewhat brittle. Will require further testing. Export capabilities started but limited to FFN for now, rest is a work in progress.
Create functions to load/save models to HDF5 under the Neuromorphic Intermediate Representation standard to facilitate cross-platform deployment.
https://nnir.readthedocs.io/en/latest/what.html
Implement spyx.nir.to_nir()
Implement spyx.nir.from_nir()
Support feed-forward network import
Support ConvNet import
Support explicitly recurrent import
Implement FFN exporting
Implement CSNN exporting
Implement RSNN exporting
The text was updated successfully, but these errors were encountered: