-
Notifications
You must be signed in to change notification settings - Fork 302
1.5 site updates #362
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
1.5 site updates #362
Conversation
Deploy preview for pytorch-dot-org-preview ready! Built with commit ab0028a https://deploy-preview-362--pytorch-dot-org-preview.netlify.app |
--- | ||
|
||
|
||
Today, we’re announcing the availability of PyTorch 1.5, along with new and updated libraries. This release includes several major new API additions and improvements. PyTorch now includes a significant update to the C++ frontend, ‘channels last’ memory format for computer vision models, and a stable release of the distributed RPC framework used for model-parallel training. The release also has new APIs for autograd for hessians and jacobians, and an API that allows the creation of Custom C++ Classes that was inspired by PyBind. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
nit: I think it's spelled pybind instead of PyBind.
|
||
## PyTorch Domain Libraries | ||
|
||
torchvision, torchtext, and torchaudio complement PyTorch with common datasets, models, and transforms in each domain area. We’re excited to share new releases for all three domain libraries alongside PyTorch 1.5 and the rest of the library updates. For this release, all three domain libraries are removing support for Python2 and will support Python3 only. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
nit: the enumeration torchvision, torchtext, and torchaudio
at the beginning of the paragraph here doesn't match the subsections which enumerate in the order of torchaudio, torchvision, and torchtext
.
* Added support for the experimental IMDB dataset to allow a custom vocab. | ||
* A number of documentation updates including adding a code of conduct and a deduplication of the docs on the torchtext site. | ||
|
||
Your feedback and discussions on the experimental datasets API are welcomed. You can send them to [issue #664](https://github.com/pytorch/text/issues/664). We would also like to highlight the pull request [here](https://github.com/pytorch/text/pull/701) where the latest dataset abstraction is applied to the text classification datasets. The feedback can be beneficial to finalizing this abstraction. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'd add something along the lines of "Based on user's feedback torchtext's dataset abstractions are currently being redesigned." to the beginning of this line.
…-library.md to 2020-4-21-pytorch-library-updates-new-model-serving-library.md
…d to 2020-4-21-pytorch-1-dot-5-released-with-new-and-updated-apis.md
Blog post
News ticker
Features
Get Started dropdown