Pytorch v2 compatibility #389
AntonOfTheWoods
started this conversation in
General
Replies: 1 comment 1 reply
-
|
Hey @AntonOfTheWoods, PyTorch 2.0 is an additive release (new features) and is backwards compatible (works with older versions too). This means all previous code should still work. I'm about to finish the tutorial on PyTorch 2.0, see it here: https://www.learnpytorch.io/pytorch_2_intro/ The main update with PyTorch 2.0 is via |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
There are a couple of entries in the log about pytorch2 but nothing suggesting we should expect it to work or not with the additions made. Am I going to get 4 hours in and nothing is going to work? v2 is now the default in colab.
Beta Was this translation helpful? Give feedback.
All reactions