TorchLean API

NN.Examples.Zoo

NN.Examples.Zoo #

Single umbrella for TorchLean examples.

Import this module to compile every library-style example: introductory examples, models, data loaders, interop, widgets, mathematical deep dives, and verification workflows.

Typical usage:

The heavier examples remain in their subdirectories, so each can still be built independently. The standalone CLI root NN.Examples.Models.Runner is intentionally excluded because importing an executable root would introduce a global main; Lake builds that target separately.