Advertisement
Guest User

Untitled

a guest
Mar 25th, 2019
141
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 9.82 KB | None | 0 0
  1. 2019-03-25 20:39:06 (225 MB/s) - ‘test_current.yaml’ saved [1952/1952]
  2.  
  3. dataset:
  4. input_test: ./chunks/test/
  5. input_train: ./chunks/
  6. num_chunks: 600000
  7. train_ratio: 0.9
  8. gpu: 0
  9. model:
  10. filters: 8
  11. policy_channels: 20
  12. residual_blocks: 1
  13. se_ratio: 2
  14. name: 8x1
  15. training:
  16. batch_size: 4096
  17. checkpoint_steps: 100
  18. lr_boundaries:
  19. - 150
  20. lr_values:
  21. - 0.1
  22. - 0.1
  23. max_grad_norm: 2
  24. num_batch_splits: 4
  25. path: ./networks
  26. policy_loss_weight: 0.0
  27. shuffle_size: 60000
  28. swa: false
  29. swa_max_n: 10
  30. swa_steps: 25
  31. test_steps: 1000
  32. total_steps: 10000
  33. train_avg_report_steps: 100
  34. value_loss_weight: 1.0
  35. warmup_steps: 100
  36.  
  37. sorting 540000 chunks...[done]
  38. game_000012.gz - game_599995.gz
  39. sorting 60000 chunks...[done]
  40. game_000160.gz - game_599990.gz
  41. Using 1 worker processes.
  42. WARNING:tensorflow:From /usr/local/lib/python3.6/dist-packages/tensorflow/python/data/ops/dataset_ops.py:429: py_func (from tensorflow.python.ops.script_ops) is deprecated and will be removed in a future version.
  43. Instructions for updating:
  44. tf.py_func is deprecated in TF V2. Instead, use
  45. tf.py_function, which takes a python function which manipulates tf eager
  46. tensors instead of numpy arrays. It's easy to convert a tf eager tensor to
  47. an ndarray (just call tensor.numpy()) but having access to eager tensors
  48. means `tf.py_function`s can use accelerators such as GPUs as well as
  49. being differentiable using a gradient tape.
  50.  
  51. Using 1 worker processes.
  52. 2019-03-25 20:39:18.672989: I tensorflow/core/platform/profile_utils/cpu_utils.cc:94] CPU Frequency: 2300000000 Hz
  53. 2019-03-25 20:39:18.674515: I tensorflow/compiler/xla/service/service.cc:150] XLA service 0x315d340 executing computations on platform Host. Devices:
  54. 2019-03-25 20:39:18.674569: I tensorflow/compiler/xla/service/service.cc:158] StreamExecutor device (0): <undefined>, <undefined>
  55. 2019-03-25 20:39:18.775746: I tensorflow/stream_executor/cuda/cuda_gpu_executor.cc:998] successful NUMA node read from SysFS had negative value (-1), but there must be at least one NUMA node, so returning NUMA node zero
  56. 2019-03-25 20:39:18.776309: I tensorflow/compiler/xla/service/service.cc:150] XLA service 0x315de40 executing computations on platform CUDA. Devices:
  57. 2019-03-25 20:39:18.776349: I tensorflow/compiler/xla/service/service.cc:158] StreamExecutor device (0): Tesla K80, Compute Capability 3.7
  58. 2019-03-25 20:39:18.776772: I tensorflow/core/common_runtime/gpu/gpu_device.cc:1433] Found device 0 with properties:
  59. name: Tesla K80 major: 3 minor: 7 memoryClockRate(GHz): 0.8235
  60. pciBusID: 0000:00:04.0
  61. totalMemory: 11.17GiB freeMemory: 11.10GiB
  62. 2019-03-25 20:39:18.776811: I tensorflow/core/common_runtime/gpu/gpu_device.cc:1512] Adding visible gpu devices: 0
  63. 2019-03-25 20:39:19.156966: I tensorflow/core/common_runtime/gpu/gpu_device.cc:984] Device interconnect StreamExecutor with strength 1 edge matrix:
  64. 2019-03-25 20:39:19.157048: I tensorflow/core/common_runtime/gpu/gpu_device.cc:990] 0
  65. 2019-03-25 20:39:19.157081: I tensorflow/core/common_runtime/gpu/gpu_device.cc:1003] 0: N
  66. 2019-03-25 20:39:19.157425: I tensorflow/core/common_runtime/gpu/gpu_device.cc:1115] Created TensorFlow device (/job:localhost/replica:0/task:0/device:GPU:0 with 10297 MB memory) -> physical GPU (device: 0, name: Tesla K80, pci bus id: 0000:00:04.0, compute capability: 3.7)
  67. WARNING:tensorflow:From /usr/local/lib/python3.6/dist-packages/tensorflow/python/framework/op_def_library.py:263: colocate_with (from tensorflow.python.framework.ops) is deprecated and will be removed in a future version.
  68. Instructions for updating:
  69. Colocations handled automatically by placer.
  70. WARNING:tensorflow:From /content/lczero-training/tf/tfprocess.py:681: batch_normalization (from tensorflow.python.layers.normalization) is deprecated and will be removed in a future version.
  71. Instructions for updating:
  72. Use keras.layers.batch_normalization instead.
  73. WARNING:tensorflow:From /content/lczero-training/tf/tfprocess.py:144: softmax_cross_entropy_with_logits (from tensorflow.python.ops.nn_ops) is deprecated and will be removed in a future version.
  74. Instructions for updating:
  75.  
  76. Future major versions of TensorFlow will allow gradients to flow
  77. into the labels input on backprop by default.
  78.  
  79. See `tf.nn.softmax_cross_entropy_with_logits_v2`.
  80.  
  81.  
  82. WARNING: The TensorFlow contrib module will not be included in TensorFlow 2.0.
  83. For more information, please see:
  84. * https://github.com/tensorflow/community/blob/master/rfcs/20180907-contrib-sunset.md
  85. * https://github.com/tensorflow/addons
  86. If you depend on functionality not listed there, please file an issue.
  87.  
  88. WARNING:tensorflow:From /usr/local/lib/python3.6/dist-packages/tensorflow/python/ops/math_ops.py:3066: to_int32 (from tensorflow.python.ops.math_ops) is deprecated and will be removed in a future version.
  89. Instructions for updating:
  90. Use tf.cast instead.
  91. Using 585 evaluation batches
  92. 2019-03-25 20:39:25.151418: I tensorflow/stream_executor/dso_loader.cc:152] successfully opened CUDA library libcublas.so.10.0 locally
  93. step 1, policy=7.52252 value=1.0988 policy accuracy=0.00901442% value accuracy=34.6448% mse=0.176582
  94. step 100, lr=0.1 policy=7.52972 value=0.297644 mse=0.0271257 reg=0.0166562 total=0.3143 (1858.84 pos/s)
  95. /content/lczero-training/tf/tfprocess.py:513: RuntimeWarning: invalid value encountered in float_scalars
  96. ratios = [(tensor.name, d / w) for d, w, tensor in zip(delta_norms, weight_norms, self.weights) if not 'moving' in tensor.name]
  97. Model saved in file: ./networks/8x1/8x1-100
  98. saved as './networks/8x1/8x1-100' 0.53M
  99. Weights saved in file: ./networks/8x1/8x1-100
  100. step 200, lr=0.1 policy=7.52468 value=0.0348502 mse=0.00240767 reg=0.0170679 total=0.0519181 (4462.86 pos/s)
  101. Model saved in file: ./networks/8x1/8x1-200
  102. saved as './networks/8x1/8x1-200' 0.53M
  103. Weights saved in file: ./networks/8x1/8x1-200
  104. step 300, lr=0.1 policy=7.52107 value=0.0172885 mse=0.00119191 reg=0.016921 total=0.0342095 (4486.35 pos/s)
  105. Model saved in file: ./networks/8x1/8x1-300
  106. saved as './networks/8x1/8x1-300' 0.52M
  107. Weights saved in file: ./networks/8x1/8x1-300
  108. step 400, lr=0.1 policy=7.51661 value=0.0135307 mse=0.000948175 reg=0.0167142 total=0.0302449 (4477.95 pos/s)
  109. Model saved in file: ./networks/8x1/8x1-400
  110. saved as './networks/8x1/8x1-400' 0.52M
  111. Weights saved in file: ./networks/8x1/8x1-400
  112. step 500, lr=0.1 policy=7.51575 value=0.010787 mse=0.000742922 reg=0.0164907 total=0.0272778 (4468.2 pos/s)
  113. Model saved in file: ./networks/8x1/8x1-500
  114. saved as './networks/8x1/8x1-500' 0.52M
  115. Weights saved in file: ./networks/8x1/8x1-500
  116. step 600, lr=0.1 policy=7.51449 value=0.0102407 mse=0.000715633 reg=0.0162645 total=0.0265052 (4460.45 pos/s)
  117. WARNING:tensorflow:From /usr/local/lib/python3.6/dist-packages/tensorflow/python/training/saver.py:966: remove_checkpoint (from tensorflow.python.training.checkpoint_management) is deprecated and will be removed in a future version.
  118. Instructions for updating:
  119. Use standard file APIs to delete files with this prefix.
  120. Model saved in file: ./networks/8x1/8x1-600
  121. saved as './networks/8x1/8x1-600' 0.52M
  122. Weights saved in file: ./networks/8x1/8x1-600
  123. step 700, lr=0.1 policy=7.51022 value=0.00875754 mse=0.000601832 reg=0.0160357 total=0.0247932 (4475.05 pos/s)
  124. Model saved in file: ./networks/8x1/8x1-700
  125. saved as './networks/8x1/8x1-700' 0.52M
  126. Weights saved in file: ./networks/8x1/8x1-700
  127. step 800, lr=0.1 policy=7.50928 value=0.0080477 mse=0.000555158 reg=0.0158038 total=0.0238515 (4460.32 pos/s)
  128. Model saved in file: ./networks/8x1/8x1-800
  129. saved as './networks/8x1/8x1-800' 0.52M
  130. Weights saved in file: ./networks/8x1/8x1-800
  131. step 900, lr=0.1 policy=7.51171 value=0.00793566 mse=0.00055157 reg=0.0155718 total=0.0235074 (4448.89 pos/s)
  132. Model saved in file: ./networks/8x1/8x1-900
  133. saved as './networks/8x1/8x1-900' 0.52M
  134. Weights saved in file: ./networks/8x1/8x1-900
  135. step 1000, lr=0.1 policy=7.51228 value=0.00712479 mse=0.000488646 reg=0.0153411 total=0.0224659 (4375.52 pos/s)
  136. step 1000, policy=7.51152 value=0.00665396 policy accuracy=0.052918% value accuracy=99.7541% mse=0.000463149
  137. Model saved in file: ./networks/8x1/8x1-1000
  138. saved as './networks/8x1/8x1-1000' 0.52M
  139. Weights saved in file: ./networks/8x1/8x1-1000
  140. step 1100, lr=0.1 policy=7.51024 value=0.0067119 mse=0.000463098 reg=0.0151115 total=0.0218234 (1935.3 pos/s)
  141. Model saved in file: ./networks/8x1/8x1-1100
  142. saved as './networks/8x1/8x1-1100' 0.52M
  143. Weights saved in file: ./networks/8x1/8x1-1100
  144. step 1200, lr=0.1 policy=7.50786 value=0.00593836 mse=0.000407874 reg=0.0148866 total=0.020825 (4458.03 pos/s)
  145. Model saved in file: ./networks/8x1/8x1-1200
  146. saved as './networks/8x1/8x1-1200' 0.52M
  147. Weights saved in file: ./networks/8x1/8x1-1200
  148. step 1300, lr=0.1 policy=7.50629 value=0.00569232 mse=0.000394998 reg=0.0146605 total=0.0203529 (4459.09 pos/s)
  149. Model saved in file: ./networks/8x1/8x1-1300
  150. saved as './networks/8x1/8x1-1300' 0.52M
  151. Weights saved in file: ./networks/8x1/8x1-1300
  152. step 1400, lr=0.1 policy=7.50681 value=0.00622524 mse=0.000431534 reg=0.0144379 total=0.0206632 (4425.31 pos/s)
  153. Model saved in file: ./networks/8x1/8x1-1400
  154. saved as './networks/8x1/8x1-1400' 0.52M
  155. Weights saved in file: ./networks/8x1/8x1-1400
  156. step 1500, lr=0.1 policy=7.50732 value=0.00587613 mse=0.000410718 reg=0.0142196 total=0.0200958 (4486.12 pos/s)
  157. Model saved in file: ./networks/8x1/8x1-1500
  158. saved as './networks/8x1/8x1-1500' 0.52M
  159. Weights saved in file: ./networks/8x1/8x1-1500
  160. step 1600, lr=0.1 policy=7.50584 value=0.00593065 mse=0.000416239 reg=0.0140044 total=0.019935 (4473.79 pos/s)
  161. Model saved in file: ./networks/8x1/8x1-1600
  162. saved as './networks/8x1/8x1-1600' 0.52M
  163. Weights saved in file: ./networks/8x1/8x1-1600
  164. step 1700, lr=0.1 policy=7.50391 value=0.00513716 mse=0.000353341 reg=0.0137919 total=0.0189291 (4517.04 pos/s)
  165. Model saved in file: ./networks/8x1/8x1-1700
  166. saved as './networks/8x1/8x1-1700' 0.52M
  167. Weights saved in file: ./networks/8x1/8x1-1700
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement