TorchLean Model API #
Umbrella import for reusable model constructors and their configuration records.
Individual files under NN/API/Models/* own the implementation of each architecture family.
Examples should import this API layer, then add only dataset loading, CLI parsing, and reporting.