ashleve / lightning-hydra-template

PyTorch Lightning + Hydra. A very user-friendly template for ML experimentation. ⚡🔥⚡

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Override hydra config group with none/null

Tomakko opened this issue · comments

Hi everyone,

is it possible to achive this from the command line? I.e. I want to remove all callbacks for one run.

I tried
python3 src/train.py callbacks=null
python3 src/train.py callbacks=none
python3 src/train.py callbacks=""
but none of them work.

Thanks!

Good question, I was wondering if you figured this out?

python3 src/train.py ~callbacks

This should do the work.