OliverFM / rust_light

A tensor processing library in rust.
MIT License
3 stars 0 forks source link

Oliver/add mlps #45

Closed OliverFM closed 1 year ago

OliverFM commented 1 year ago

Further progress: this makes Linear an nn::Module, and adds a new nn::Module which is a sequence of nn::Linear modules. I would love to use const generics to check that the shapes are correct statically, but I think that this may be tricky.