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 transposed conv to selection of classes #3

Merged
merged 2 commits into from
May 22, 2024
Merged

Added transposed conv to selection of classes #3

merged 2 commits into from
May 22, 2024

Conversation

MeneerTS
Copy link
Collaborator

@MeneerTS MeneerTS commented May 21, 2024

GroupConvNd:

  • Added _conv3d_transposed_forward
  • Added output_padding as a parameter
  • Added 3d_transposed as an option for conv_mode

GSeperableConv3d:

  • Added conv_mode as an parameter
  • Added output_padding as a parameter
  • Made it pass them through as to the super.init()

GSeperableConvSE3:

  • Added conv_mode as an parameter
  • Added output_padding as a parameter
  • Made it pass them through as to the super.init()

RGSeperableConvSE3:

  • Added conv_mode as an parameter
  • Added output_padding as a parameter
  • Made it pass them through as to the super.init()

@dgcnz dgcnz self-requested a review May 22, 2024 08:32
@dgcnz dgcnz merged commit 0da754b into main May 22, 2024
@dgcnz
Copy link
Owner

dgcnz commented May 22, 2024

LGTM

@dgcnz dgcnz deleted the upconv branch May 22, 2024 08:33
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.

2 participants