Spaces:
Paused
Paused
Create requirements.txt
Browse files- requirements.txt +3 -0
requirements.txt
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
import tensorflow as tf
|
| 2 |
+
print(tf.config.list_physical_devices('GPU'))
|
| 3 |
+
# [PhysicalDevice(name='/physical_device:GPU:0', device_type='GPU')]
|