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

Automated unit tests for tutorials #148

Open
mathisrichter opened this issue Jan 5, 2023 · 1 comment
Open

Automated unit tests for tutorials #148

mathisrichter opened this issue Jan 5, 2023 · 1 comment
Assignees
Labels
0-needs-review 1-feature New feature or request

Comments

@mathisrichter
Copy link
Contributor

User story

As a developer of lava-dl, I want to have automated unit tests for all Jupyter notebook based tutorials to ensure they do not break.

Conditions of satisfaction

  • All Jupyter notebook tutorials have a unit test that is automatically run in CI
@mathisrichter mathisrichter added the 1-feature New feature or request label Jan 5, 2023
@bamsumit
Copy link
Contributor

bamsumit commented Jan 5, 2023

Thanks @mathisrichter I'll create them, at least for inference notebooks.

Training notebooks specifically require GPUs and take hours to complete. That's why we never added notebooks to the unittests. The networks in inference notebooks are already covered by their specific unittests.

We should setup a weekly/biweekly regression to test these long running scenarios once we setup running the tests on Kubernetes cluster with GPU.

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

No branches or pull requests

2 participants