Skip to content

Torch implementation of Marc Finzi's Equivariant MLP

License

Notifications You must be signed in to change notification settings

rytse/torchemlp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

50 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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