KataGo icon indicating copy to clipboard operation
KataGo copied to clipboard

ERROR: Async bot thread failed: Got nonfinite for policy sum

Open doyeun-choi opened this issue 1 year ago • 0 comments
trafficstars

Hi, When I installed Katago, I met below issues.

I have never experienced these kinds of error during passed 2 years. Could you help me to resolve this issue?.

Big thanks in advance

2024-10-24 21:46:33+0900: Running with following config: allowResignation = true friendlyPassOk = false hasButton = false koRule = SIMPLE lagBuffer = 1.0 logAllGTPCommunication = true logDir = gtp_logs logSearchInfo = true logSearchInfoForChosenMove = false logToStderr = false multiStoneSuicideLegal = false nnCacheSizePowerOfTwo = 20 nnMutexPoolSizePowerOfTwo = 16 numNNServerThreadsPerModel = 1 numSearchThreads = 6 openclDeviceToUseThread0 = 1 ponderingEnabled = false resignConsecTurns = 3 resignThreshold = -0.90 scoringRule = TERRITORY searchFactorAfterOnePass = 0.50 searchFactorAfterTwoPass = 0.25 searchFactorWhenWinning = 0.40 searchFactorWhenWinningThreshold = 0.95 taxRule = SEKI whiteHandicapBonus = 0

2024-10-24 21:46:33+0900: Loading model and initializing benchmark...

Running quick initial benchmark at 16 threads! 2024-10-24 21:46:33+0900: nnRandSeed0 = 12568281457641267666 2024-10-24 21:46:33+0900: After dedups: nnModelFile0 = KataGo28b.gz useFP16 auto useNHWC auto 2024-10-24 21:46:33+0900: Initializing neural net buffer to be size 19 * 19 exactly 2024-10-24 21:46:35+0900: Found OpenCL Platform 0: Intel(R) OpenCL Graphics (Intel(R) Corporation) (OpenCL 3.0 ) 2024-10-24 21:46:35+0900: Found 1 device(s) on platform 0 with type CPU or GPU or Accelerator 2024-10-24 21:46:35+0900: Found OpenCL Platform 1: NVIDIA CUDA (NVIDIA Corporation) (OpenCL 3.0 CUDA 12.6.65) 2024-10-24 21:46:35+0900: Found 1 device(s) on platform 1 with type CPU or GPU or Accelerator 2024-10-24 21:46:35+0900: Found OpenCL Device 0: Intel(R) UHD Graphics 770 (Intel(R) Corporation) (score 6000300) 2024-10-24 21:46:35+0900: Found OpenCL Device 1: NVIDIA GeForce RTX 3080 (NVIDIA Corporation) (score 11000300) 2024-10-24 21:46:35+0900: Creating context for OpenCL Platform: NVIDIA CUDA (NVIDIA Corporation) (OpenCL 3.0 CUDA 12.6.65) 2024-10-24 21:46:35+0900: Using OpenCL Device 1: NVIDIA GeForce RTX 3080 (NVIDIA Corporation) OpenCL 3.0 CUDA (Extensions: cl_khr_global_int32_base_atomics cl_khr_global_int32_extended_atomics cl_khr_local_int32_base_atomics cl_khr_local_int32_extended_atomics cl_khr_fp64 cl_khr_3d_image_writes cl_khr_byte_addressable_store cl_khr_icd cl_khr_gl_sharing cl_nv_compiler_options cl_nv_device_attribute_query cl_nv_pragma_unroll cl_nv_d3d10_sharing cl_khr_d3d10_sharing cl_nv_d3d11_sharing cl_nv_copy_opts cl_nv_create_buffer cl_khr_int64_base_atomics cl_khr_int64_extended_atomics cl_khr_device_uuid cl_khr_pci_bus_info cl_khr_external_semaphore cl_khr_external_memory cl_khr_external_semaphore_win32 cl_khr_external_memory_win32) 2024-10-24 21:46:35+0900: Loaded tuning parameters from: C:\baduk\lizzie/KataGoData/opencltuning/tune11_gpuNVIDIAGeForceRTX3080_x19_y19_c512_mv15.txt 2024-10-24 21:46:35+0900: OpenCL backend thread 0: Device 1 Model version 15 2024-10-24 21:46:35+0900: OpenCL backend thread 0: Device 1 Model name: kata1-b28c512nbt-s7332806912-d4357057652 2024-10-24 21:46:37+0900: OpenCL backend thread 0: Device 1 FP16Storage true FP16Compute false FP16TensorCores true FP16TensorCoresFor1x1 true Got nonfinite for policy sum HASH: CDCBC1F514D7E680FACD226074256633 A B C D E F G H J K L M N O P Q R S T 19 . . . . . . . . . . . . . . . . . . . 18 . . . . . . . . . . . . . . . . . . . 17 . . . . . . . . . . . . . . . . . . . 16 . . . . . . . . . . . . . . . . . . . 15 . . . . . . . . . . . . . . . . . . . 14 . . . . . . . . . . . . . . . . . . . 13 . . . . . . . . . . . . . . . . . . . 12 . . . . . . . . . . . . . . . . . . . 11 . . . . . . . . . . . . . . . . . . . 10 . . . . . . . . . . . . . . . . . . . 9 . . . . . . . . . . . . . . . . . . . 8 . . . . . . . . . . . . . . . . . . . 7 . . . . . . . . . . . . . . . . . . . 6 . . . . . . . . . . . . . . . . . . . 5 . . . . . . . . . . . . . . . . . . . 4 . . . . . . . . . . . . . . . . . . . 3 . . . . . . . . . . . . . . . . . . . 2 . . . . . . . . . . . . . . . . . . . 1 . . . . . . . . . . . . . . . . . . .

Initial pla Black Encore phase 0 Turns this phase 0 Approx valid turns this phase 0 Rules koPOSITIONALscoreAREAtaxNONEsui1komi7.5 Ko recap block hash 00000000000000000000000000000000 White bonus score 0 White handicap bonus score 0 Has button 0 Presumed next pla Black Past normal phase end 0 Game result 0 Empty 0 0 0 0 Last moves 2024-10-24 21:46:37+0900: ERROR: Async bot thread failed: Got nonfinite for policy sum

doyeun-choi avatar Oct 24 '24 12:10 doyeun-choi