how to use tensorflow gpu in code python code example
Example: tensorflow gpu test
# As it's written in Tensorflow documentatoin:
import tensorflow as tf
print("Num GPUs Available: ", len(tf.config.experimental.list_physical_devices('GPU')))
# As it's written in Tensorflow documentatoin:
import tensorflow as tf
print("Num GPUs Available: ", len(tf.config.experimental.list_physical_devices('GPU')))