Advertisement
Guest User

Untitled

a guest
Oct 22nd, 2016
127
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.72 KB | None | 0 0
  1. Using gpu device 0: GeForce GT 750M (CNMeM is disabled, cuDNN not available)
  2. Starting Reference Theano (gpu) benchmark
  3. Total time: 1.595621s
  4. Single iteration: 0.01595621s
  5. ------------------------------
  6. Starting Optimized Theano (gpu) benchmark
  7. Total time: 0.665976s
  8. Single iteration: 0.00665976s
  9. ------------------------------
  10. Starting Numpy benchmark
  11. Total time: 0.215270s
  12. Single iteration: 0.00215270s
  13. ------------------------------
  14. Theano and Numpy results compatible: True
  15. ==============================
  16. Performance comparison:
  17. NN size: (1000, 1000, 1000, 1000, 1000, 1000, 1000, 1000)
  18. Iterations: 100
  19. theano: 1.00x faster (0.015956s)
  20. numpy: 7.41x faster (0.002153s)
  21. optimized: 2.40x faster (0.006660s)
  22. ##############################
  23. Starting Reference Theano (gpu) benchmark
  24. Total time: 5.406381s
  25. Single iteration: 0.05406381s
  26. ------------------------------
  27. Starting Optimized Theano (gpu) benchmark
  28. Total time: 1.028230s
  29. Single iteration: 0.01028230s
  30. ------------------------------
  31. Starting Numpy benchmark
  32. Total time: 0.697497s
  33. Single iteration: 0.00697497s
  34. ------------------------------
  35. Theano and Numpy results compatible: True
  36. ==============================
  37. Performance comparison:
  38. NN size: (2000, 2000, 2000, 2000, 2000, 2000, 2000, 2000)
  39. Iterations: 100
  40. theano: 1.00x faster (0.054064s)
  41. numpy: 7.75x faster (0.006975s)
  42. optimized: 5.26x faster (0.010282s)
  43. ##############################
  44. Starting Reference Theano (gpu) benchmark
  45. Total time: 0.678504s
  46. Single iteration: 0.00678504s
  47. ------------------------------
  48. Starting Optimized Theano (gpu) benchmark
  49. Total time: 0.425372s
  50. Single iteration: 0.00425372s
  51. ------------------------------
  52. Starting Numpy benchmark
  53. Total time: 0.018013s
  54. Single iteration: 0.00018013s
  55. ------------------------------
  56. Theano and Numpy results compatible: False
  57. ==============================
  58. Performance comparison:
  59. NN size: [1024, 512, 256, 128, 64, 32, 16, 8]
  60. Iterations: 100
  61. theano: 1.00x faster (0.006785s)
  62. numpy: 37.67x faster (0.000180s)
  63. optimized: 1.60x faster (0.004254s)
  64. ##############################
  65. Starting Reference Theano (gpu) benchmark
  66. Total time: 0.117089s
  67. Single iteration: 0.00117089s
  68. ------------------------------
  69. Starting Optimized Theano (gpu) benchmark
  70. Total time: 0.131096s
  71. Single iteration: 0.00131096s
  72. ------------------------------
  73. Starting Numpy benchmark
  74. Total time: 0.002002s
  75. Single iteration: 0.00002002s
  76. ------------------------------
  77. Theano and Numpy results compatible: False
  78. ==============================
  79. Performance comparison:
  80. NN size: (26, 30, 2)
  81. Iterations: 100
  82. theano: 1.00x faster (0.001171s)
  83. numpy: 58.49x faster (0.000020s)
  84. optimized: 0.89x faster (0.001311s)
  85. ##############################
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement