English
Thomas Male
Upload 98 files
a5407e7
raw
history blame contribute delete
218 Bytes
import tensorflow as tf
from tensorflow import keras
print("Num GPUs Available: ", len(tf.config.experimental.list_physical_devices('GPU')))
tf.test.is_built_with_cuda()
print(tf.version.VERSION)
import sys
sys.version