You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
The key has expired.
Add environment.yml to simplify installation with Conda
Bugfix: force QIDs in folds.json files to be strings
Bugfix: add multithreaded option to Pytorch trainer controlling whether a separate worker is used with Pytorch DataLoader. Default to false; true is faster, but conflicting Python packages appear to cause deadlock. This is reproducible on Colab and when using Anaconda's default packages (rather than installing from Miniconda).