
PyTorch
@pytorch
Tensors and neural networks in Python with strong hardware acceleration. PyTorch is an open source project at the Linux Foundation. #PyTorchFoundation
ID: 776585502606721024
http://pytorch.org 16-09-2016 00:56:26
2,2K Tweet
430,430K Followers
74 Following

Stochastic Weight Averaging (SWA) is a simple procedure that improves generalization in deep learning over Stochastic Gradient Descent (SGD). PyTorch 1.6 now includes SWA natively. Learn more from Pavel Izmailov, Andrew Gordon Wilson and Vincent: pytorch.org/blog/pytorch-1…