This commit is contained in:
Malte Grosse 2024-09-25 11:05:33 +02:00
parent 3d33eae029
commit ef9e32ae72
1 changed files with 1 additions and 1 deletions

2
run.py
View File

@ -17,7 +17,7 @@ gpus = tf.config.experimental.list_physical_devices('GPU')
# os.exit(1)
print(tf.config.experimental.list_physical_devices())
print("test")
print(tf.__version__)
print(tf.test.is_built_with_cuda())