facebookresearch / dora

Dora is an experiment management framework. It expresses grid searches as pure python files as part of your repo. It identifies experiments with a unique hash signature. Scale up to hundreds of experiments without losing your sanity.
MIT License
272 stars 24 forks source link

implement env #67

Open tyfcscgood opened 3 weeks ago

tyfcscgood commented 3 weeks ago

❓ Questions

When implement dora run commend, can env created by conda used?
adefossez commented 3 weeks ago

if you run dora from the conda env, then the conda env will be used!