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
请问这个包为啥找不到呢
The text was updated successfully, but these errors were encountered:
@611699 你好,你可以直接通过pip install -r requirements.txt进行依赖包安装
pip install -r requirements.txt
Sorry, something went wrong.
@611699 you could also run pip install recbole[hyperopt], because hyperopt is marked as an extra dependency (the only one).
pip install recbole[hyperopt]
hyperopt
On the other hand thop is mandatory and should be installed on your system when you run pip install recbole.
thop
pip install recbole
TayTroye
No branches or pull requests
请问这个包为啥找不到呢
The text was updated successfully, but these errors were encountered: