this is mainly made to demonstrate how you can combine the following tools
- hydra
- lightning
- wandb and use them efficiently across different hardware setups, e.g. your laptop for debugging and a SLURM cluster for training. You'll find explanations on it on my blog
python train.py --config-name=neuraloperator
Since the CLI uses Hydra, you can override any hyperparams in the config (also see the blog for that).