pasky / pachi

A fairly strong Go/Baduk/Weiqi playing program
http://pachi.or.cz/
GNU General Public License v2.0
514 stars 117 forks source link

Can't load df dcnn file pachi_19x19.exe crash #114

Closed jun63cn closed 5 years ago

jun63cn commented 5 years ago

win7x64 pachi -t =5000:15000 --dcnn=df Pachi 12.40 (Jowa) git a372ddf5 (master) x86-64 dcnn build, Mar 31 2019

Random seed: 1554190993 F0402 20:00:33.743199 24000 layer_factory.hpp:81] Check failed: registry.count(type) == 1 (0 vs. 1) Unknown layer type: Reshape (known types: Convolution, Flatten, Input, ReLU, Softmax) Check failure stack trace: @ 0000000000000000 @ 0000000000000000 @ 0000000000000000 @ 0000000000000000 @ 0000000000000000 @ 0000000000000000 @ 0000000000000000 @ 0000000000000000 @ 0000000000000000 @ 0000000000000000 @ 0000000000000000 @ 0000000000000000 @ 0000000000000000 @ 0000000000000000 @ 0000000000000000 @ 0000000000000000 @ 0000000000000000

This application has requested the Runtime to terminate it in an unusual way. Please contact the application's support team for more information.

D:\Downloads\Pachi>

lemonsqueeze commented 5 years ago

Ha, yes. Forgot to update static builds for darkforest dcnn. Should be fixed soon...

lemonsqueeze commented 5 years ago

Updated release, should work now.

jun63cn commented 5 years ago

It's works. Thank you very much!