valohai / valohai-utils

Python helper library for Valohai
MIT License
2 stars 2 forks source link

Add support for overriding inputs via CLI args #31

Closed JuhaKiili closed 3 years ago

JuhaKiili commented 3 years ago

You can locally override only the parameters through the CLI currently. For example:

python train.py --lr=0.001

In Valohai CLI & UI you can also override inputs. We need to have that from valohai-utils too. For example:

python train.py --images=/tmp/lol/*.png

This PR makes that possible.