Advertisement
Guest User

Untitled

a guest
Oct 28th, 2016
81
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.79 KB | None | 0 0
  1. /usr/bin/python3.5 /media/fpopic/Windows/Users/Filip/Projects/PycharmProjects/deeplearning/mnist_shootout.py
  2. I tensorflow/stream_executor/dso_loader.cc:111] successfully opened CUDA library libcublas.so locally
  3. I tensorflow/stream_executor/dso_loader.cc:111] successfully opened CUDA library libcudnn.so locally
  4. I tensorflow/stream_executor/dso_loader.cc:111] successfully opened CUDA library libcufft.so locally
  5. I tensorflow/stream_executor/dso_loader.cc:111] successfully opened CUDA library libcuda.so.1 locally
  6. I tensorflow/stream_executor/dso_loader.cc:111] successfully opened CUDA library libcurand.so locally
  7. Extracting /tmp/data/train-images-idx3-ubyte.gz
  8. Extracting /tmp/data/train-labels-idx1-ubyte.gz
  9. Extracting /tmp/data/t10k-images-idx3-ubyte.gz
  10. Extracting /tmp/data/t10k-labels-idx1-ubyte.gz
  11. N(broj slika):55000, D(dimenzija slike 28x28):784, C(znamenke):10
  12. Konfiguracija: [784, 10]
  13. I tensorflow/stream_executor/cuda/cuda_gpu_executor.cc:925] successful NUMA node read from SysFS had negative value (-1), but there must be at least one NUMA node, so returning NUMA node zero
  14. I tensorflow/core/common_runtime/gpu/gpu_device.cc:951] Found device 0 with properties:
  15. name: GeForce 840M
  16. major: 5 minor: 0 memoryClockRate (GHz) 1.124
  17. pciBusID 0000:03:00.0
  18. Total memory: 4.00GiB
  19. Free memory: 3.60GiB
  20. I tensorflow/core/common_runtime/gpu/gpu_device.cc:972] DMA: 0
  21. I tensorflow/core/common_runtime/gpu/gpu_device.cc:982] 0: Y
  22. I tensorflow/core/common_runtime/gpu/gpu_device.cc:1041] Creating TensorFlow device (/gpu:0) -> (device: 0, name: GeForce 840M, pci bus id: 0000:03:00.0)
  23. i: 0 loss:0.0002615430
  24. i: 10 loss:0.0001163888
  25. i: 20 loss:0.0000734307
  26. i: 30 loss:0.0000550573
  27. i: 40 loss:0.0000451973
  28. i: 50 loss:0.0000390671
  29. i: 60 loss:0.0000348431
  30. i: 70 loss:0.0000317234
  31. i: 80 loss:0.0000293122
  32. i: 90 loss:0.0000273881
  33. Tezine za znamenke [<tensorflow.python.ops.variables.Variable object at 0x7f789601bf60>]
  34. C_0
  35. [[ 4596. 848.]
  36. [ 903. 48653.]]
  37.  
  38. C_1
  39. [[ 5492. 687.]
  40. [ 806. 48015.]]
  41.  
  42. C_2
  43. [[ 3901. 1569.]
  44. [ 1474. 48056.]]
  45.  
  46. C_3
  47. [[ 3981. 1657.]
  48. [ 1692. 47670.]]
  49.  
  50. C_4
  51. [[ 3818. 1489.]
  52. [ 1470. 48223.]]
  53.  
  54. C_5
  55. [[ 2767. 2220.]
  56. [ 1951. 48062.]]
  57.  
  58. C_6
  59. [[ 4326. 1091.]
  60. [ 1144. 48439.]]
  61.  
  62. C_7
  63. [[ 4395. 1320.]
  64. [ 1223. 48062.]]
  65.  
  66. C_8
  67. [[ 3432. 1957.]
  68. [ 2182. 47429.]]
  69.  
  70. C_9
  71. [[ 3470. 1984.]
  72. [ 1977. 47569.]]
  73.  
  74. Total Accuracy:0.7305090909090909
  75.  
  76. Class Precision, Recall:[[0.83578832515002732, 0.84423218221895668], [0.87202286440139731, 0.88881696067324811], [0.72576744186046516, 0.71316270566727602], [0.70174510840824955, 0.70610145441645977], [0.72201210287443263, 0.71942717166007164], [0.58647732089868587, 0.55484259073591335], [0.79085923217550269, 0.79859700941480527], [0.78230687077251693, 0.76902887139107612], [0.61132882080513007, 0.63685284839487843], [0.63704791628419311, 0.63623028969563622]]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement