개발일기 (1) 썸네일형 리스트형 딥런이 잡동에러 1. onnx thread 개수 설정하기 .[E:onnxruntime:Default, env.cc:254 ThreadMain] pthread_setaffinity_np failed for thread: 5639, index: 13, mask: {22, 62, }, error code: 22 error msg: Invalid argument. Specify the number of threads explicitly so the affinity is not set. session option 설정시에 아래와 같이 명시해준다. sess_opts.inter_op_num_threads = 1 sess_opts.intra_op_num_threads = 1 아래와 같이 session 설정한.. 이전 1 다음