syarulzaffi commited on
Commit
3ed0f20
·
verified ·
1 Parent(s): f98194d

Create requirements.txt

Browse files
Files changed (1) hide show
  1. 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')]