Skip to content

Conversation

@nuka137
Copy link
Contributor

@nuka137 nuka137 commented Nov 13, 2019

Add torch::nn::ConvTranspose{1,2,3}d module and functional support for the C++ API.

Related Issue: #25883

Reviewer: @yf225

@nuka137
Copy link
Contributor Author

nuka137 commented Nov 13, 2019

@yf225

Sorry for the late development about ConvTranspose API.
I made a PR, but I don't have a confidence about this patch in some points.
Could you check below things?

  • Is _ConvTransposeMixin class still needed in C++ API?
    • I added _output_padding method to ConvTransposeImplBase class, but it is not same design as Python API.
  • Should _ConvNd be a base class of ConvTranspose1d?
    • I used ConvTransposeImplBase class for the base class of ConvTranspose1dImpl

@yf225 yf225 changed the title C++ API: torch::nn::ConvTranspose1d C++ API: torch::nn::ConvTranspose{1,2,3}d Nov 17, 2019
Copy link
Contributor

@yf225 yf225 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@nuka137 Thanks a lot for the awesome work!

Copy link
Contributor

@facebook-github-bot facebook-github-bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@yf225 has imported this pull request. If you are a Facebook employee, you can view this diff on Phabricator.

Copy link
Contributor

@facebook-github-bot facebook-github-bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@yf225 has imported this pull request. If you are a Facebook employee, you can view this diff on Phabricator.

Copy link
Contributor

@facebook-github-bot facebook-github-bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@yf225 has imported this pull request. If you are a Facebook employee, you can view this diff on Phabricator.

@facebook-github-bot
Copy link
Contributor

@yf225 merged this pull request in a75b669.

@yf225 yf225 added the module: cpp Related to C++ API label Nov 20, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Merged module: cpp Related to C++ API

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants