rytse / torchemlp

Torch implementation of Marc Finzi's Equivariant MLP

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Torch implementation of Marc Finzi's Equivariant MLP

License:MIT License


Languages

Language:Python 100.0%