Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CI: Test loading and running various models #47

Closed
sdatkinson opened this issue May 27, 2023 · 1 comment · Fixed by #120
Closed

CI: Test loading and running various models #47

sdatkinson opened this issue May 27, 2023 · 1 comment · Fixed by #120
Assignees
Labels
enhancement New feature or request

Comments

@sdatkinson
Copy link
Owner

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.

@mikeoliphant
Copy link
Contributor

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants