Skip to main content

Showing 1–1 of 1 results for author: Reed, J K

Searching in archive cs. Search in all archives.
.
  1. arXiv:2112.08429  [pdf, other

    cs.LG

    Torch.fx: Practical Program Capture and Transformation for Deep Learning in Python

    Authors: James K. Reed, Zachary DeVito, Horace He, Ansley Ussery, Jason Ansel

    Abstract: Modern deep learning frameworks provide imperative, eager execution programming interfaces embedded in Python to provide a productive development experience. However, deep learning practitioners sometimes need to capture and transform program structure for performance optimization, visualization, analysis, and hardware integration. We study the different designs for program capture and transformat… ▽ More

    Submitted 4 March, 2022; v1 submitted 15 December, 2021; originally announced December 2021.

    Comments: 14 pages, 8 figures, Accepted to MLSys 2022. v2: Added correctness information to evals, clarified 6.2.3, added transform runtime measurement