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 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')]
[PhysicalDevice(name='/physical_device:GPU:0', device_type='GPU')]
I search a lot, i look likes a tf question.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Describe the bug
I running Unit3.jupyter in colab, and could not using GPU when I train model using this cell code
output
I run this code make sure I hava a GPU
got response
[PhysicalDevice(name='/physical_device:GPU:0', device_type='GPU')]
I search a lot, i look likes a tf question.
Material
The text was updated successfully, but these errors were encountered: