CLI Overrides
The following training fields can be overridden directly on the command
line. CLI values always take precedence over the config file.
python -m src.auto_trainer \
--config_file config.yaml \
--epochs 50 \
--seed 0 \
--output_path ./runs
Reference
CLI flag |
Config field |
Type |
|---|---|---|
|
|
int |
|
|
int |
|
|
int |
|
|
float |
|
|
int |
|
|
string |
|
|
int |
|
|
bool |
|
|
int |