-
Notifications
You must be signed in to change notification settings - Fork 955
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
Update PyTorch version on docker image with GPU #219
Comments
Chris, should be the same work you do on |
Any updates on this ? |
Made some progress but still working on it #223 gets the cuda caught up a little bit with the master branch. Still needs some work to be able to pass tests before it can go into production. |
@crawforc3 so branch cuda will be finally merged with master ? |
Awesome, thanks for the the offer! I think it's still undecided if they
will be merged. But they need to at least have the same packages and
package versions :)
…On Sat, Jun 9, 2018, 4:08 AM vfdev ***@***.***> wrote:
@crawforc3 <https://github.com/crawforc3> so branch cuda will be finally
merged with master ?
I'd glad to help with merge if needed
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#219 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AIBDxUTCT0Rnw30Pm-mX9p6XthYGOeIjks5t66yqgaJpZM4UTjed>
.
|
Any updates on this? I have a student who tripped over the old PyTorch version when trying out Kaggle Kernels for the first time. |
I believe the new fastai 1.0 (updated on Kaggle Kernel already) relies on the even newer Pytorch version 1.0. |
Hi, Our GPU kernels (and CPU) are now using fastai 0.7 and pytorch 0.4.1 Thank you |
https://www.kaggle.com/product-feedback/57854#post335577
"I'm currently working on a kernel that uses PyTorch and another package installed using "Add a custom package" interface. When GPU is disabled pytorch version is 0.4.0, however when GPU is enabled pytorch version is 0.3.1. It would very useful if you could upgrade the version of pytorch, torchvision to the latest stable ones! Thanks!"
The text was updated successfully, but these errors were encountered: