zhongjn / gomokuer

A tiny re-implementation of AlphaGo Zero (in Gomoku)
69 stars 12 forks source link

problem about directory #1

Closed GeneZC closed 6 years ago

GeneZC commented 6 years ago

'..' 不是内部或外部命令,也不是可运行的程序 或批处理文件。

zhongjn commented 6 years ago

用cmd时去掉../

GeneZC commented 6 years ago

py_network指向null "Error: Failed to init network"

zhongjn commented 6 years ago

python+pytorch可以正常运行吗?

GeneZC commented 6 years ago

可以的 在你的电脑上运行正常是吗

GeneZC commented 6 years ago

最后解决了:要将模型转为在cpu上运行