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.
Ahh, I've never had a local GPU before. Thank you Apple Santa Claus, whoever your team is.
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')]