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

USE V-0.1.9 (or lower) OF PYTORCH, AND NOT V-0.1.10 #7

Merged
merged 1 commit into from
Mar 14, 2017

Conversation

ethancaballero
Copy link
Contributor

@ethancaballero ethancaballero commented Mar 14, 2017

NEED TO USE V-0.1.9 (or lower) OF PYTORCH, AND NOT V-0.1.10 BECAUSE OF THIS ISSUE:
https://discuss.pytorch.org/t/problem-on-variable-grad-data/957/7

Although I'm not positive. Maybe it somehow does still work with V-0.1.10 even though you can't manually reinitialize the gradient unless you use D_Kay's init hack.

NEED TO USE V-0.1.9 (or lower) OF PYTORCH, AND NOT V-0.1.10 BECAUSE OF THIS ISSUE:
https://discuss.pytorch.org/t/problem-on-variable-grad-data/957/7

Although I'm not positive. Maybe it somehow does still work with V-0.1.10 even though you can't manually reinitialize the gradient.
@ikostrikov ikostrikov merged commit abe0de2 into ikostrikov:master Mar 14, 2017
@ikostrikov
Copy link
Owner

Thanks! Hopefully they resolve the issue soon.

@ikostrikov
Copy link
Owner

I tried to fix the issues with "dummy" backprob. However, it looks like in the recent PyTorch version it has some performance issues.

@ethancaballero
Copy link
Contributor Author

ethancaballero commented Mar 14, 2017

By recent do you mean V-0.1.10 (or greater)? Does V-0.1.9 (or lower) still work fine?

@ikostrikov
Copy link
Owner

Yes, v-0.1.10. Still works on v-0.1.9.

@ikostrikov
Copy link
Owner

Fixed the problem with the recent version of PyTorch:
15dd5e5

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