Skip to content
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

[HANDS-ON BUG] Unit3 Colab GPU Error #578

Open
jyellow opened this issue Dec 10, 2024 · 0 comments
Open

[HANDS-ON BUG] Unit3 Colab GPU Error #578

jyellow opened this issue Dec 10, 2024 · 0 comments

Comments

@jyellow
Copy link

jyellow commented Dec 10, 2024

Describe the bug

I running Unit3.jupyter in colab, and could not using GPU when I train model using this cell code

!python -m rl_zoo3.train --algo dqn  --env SpaceInvadersNoFrameskip-v4 -f logs/ -c dqn.yml

output

W tensorflow/compiler/tf2tensorrt/utils/py_utils.cc:38] TF-TRT Warning: Could not find TensorRT

I run this code make sure I hava a GPU

print(tf.config.list_physical_devices('GPU'))

got response [PhysicalDevice(name='/physical_device:GPU:0', device_type='GPU')]

I search a lot, i look likes a tf question.

Material

  • Google Colab
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant