PyTorch 2.0
pytorch.org
PyTorch 2.0
1–10 of 111 posts
Re: PyTorch 2.0
#2Re: PyTorch 2.0
#3From what I see, still no 3.11 support — Same for Tensorflow which won't ship before Q1 23.
Re: PyTorch 2.0
#4Re: PyTorch 2.0
#5I'll admit I don't know enough about PyTorch to know what torch.compile is exactly. But does this means some features of PyTorch will no longer be available in the core C++ library? One of the nice things about PyTorch had been that you could do your training in Python then deploy with a pure C++ application.
Re: PyTorch 2.0
#6From what I see, still no 3.11 support — Same for Tensorflow which won't ship before Q1 23.
Re: PyTorch 2.0
#7How about just calling it PyTorch 1.14 if it's backward compatible? Version numbering shouldn't be used as a marketing gimmick.
Re: PyTorch 2.0
#8> We believe that this is a substantial new direction for PyTorch – hence we call it 2.0. torch.compile is a fully additive (and optional) feature and hence 2.0 is 100% backward compatible by definition. How about just calling it PyTorch 1.14 if it's backward compatible? Version numbering shouldn't be used as a marketing gimmick.
Re: PyTorch 2.0
#9Re: PyTorch 2.0
#10> We believe that this is a substantial new direction for PyTorch – hence we call it 2.0. torch.compile is a fully additive (and optional) feature and hence 2.0 is 100% backward compatible by definition. How about just calling it PyTorch 1.14 if it's backward compatible? Version numbering shouldn't be used as a marketing gimmick.
Is this really the biggest problem that needs to be solved in AI?