Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 500 Bytes

README.md

File metadata and controls

19 lines (13 loc) · 500 Bytes

torchemlp

Torch implementation of Marc Finzi's Equivariant MLP.

Tools

Pyright

Before running pyright, generate the missing type stubs for libraries with

$ pyright --createstub matplotlib
$ pyright --createstub functorch

This will generate type stubs in the gitignored typings/ directory. After this step, you can run static analysis on the entire torchemlp library with

$ pyright