Error Running - Optimizing a Spiking Neural Network Example

Thank you for the suggestions and help.

Here’s a screenshot of my NVIDIA drivers using nvidia-smi:

And here is my output when I check to see if my GPU is visible:
import tensorflow as tf
print(tf.config.list_physical_devices(‘GPU’))


It appears TensorFlow is not seeing the GPU.

The desktop system I’m using is running Windows 10. Here is a file listing my installed packages in my Python 3.7 environment.
Python_Installed_Packages.pdf (236.4 KB)

I’m embarrassed to say that I have no experience regarding how to configure the NVIDIA card and will need to ask for further instructions.

Thanks again.