TorchLean API

NN.Examples

NN.Examples #

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.RunnerMain is intentionally excluded because importing an executable root would introduce a global main; Lake builds that target separately.