没法像leelagtp版那样分析
D:\src>sgfanalyze.py 171025.sgf --leela Leela0110GTP.exe >171025_analyzed.sgf
Warning: Komi not specified, assuming 7.500000
Executing approx 519 analysis steps
| | done% | Est... | done / total
| | 0.00% | Est... | 0 / 519
| | 0.19% | 0:41:19 | 1 / 517
D:\src>sgfanalyze.py 171025.sgf --leela Leela0110GTP_OpenCL.exe >171025a_analyzed.sgf
Warning: Komi not specified, assuming 7.500000
Executing approx 519 analysis steps
| | done% | Est... | done / total
| | 0.00% | Est... | 0 / 519
| | 0.19% | 0:20:15 | 1 / 517
D:\src>sgfanalyze.py 171025.sgf --leela Leela-zero.exe >171025b_analyzed.sgf
Warning: Komi not specified, assuming 7.500000
Executing approx 519 analysis steps
| | done% | Est... | done / total
| | 0.00% | Est... | 0 / 519
Traceback (most recent call last):
File "D:\src\sgfanalyze.py", line 462, in <module>
leela.start()
File "D:\src\sgftools\leela.py", line 196, in start
self.send_command('boardsize %d' % (self.board_size))
File "D:\src\sgftools\leela.py", line 160, in send_command
self.p.stdin.write(cmd + "\n")
IOError: [Errno 22] Invalid argument
Failure, reporting partial results...
|==================================================| 100.00% | 0:00:00 | 519 / 519
|==================================================| 100.00% | Done. | Elapsed Time: 0:00:02 |