Skip to content

Instantly share code, notes, and snippets.

@iandow
Created October 18, 2017 19:12
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save iandow/28b5581ab908cf145709f342b460ff31 to your computer and use it in GitHub Desktop.
Save iandow/28b5581ab908cf145709f342b460ff31 to your computer and use it in GitHub Desktop.
nvidia@tegra-ubuntu:~$ time python3 label_image.py image.jpg
2017-10-18 12:10:42.110334: I tensorflow/stream_executor/cuda/cuda_gpu_executor.cc:857] ARM64 does not support NUMA - returning NUMA node zero
2017-10-18 12:10:42.110570: I tensorflow/core/common_runtime/gpu/gpu_device.cc:955] Found device 0 with properties:
name: NVIDIA Tegra X2
major: 6 minor: 2 memoryClockRate (GHz) 1.3005
pciBusID 0000:00:00.0
Total memory: 7.67GiB
Free memory: 4.12GiB
2017-10-18 12:10:42.110622: I tensorflow/core/common_runtime/gpu/gpu_device.cc:976] DMA: 0
2017-10-18 12:10:42.110648: I tensorflow/core/common_runtime/gpu/gpu_device.cc:986] 0: Y
2017-10-18 12:10:42.110683: I tensorflow/core/common_runtime/gpu/gpu_device.cc:1045] Creating TensorFlow device (/gpu:0) -> (device: 0, name: NVIDIA Tegra X2, pci bus id: 0000:00:00.0)
Device mapping:
/job:localhost/replica:0/task:0/gpu:0 -> device: 0, name: NVIDIA Tegra X2, pci bus id: 0000:00:00.0
2017-10-18 12:10:42.990263: I tensorflow/core/common_runtime/direct_session.cc:300] Device mapping:
/job:localhost/replica:0/task:0/gpu:0 -> device: 0, name: NVIDIA Tegra X2, pci bus id: 0000:00:00.0
2017-10-18 12:10:46.165931: I tensorflow/core/common_runtime/gpu/gpu_device.cc:1045] Creating TensorFlow device (/gpu:0) -> (device: 0, name: NVIDIA Tegra X2, pci bus id: 0000:00:00.0)
2017-10-18 12:10:48.551410: W tensorflow/core/framework/op_def_util.cc:333] Op BatchNormWithGlobalNormalization is deprecated. It will cease to work in GraphDef version 9. Use tf.nn.batch_normalization().
open door (score = 0.31803)
rhode island red (score = 0.18550)
blue jay (score = 0.15255)
two chickens (score = 0.14673)
buff orpington (score = 0.09682)
empty nest (score = 0.05525)
nest with egg (score = 0.04514)
real 0m23.896s
user 0m17.160s
sys 0m5.548s
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment