Advertisement
Guest User

Untitled

a guest
Nov 11th, 2015
384
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.71 KB | None | 0 0
  1. $python tensorflow/models/image/alexnet/alexnet_benchmark.py
  2. conv1 [128, 55, 55, 64]
  3. pool1 [128, 27, 27, 64]
  4. conv2 [128, 27, 27, 192]
  5. pool2 [128, 13, 13, 192]
  6. conv3 [128, 13, 13, 384]
  7. conv4 [128, 13, 13, 256]
  8. conv5 [128, 13, 13, 256]
  9. pool5 [128, 6, 6, 256]
  10. I tensorflow/core/common_runtime/local_device.cc:25] Local device intra op parallelism threads: 12
  11. I tensorflow/core/common_runtime/gpu/gpu_init.cc:88] Found device 0 with properties:
  12. name: GeForce GTX TITAN X
  13. major: 5 minor: 2 memoryClockRate (GHz) 1.2155
  14. pciBusID 0000:02:00.0
  15. Total memory: 12.00GiB
  16. Free memory: 11.87GiB
  17. I tensorflow/core/common_runtime/gpu/gpu_init.cc:88] Found device 1 with properties:
  18. name: GeForce GTX TITAN X
  19. major: 5 minor: 2 memoryClockRate (GHz) 1.2155
  20. pciBusID 0000:01:00.0
  21. Total memory: 12.00GiB
  22. Free memory: 11.48GiB
  23. I tensorflow/core/common_runtime/gpu/gpu_init.cc:112] DMA: 0 1
  24. I tensorflow/core/common_runtime/gpu/gpu_init.cc:122] 0: Y Y
  25. I tensorflow/core/common_runtime/gpu/gpu_init.cc:122] 1: Y Y
  26. I tensorflow/core/common_runtime/gpu/gpu_device.cc:643] Creating TensorFlow device (/gpu:0) -> (device: 0, name: GeForce GTX TITAN X, pci bus id: 0000:02:00.0)
  27. I tensorflow/core/common_runtime/gpu/gpu_device.cc:643] Creating TensorFlow device (/gpu:1) -> (device: 1, name: GeForce GTX TITAN X, pci bus id: 0000:01:00.0)
  28. I tensorflow/core/common_runtime/gpu/gpu_region_allocator.cc:47] Setting region size to 12105379226
  29. I tensorflow/core/common_runtime/gpu/gpu_region_allocator.cc:47] Setting region size to 11707422311
  30. I tensorflow/core/common_runtime/local_session.cc:45] Local session inter op parallelism threads: 12
  31. 2015-11-11 15:12:12.050468: step 10, duration = 0.092
  32. 2015-11-11 15:12:12.965234: step 20, duration = 0.092
  33. 2015-11-11 15:12:13.880874: step 30, duration = 0.091
  34. 2015-11-11 15:12:14.797399: step 40, duration = 0.091
  35. 2015-11-11 15:12:15.712956: step 50, duration = 0.092
  36. 2015-11-11 15:12:16.628070: step 60, duration = 0.091
  37. 2015-11-11 15:12:17.540383: step 70, duration = 0.091
  38. 2015-11-11 15:12:18.455042: step 80, duration = 0.092
  39. 2015-11-11 15:12:19.369289: step 90, duration = 0.091
  40. 2015-11-11 15:12:20.190375: Forward across 100 steps, 0.091 +/- 0.009 sec / batch
  41. 2015-11-11 15:12:26.644652: step 10, duration = 0.301
  42. 2015-11-11 15:12:29.677720: step 20, duration = 0.302
  43. 2015-11-11 15:12:32.710699: step 30, duration = 0.302
  44. 2015-11-11 15:12:35.739121: step 40, duration = 0.302
  45. 2015-11-11 15:12:38.767521: step 50, duration = 0.302
  46. 2015-11-11 15:12:41.805193: step 60, duration = 0.303
  47. 2015-11-11 15:12:44.848461: step 70, duration = 0.305
  48. 2015-11-11 15:12:47.894143: step 80, duration = 0.305
  49. 2015-11-11 15:12:50.940088: step 90, duration = 0.302
  50. 2015-11-11 15:12:53.689567: Forward-backward across 100 steps, 0.301 +/- 0.030 sec / batch
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement