Passing Trainer/Tuner method's (fit
, predict
) arguments through YAML or CLI
#99
Labels
enhancement
New feature or request
fit
, predict
) arguments through YAML or CLI
#99
If we allow only a certain root level config entries such as
trainer
,system
, and whatever we end up callingCONSTANTS
, we could also reserve the following:fit
,predict
,validate
,test
,tune
,lr_find
, andscale_batch_size
(the last two are fromTuner
). These would be passed directly to their respective argument when run.Then either through CLI or YAML we could specify for example
lighter fit --config_file continue.yaml --fit#ckpt_path="./trained.ckpt"
The text was updated successfully, but these errors were encountered: