Skip to content

Latest commit

 

History

History
11 lines (7 loc) · 490 Bytes

File metadata and controls

11 lines (7 loc) · 490 Bytes

TorchLint

TorchLint

TorchLint is a basic static analyzer and linter for the PyTorch machine learning framework, featuring warning messages for mismatched sizes in tensor operations and operations on tensors residing on different devices.

Done for CIS 552 Fall 2019 at the University of Pennsylvania, which is the reason for this project being done in Haskell.

Authors: Brandon Lin (esqu1), Erik Zhao (erikhz)