scispace - formally typeset
Z

Zachary DeVito

Researcher at Stanford University

Publications -  4
Citations -  36081

Zachary DeVito is an academic researcher from Stanford University. The author has contributed to research in topics: Debugging & Usability. The author has an hindex of 3, co-authored 3 publications receiving 21128 citations.

Papers
More filters

Automatic differentiation in PyTorch

TL;DR: An automatic differentiation module of PyTorch is described — a library designed to enable rapid research on machine learning models that focuses on differentiation of purely imperative programs, with a focus on extensibility and low overhead.
Posted Content

PyTorch: An Imperative Style, High-Performance Deep Learning Library

TL;DR: PyTorch as discussed by the authors is a machine learning library that provides an imperative and Pythonic programming style that makes debugging easy and is consistent with other popular scientific computing libraries, while remaining efficient and supporting hardware accelerators such as GPUs.
Journal ArticleDOI

A Theory on Adam Instability in Large-Scale Machine Learning

TL;DR: This article showed that Adam can enter a state in which the parameter update vector has a relatively large norm and is essentially uncorrelated with the direction of descent on the training loss landscape, leading to divergence.