I installed wsl on a Windows 11 system. Aslo downnloaded and installed miniconda. Used instructions from “Install Tensorflow with pip”. Followed all the steps as described. Supposed to install Cudatoolkt 11.8 and cuDNN 8.6.0. After completing the steps, tried to see GPU in a tensorflow environment using " ```
python3 -c “import tensorflow as tf; print(tf.config.list_physical_devices(‘GPU’))”
I tensorflow/compiler/xla/stream_executor/cuda/cuda_gpu_executor.cc:982] could not open file to read NUMA node: /sys/bus/pci/devices/0000:01:00.0/numa_node
Your kernel may have been built without NUMA support.
2023-03-27 13:47:19.196102: W tensorflow/core/common_runtime/gpu/gpu_device.cc:1956] Cannot dlopen some GPU libraries. Please make sure the missing libraries mentioned above are installed properly if you would like to use GPU. Follow the guide at https://www.tensorflow.org/install/gpu for how to download and setup the required libraries for your platform.
Skipping registering GPU devices...
Help please in solving this issue. Thank you