PyTorch adds new tools and libraries, welcomes Preferred Networks to its community Blog PyTorch adds new tools and libraries, welcomes Preferred Networks to its community PyTorch continues to be used for the latest state-of-the-art research on display at the NeurIPS…PyTorch FoundationNovember 16, 2019
PyTorch 1.3 adds mobile, privacy, quantization, and named tensors Blog PyTorch 1.3 adds mobile, privacy, quantization, and named tensors PyTorch continues to gain momentum because of its focus on meeting the needs of researchers,…PyTorch FoundationOctober 10, 2019
New Releases: PyTorch 1.2, torchtext 0.4, torchaudio 0.3, and torchvision 0.4 Blog New Releases: PyTorch 1.2, torchtext 0.4, torchaudio 0.3, and torchvision 0.4 Since the release of PyTorch 1.0, we’ve seen the community expand to add new tools,…PyTorch FoundationAugust 8, 2019
Mapillary Research: Seamless Scene Segmentation and In-Place Activated BatchNorm Blog Mapillary Research: Seamless Scene Segmentation and In-Place Activated BatchNorm With roads in developed countries like the US changing up to 15% annually, Mapillary addresses…Lorenzo Porzi, MapillaryJuly 23, 2019
PyTorch Adds New Ecosystem Projects for Encrypted AI and Quantum Computing, Expands PyTorch Hub Blog PyTorch Adds New Ecosystem Projects for Encrypted AI and Quantum Computing, Expands PyTorch Hub The PyTorch ecosystem includes projects, tools, models and libraries from a broad community of researchers…PyTorch FoundationJuly 18, 2019
Towards Reproducible Research with PyTorch Hub Blog Towards Reproducible Research with PyTorch Hub Reproducibility is an essential requirement for many fields of research including those based on machine…PyTorch FoundationJune 10, 2019
torchvision 0.3: segmentation, detection models, new datasets and more.. Blog torchvision 0.3: segmentation, detection models, new datasets and more.. PyTorch domain libraries like torchvision provide convenient access to common datasets and models that can…Francisco MassaMay 22, 2019
Model Serving in PyTorch Blog Model Serving in PyTorch PyTorch has seen a lot of adoption in research, but people can get confused about…Jeff SmithMay 8, 2019
Optimizing CUDA Recurrent Neural Networks with TorchScript Blog Optimizing CUDA Recurrent Neural Networks with TorchScript This week, we officially released PyTorch 1.1, a large feature update to PyTorch 1.0. One…The PyTorch TeamMay 1, 2019
PyTorch adds new dev tools as it hits production scale Blog PyTorch adds new dev tools as it hits production scale This is a partial re-post of the original blog post on the Facebook AI Blog.…The PyTorch TeamMay 1, 2019
Stochastic Weight Averaging in PyTorch Blog Stochastic Weight Averaging in PyTorch In this blogpost we describe the recently proposed Stochastic Weight Averaging (SWA) technique , and…Pavel Izmailov and Andrew Gordon WilsonApril 29, 2019
The road to 1.0: production ready PyTorch Blog The road to 1.0: production ready PyTorch We would like to give you a preview of the roadmap for PyTorch 1.0 ,…The PyTorch TeamMay 2, 2018
PyTorch 0.4.0 Migration Guide Blog PyTorch 0.4.0 Migration Guide Welcome to the migration guide for PyTorch 0.4.0. In this release we introduced many exciting new…PyTorch FoundationApril 22, 2018
Tensor Comprehensions in PyTorch Blog Tensor Comprehensions in PyTorch Tensor Comprehensions (TC) is a tool that lowers the barrier for writing high-performance code. It…Priya Goyal (FAIR), Nicolas Vasilache (FAIR), Oleksandr Zinenko (Inria & DI ENS), Theodoros Theodoridis (ETH Zürich), Zachary DeVito (FAIR), William S. Moses (MIT CSAIL), Sven Verdoolaege (FAIR), Andrew Adams (FAIR), Albert Cohen (Inria & DI ENS & FAIR)March 5, 2018
PyTorch, a year in…. Blog PyTorch, a year in…. Today marks 1 year since PyTorch was released publicly. It’s been a wild ride —…The PyTorch TeamJanuary 19, 2018
PyTorch Internals Part II – The Build System Blog PyTorch Internals Part II – The Build System In the first post I explained how we generate a torch.Tensor object that you can use in your Python…Trevor KilleenJune 27, 2017
A Tour of PyTorch Internals (Part I) Blog A Tour of PyTorch Internals (Part I) The fundamental unit in PyTorch is the Tensor. This post will serve as an overview…Trevor KilleenMay 11, 2017