Model Examples #
Umbrella for TorchLean's runnable model/training examples.
The source tree is grouped by what the example teaches:
Common: shared data helpers used by several examples.Supervised: small supervised/tabular models.Vision: CNN, ResNet, and ViT examples.Sequence: recurrent, transformer, GPT, text, and Mamba examples.Generative: autoencoder, VAE/VQ-VAE/GAN/diffusion/MAE examples.Operators: operator-learning examples such as FNO.RL: executable RL trainers (artifact viewers live underNN.Examples.RL).
The command-line interface remains stable through lake exe torchlean <name>.