Genzo1010 commited on
Commit
f2c0db7
·
verified ·
1 Parent(s): 0800d35

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -106,4 +106,5 @@ print("PaddlePaddle Version:", paddle.__version__)
106
  print("Is GPU available:", paddle.is_compiled_with_cuda())
107
  import tensorflow as tf
108
  print("Num GPUs Available: ", len(tf.config.list_physical_devices('GPU')))
109
-
 
 
106
  print("Is GPU available:", paddle.is_compiled_with_cuda())
107
  import tensorflow as tf
108
  print("Num GPUs Available: ", len(tf.config.list_physical_devices('GPU')))
109
+ import tensorflow as tf
110
+ print(tf.test.is_built_with_cuda())