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
262 stars 24 forks source link

Missing Python3.10 Build #18

Open Enverex opened 2 years ago

Enverex commented 2 years ago

PIP doesn't seem to be able to install dora-search on Python3.10 at the moment due to I assume no build being present for it. Would it be possible to get one of those made? Thanks.

adefossez commented 2 years ago

Issue is that torch is currently not available on python 3.10.