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

FR: Introduce Tests #24

Open
4 tasks
stroblme opened this issue Sep 29, 2023 · 0 comments
Open
4 tasks

FR: Introduce Tests #24

stroblme opened this issue Sep 29, 2023 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@stroblme
Copy link
Member

stroblme commented Sep 29, 2023

Is your feature request related to a problem? Please describe.
N/A

Describe the solution you'd like
Introduce tests that allow to continuously check that the following things (to be extended) are still working:

  • Loss decreases within a couple of epochs
  • Optimizer API is working (i.e. iterate all optimizer and check for errors)
  • Data has expected shape (Batch Size x Channels x H x W) and range (0..1)
  • Reproducability works (consistent data, consistent training)

Describe alternatives you've considered
N/A

Additional context
N/A

@stroblme stroblme added the enhancement New feature or request label Sep 29, 2023
@ulivc ulivc mentioned this issue Nov 7, 2023
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

No branches or pull requests

2 participants