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

doesn't work (or it's me)? #3

Open
Zibri opened this issue Apr 19, 2024 · 0 comments
Open

doesn't work (or it's me)? #3

Zibri opened this issue Apr 19, 2024 · 0 comments

Comments

@Zibri
Copy link

Zibri commented Apr 19, 2024

I did:

pip3 install -r requirements.txt
then

cd src
python3 tictactoe.py 
2024-04-19 12:21:41.961743: E external/local_xla/xla/stream_executor/cuda/cuda_dnn.cc:9261] Unable to register cuDNN factory: Attempting to register factory for plugin cuDNN when one has already been registered
2024-04-19 12:21:41.961830: E external/local_xla/xla/stream_executor/cuda/cuda_fft.cc:607] Unable to register cuFFT factory: Attempting to register factory for plugin cuFFT when one has already been registered
2024-04-19 12:21:41.964223: E external/local_xla/xla/stream_executor/cuda/cuda_blas.cc:1515] Unable to register cuBLAS factory: Attempting to register factory for plugin cuBLAS when one has already been registered
2024-04-19 12:21:41.977495: I tensorflow/core/platform/cpu_feature_guard.cc:182] This TensorFlow binary is optimized to use available CPU instructions in performance-critical operations.
To enable the following instructions: AVX2 FMA, in other operations, rebuild TensorFlow with the appropriate compiler flags.
2024-04-19 12:21:43.399714: W tensorflow/compiler/tf2tensorrt/utils/py_utils.cc:38] TF-TRT Warning: Could not find TensorRT
Traceback (most recent call last):
  File "/root/wshell2/clients/tensorflow-rl-tictactoe/src/tictactoe.py", line 29, in <module>
    from tensorflow.contrib import layers
ModuleNotFoundError: No module named 'tensorflow.contrib'
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