AshanGimhana
commited on
Commit
•
7f5e659
1
Parent(s):
ff4d438
Update app.py
Browse files
app.py
CHANGED
@@ -13,6 +13,7 @@ print(f"CUDA device: {torch.cuda.get_device_name(torch.cuda.current_device())}")
|
|
13 |
|
14 |
###################################################
|
15 |
|
|
|
16 |
gpus = tf.config.list_physical_devices('GPU')
|
17 |
print("Available GPUs TF:", gpus)
|
18 |
|
|
|
13 |
|
14 |
###################################################
|
15 |
|
16 |
+
import tensorflow as tf
|
17 |
gpus = tf.config.list_physical_devices('GPU')
|
18 |
print("Available GPUs TF:", gpus)
|
19 |
|