The Wayback Machine - https://web.archive.org/web/20201117191906/https://github.com/NVIDIA/TRTorch/pull/225
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

Pytorch 1.7 update API changes #225

Open
wants to merge 1 commit into
base: master
from
Open

Pytorch 1.7 update API changes #225

wants to merge 1 commit into from

Conversation

@peri044
Copy link
Collaborator

@peri044 peri044 commented Nov 17, 2020

Description

Changes related to Pytorch 1.7 update

Fixes (#207)

Type of change

  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)
  • This change requires a documentation update

Checklist:

  • My code follows the style guidelines of this project (You can use the linters)
  • I have performed a self-review of my own code
  • I have commented my code, particularly in hard-to-understand areas and hacks
  • I have made corresponding changes to the documentation
  • I have added tests to verify my fix or my feature
  • New and existing unit tests pass locally with my changes
Copy link

@github-actions github-actions bot left a comment

Code conforms to C++ style guidelines

Copy link

@github-actions github-actions bot left a comment

Code conforms to Python style guidelines

Copy link

@github-actions github-actions bot left a comment

Code conforms to C++ style guidelines

Copy link

@github-actions github-actions bot left a comment

Code conforms to Python style guidelines

@peri044 peri044 requested a review from narendasan Nov 17, 2020
Copy link

@github-actions github-actions bot left a comment

Code conforms to Python style guidelines

Copy link

@github-actions github-actions bot left a comment

Code conforms to C++ style guidelines

@peri044 peri044 force-pushed the pytorch_update branch from d848676 to 3ecf5d0 Nov 17, 2020
Signed-off-by: Dheeraj Peri <peri.dheeraj@gmail.com>

Linter fixes

Signed-off-by: Dheeraj Peri <peri.dheeraj@gmail.com>

Conv operator signature fix

Signed-off-by: Dheeraj Peri <peri.dheeraj@gmail.com>

Add deprecated conv matching for traced models

Signed-off-by: Dheeraj Peri <peri.dheeraj@gmail.com>
Copy link

@github-actions github-actions bot left a comment

Code conforms to Python style guidelines

Copy link

@github-actions github-actions bot left a comment

Code conforms to C++ style guidelines

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
You can’t perform that action at this time.