automl / Auto-PyTorch

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

Runtime error: Using a set of choices is prohibited as it can result in non-deterministic behavior. #48

Closed Marchphy closed 4 years ago

Marchphy commented 4 years ago

I came across this colab notebook that demonstrates how to use Auto-Pytorch.

https://colab.research.google.com/drive/1XhWT_crM91J1ay5BzDGWZ-vBLjyKqrEI?usp=sharing

This environment has python3.6.9. And calling the fit method triggers the errors in the images attached. I can also replicate this behavior on my local machine with python3.7.7.

Screen Shot 2020-05-31 at 1 28 38 AM
mlindauer commented 4 years ago

Dear Qi,

Thank you for reporting this issue. It seems to be an incompatibility with the newest version of the configspace package, which we use in AutoPyTorch.

@LMZimmer Could you please check that this is fixed in the next release?

Best, Marius