Tuning Hyperparameters with Reproducible Experiments

Thanks @RaghavaAlajangi! Yes, your proposed workflow makes sense. You can use dvc exp push --rev HEAD origin after running all the experiments to push them all without having to create a branch in each one. Unfortunately, there are a few tricky permissions issues to handle in the CI script, and our docs for it are still a work in progress. Would you mind posting your full YAML file and we can try to help you make it work? Also, do you plan to run them all sequentially, and how long does each training job take?

1 Like