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

Make test fixtures more light-weight and thorough #91

Merged
merged 1 commit into from
Jan 17, 2022
Merged

Conversation

chr5tphr
Copy link
Owner

  • decrease batch-size from 16 to 4
  • decrease linear (dense) module output from 16 to 15 (to check
    shape-inconsistensies)
  • decrease Convnd data from 16n to 4n (where n is the convolution's
    dimensionality)
  • fix the input data dimension used to generate data for Linear, which
    was using the wrong dimension previously
  • use higher precision (float64) for tests to reduce numerical error
    causing ambiguous test results

- decrease batch-size from 16 to 4
- decrease linear (dense) module output from 16 to 15 (to check
  shape-inconsistensies)
- decrease Convnd data from 16**n to 4**n (where n is the convolution's
  dimensionality)
- fix the input data dimension used to generate data for Linear, which
  was using the wrong dimension previously
- use higher precision (float64) for tests to reduce numerical error
  causing ambiguous test results
@chr5tphr chr5tphr merged commit 4027557 into master Jan 17, 2022
@chr5tphr chr5tphr deleted the lighter-tests branch January 17, 2022 10:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant