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
Hi, I get this error while training on Hill climbing & PPO on google colab. It works fine on colab None option. any solution Plz?
The text was updated successfully, but these errors were encountered:
Hey @shahik, apologies I'm not familiar with the setup on colab. But it appears that your environment is not initialised correctly. Might be worth looking for more general solutions for this error (https://discuss.pytorch.org/t/cudnn-status-not-initialized/7090)
Sorry, something went wrong.
Solved as,
!conda install pytorch torchvision cudatoolkit=10.0 -c pytorch
import torch
if torch.cuda.is_available(): print('GPU available') else: print('Please set GPU via Edit -> Notebook Settings.')
No branches or pull requests
Hi,
I get this error while training on Hill climbing & PPO on google colab. It works fine on colab None option.
any solution Plz?
The text was updated successfully, but these errors were encountered: