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

Try remove eager scripting calls #2248

Merged
merged 3 commits into from
Jun 26, 2020
Merged

Conversation

eellison
Copy link
Contributor

Follow up to #2210, trying to remove calls to torch.jit.script to hopefully fix #2210

@@ -4,7 +4,7 @@
import torchvision


@torch.jit.script
@torch.jit._script_if_tracing
Copy link
Member

Choose a reason for hiding this comment

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

I wonder if removing this @torch.jit.script from here (which I think is not needed) would fix the test issues?

@fmassa fmassa merged commit 1a04d3c into pytorch:master Jun 26, 2020
fmassa added a commit to fmassa/vision-1 that referenced this pull request Jun 29, 2020
* Try remove eager scripting calls

* remove script call

Co-authored-by: eellison <eellison@fb.com>
Co-authored-by: Francisco Massa <fvsmassa@gmail.com>
fmassa added a commit that referenced this pull request Jul 8, 2020
* Try remove eager scripting calls

* remove script call

Co-authored-by: eellison <eellison@fb.com>
Co-authored-by: Francisco Massa <fvsmassa@gmail.com>

Co-authored-by: eellison <elias_ellison@brown.edu>
Co-authored-by: eellison <eellison@fb.com>
fmassa added a commit to fmassa/vision-1 that referenced this pull request Jul 10, 2020
* Try remove eager scripting calls

* remove script call

Co-authored-by: eellison <eellison@fb.com>
Co-authored-by: Francisco Massa <fvsmassa@gmail.com>
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