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

pytorch lightning compatibility #41

Closed kingjr closed 1 year ago

kingjr commented 1 year ago

avoids error with PL 1.7.7

adefossez commented 1 year ago

can you look into the typing error ? weird it seems it excepts a staticmethod although that makes no sense as it wouldn't be overridable... i tried to look on the repo of PL but couldn't find the matching function