A powerful tool designed to streamline the configuration, execution and management of Machine Learning experiments across various computing environments. Current version: 0.9.0. Release cadence: active development.
pip install nemo-runNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Basic example of defining and running an experiment.
Upgrade Python to 3.10 or later.
Replace executor=... with runner=...
Use config.env_vars = {'KEY': 'VALUE'} instead of passing to constructor.Run 'pip install --upgrade nemo-run' and ensure import is 'from nemo_run import Experiment'.
Ensure all required config fields are set before accessing them.
No dependency data recorded yet.
No resource links recorded.