automl / DACBench

A benchmark library for Dynamic Algorithm Configuration.
https://automl.github.io/DACBench/
Apache License 2.0
28 stars 13 forks source link

Don't check torch for SGD #149

Open TheEimer opened 1 month ago

TheEimer commented 1 month ago

Torch is fairly general, we should instead the check the most specific dependency possible. Probably torchvision in this case.