-
Notifications
You must be signed in to change notification settings - Fork 3.5k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Pytorch Conv Transpose Padding Fix (#7958)
* fix conv transpose import from TF * fix String::fromwe() to String::from() * * fixing pytorch converter to take into account the output_padding parameter for conv transpose operations * updating pytorch converter to correctly convert conv1d to conv1d in tvm inestead of a flattened conv2d unless under circumstances of grouped convolution * updating pytorch converter to correctly convert conv1d transpose to conv1d transpose in tvm instead of a flattened conv2d transpose * added tests to cover these latest additions * * removing print statements used for debugging * * fixing typos and formatting * * fixing formatting * * fixing grammar * * formatting fixes * * updated formatting after running pylint and python_format checks Co-authored-by: Mikael Sevenier <mikael.sevenier@sima.ai>
- Loading branch information
1 parent
3bf65b7
commit aa7bfe7
Showing
2 changed files
with
90 additions
and
20 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters