|
|
|
|
|
by liprais
1840 days ago
|
|
Python 3.9.4 | packaged by conda-forge | (default, May 10 2021, 22:10:52)
[Clang 11.1.0 ] on darwin
Type "help", "copyright", "credits" or "license" for more information.
>>> import tensorflow Init Plugin Init Graph Optimizer Init Kernel >>> tensorflow.config.list_physical_devices <function list_physical_devices at 0x128011f70> >>> tensorflow.config.list_physical_devices() [PhysicalDevice(name='/physical_device:CPU:0', device_type='CPU'), PhysicalDevice(name='/physical_device:GPU:0', device_type='GPU')] |
|
God, it’ll be nice having a gpu for tensorflow. I’ve dreamed about this for like… a long time.