📄️ stopes Module Framework
The stopes library was built for easily managing complex pipelines without
📄️ Module Overview
A module is a python class that extends StopesModule:
📄️ Composition (aka pipelining)
The StopesModule framework provides a "launcher" abstraction that takes care of
📄️ Configuration
We use hydra for configuration. You should probably check out the hydra
📄️ Caching/Memoization
An important part of the launcher is its caching system. When you call the
🗃️ Advanced
3 items