hearbenchmark / hear-eval-kit

Evaluation kit for the HEAR Benchmark
https://hearbenchmark.com
Apache License 2.0
56 stars 17 forks source link

Minimum pytorch lightning version #314

Open jorshi opened 3 years ago

jorshi commented 3 years ago

seed_everything() didn't seem to get the workers arg until a later version. I needed to upgrade to get it to work. Perhaps we should set a minimum version? 1.5?

Screen Shot 2021-11-04 at 8 57 50 AM
turian commented 3 years ago

seed_everything appears to have had workers parameter at least since 1.4.0: https://pytorch-lightning.readthedocs.io/en/1.4.0/api/pytorch_lightning.utilities.seed.html

turian commented 3 years ago

@jorshi what version were you on?