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

Added new abstract types concerning Convolution #70

Merged
merged 1 commit into from
Dec 8, 2021
Merged

Conversation

chr5tphr
Copy link
Owner

@chr5tphr chr5tphr commented Dec 8, 2021

  • added ConvolutionTranspose for ConvTranspose{1,2,3}d
  • added ConvolutionStandard for Conv{1,2,3}d
  • since Conv{1,2,3}d and ConvTranspose{1,2,3}d have slightly different
    interfaces, a differentiation between these groups is needed

- added ConvolutionTranspose for ConvTranspose{1,2,3}d
- added ConvolutionStandard for Conv{1,2,3}d
- since Conv{1,2,3}d and ConvTranspose{1,2,3}d have slightly different
  interfaces, a differentiation between these groups is needed
@chr5tphr chr5tphr merged commit de775d6 into master Dec 8, 2021
@chr5tphr chr5tphr deleted the conv_types branch December 8, 2021 14:36
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