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

Fixtures for linear modules, test MergeBatchNorm #69

Merged
merged 1 commit into from
Dec 8, 2021

Conversation

chr5tphr
Copy link
Owner

@chr5tphr chr5tphr commented Dec 8, 2021

  • added pytest fixtures to create instances of Linear and
    Conv{Transpose}{1,2,3}d, parameterized by seeds and instatiation
    keyword arguments
  • added pytest fixtures to create appropriate BatchNorm{1,2,3}d for
    linear modules (Linear, Conv...)
  • added pytest fixtures to create appropriate input data for linear
    modules (Linear, Conv...)
  • added consistency test for SequentialMergeBatchNorm, ie. output
    before registration vs. after registration vs. after removal of
    canonizer

- added pytest fixtures to create instances of Linear and
  Conv{Transpose}{1,2,3}d, parameterized by seeds and instatiation
  keyword arguments
- added pytest fixtures to create appropriate BatchNorm{1,2,3}d for
  linear modules (Linear, Conv...)
- added pytest fixtures to create appropriate input data for linear
  modules (Linear, Conv...)
- added consistency test for SequentialMergeBatchNorm, ie. output
  before registration vs. after registration vs. after removal of
  canonizer
@chr5tphr chr5tphr merged commit d9a1196 into master Dec 8, 2021
@chr5tphr chr5tphr deleted the test_merge_batchnorm branch December 8, 2021 14:26
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