Unanswered
Gm Folks, Really Liking Clearml So Far As My Top Choice (After Looking At Dvc, Mlflow), And Thank You For Your Help Here!
I Had Another Q: Is There A Recommended Workflow To Be Able To “Drop Into” The
gm folks, really liking ClearML so far as my top choice (after looking at dvc, mlflow), and thank you for your help here!
Thanks HurtWoodpecker30 !
Is there a recommended workflow to be able to “drop into” the
exact
env
(code, venv, data) of a previous experiment (which may have been several commits ago), to reproduce that experiment?
You can use clearml-agent on your local machine to build the env of any Task,clearml-agent build --id <task id> --target <folder>
or build a container (if you are using containers)clearml-agent build --id <task id> --docker --target container_name
163 Views
0
Answers
2 years ago
one year ago