We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
When I was running the AutoSchedule demo:
https://tvm.apache.org/docs/how_to/tune_with_autoscheduler/tune_network_cuda.html#sphx-glr-how-to-tune-with-autoscheduler-tune-network-cuda-py
I met this bug: ImportError: cannot import name 'EarlyStopException' from 'xgboost.core'
My TVM version is 0.9 dev, and Xgboost version is 1.6.1
What is wrong with the AutoSchedule?
The text was updated successfully, but these errors were encountered:
I just ran into this as well. My guess is that xgboost==1.6.1 has removed EarlyStopException.
xgboost==1.6.1
EarlyStopException
Sorry, something went wrong.
yes, I reinstall xgboost 1.5.0, and find that works https://discuss.tvm.apache.org/t/auto-scheduler-ansor-xgboost-cost-model-import-error/12635
Yes, I can confirm that xgboost<1.6.1 fixes this.
xgboost<1.6.1
No branches or pull requests
When I was running the AutoSchedule demo:
https://tvm.apache.org/docs/how_to/tune_with_autoscheduler/tune_network_cuda.html#sphx-glr-how-to-tune-with-autoscheduler-tune-network-cuda-py
I met this bug: ImportError: cannot import name 'EarlyStopException' from 'xgboost.core'
My TVM version is 0.9 dev, and Xgboost version is 1.6.1
What is wrong with the AutoSchedule?
The text was updated successfully, but these errors were encountered: