-
Notifications
You must be signed in to change notification settings - Fork 287
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
AutoPytorch selects only Dummy model. #494
Comments
Also getting this, not sure why |
You'll get the dummy model in case no other configuration finished successfully. So, could you check the log file to see what is going wrong? |
Mine was a CUDA error, removed GPU access from the container I was developing in and it was fine. Also I wasn't allowing enough predict time for my dataset, changing the above two things fixed my issues |
Is there any option to set GPU off in AutoPytorch? |
I run AutoPytorch for 10 hours on a dataset with 1.5 Lac rows and 13 columns, but it was not able to find the model it selects the dummy model.
Code
Output
After 10 hours it gives me
Local environment
The text was updated successfully, but these errors were encountered: