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
I tried these following steps https://recbole.io/docs/v0.1.2/user_guide/config_settings.html
and setting
... use_gpu: False device: -1
in yamls But still I find it running on my gpu? I need some suggestions, as i am debugging a CUDA device-end error.
The text was updated successfully, but these errors were encountered:
Could you please try:
python finetune.py -d Scientific --gpu_id=~
In this way, gpu_id is None and RecBole could set the device as CPU following:
gpu_id
None
https://github.com/RUCAIBox/RecBole/blob/68ef746b34c5cee28de0ddbdf6aaa29becfa314b/recbole/config/configurator.py#L490-L494
Sorry, something went wrong.
No branches or pull requests
I tried these following steps https://recbole.io/docs/v0.1.2/user_guide/config_settings.html
and setting
in yamls
But still I find it running on my gpu? I need some suggestions, as i am debugging a CUDA device-end error.
The text was updated successfully, but these errors were encountered: