automl / DACBench

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

Add separate test and train transformations to SGD #142

Closed TheEimer closed 1 month ago

TheEimer commented 4 months ago

Right now we can't do data augmentation because transforms are for test and train. This is suboptimal and should be fixed.

TheEimer commented 1 month ago

This is now possible, though dataset config is quite manual so far.