norse / notebooks

Notebooks illustrating the use of Norse, a library for deep-learning with spiking neural networks.
https://norse.github.io/notebooks
GNU Lesser General Public License v3.0
25 stars 9 forks source link

CI tests for notebooks #7

Open Jegp opened 4 years ago

Jegp commented 4 years ago

Every time we push to master we should run the notebooks to ensure that they still work as expected.

Jegp commented 3 years ago

We'd need to separate the model(s) running from the CI tests in a meaningful way. Unfortunately that requires some refactoring so I suggest we postpone until 0.0.6.

To solve the actual problem, I think we should consider nbdev. It would provide a simple way to separate the functional code (encoding, building models, etc.) from training full models.