automl / Auto-PyTorch

Automatic architecture search and hyperparameter optimization for PyTorch
Apache License 2.0
2.37k stars 287 forks source link

Fix Possible Bug #226

Closed ArlindKadra closed 3 years ago

ArlindKadra commented 3 years ago

https://github.com/automl/Auto-PyTorch/blob/efacc954273798fdf2c9a8b1c8c5ca8914d8e892/autoPyTorch/pipeline/components/training/trainer/RowCutOutTrainer.py#L41

replace should be set to False.

ravinkohli commented 3 years ago

This has been resolved with #233