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
Thanks to #34 it's possible to build some tools automatically 🎉
Next step would be to try running them with some models (LSTM, WaveNet, ConvNet).
Some super-light models should do--the goal I have with this Issue is to be able to assert correct operation--so we can be more confident as we iterate on the core code that we're not breaking models, etc.
The text was updated successfully, but these errors were encountered:
Yeah - my thought was that we could have a few simple reference models and a reference signal. If we keep known "good" outputs for each model, we can do a test run at build time and ensure we are still getting correct output.
Thanks to #34 it's possible to build some tools automatically 🎉
Next step would be to try running them with some models (LSTM, WaveNet, ConvNet).
Some super-light models should do--the goal I have with this Issue is to be able to assert correct operation--so we can be more confident as we iterate on the core code that we're not breaking models, etc.
The text was updated successfully, but these errors were encountered: