hochschule-darmstadt / MetaAutoML

MIT License
9 stars 4 forks source link

Fix AutoPytorch Regression #41

Closed al-becker closed 2 years ago

DavidReyer commented 2 years ago

This is a Bug with Auto-PyTorch as of version 0.1.1. It is mentioned in this issue #352 on the Auto-PyTorch github and while there is a PR with a fix open it has not been merged yet. The bug appears on initialization with some regression datasets and is caused by wrongful initialization of PyTorch by the Auto-PyTorch wrapper.

As soon as the fix is merged Auto-PyTorch (should) work again.