I've followed this stackoverflow answer. Then, I've tried this nvidia steps (conda install cuda -c nvidia
) to install it in a conda env. But when I try
import tensorflow as tf
tf.config.list_physical_devices('GPU')
# output: []
I have a 3070 GPU. What am I doing wrong?