Spaces:
Running
Running
Update app.py
Browse files
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())
|