I found a bug...
In 9_i50_F64L11_p.prototxt, "policy head",
name: "conv_1x1_2_policy"
num_output: 2
should be
name: "conv_1x1_1_policy"
num_output: 1
Hiroshi Yamashita
On 2018/03/02 4:21, Hiroshi Yamashita wrote:
Hi Imran,
I have only changed input shape.
On Caffe,
from 9x9
input_dim: 1
input_dim: 50
input_dim: 9
input_dim: 9
to 19x19
input_dim: 1
input_dim: 50
input_dim: 19
input_dim: 19
This is available on fully convolutional.
http://computer-go.org/pipermail/computer-go/2015-December/008324.html
Caffe's prototxt is
http://www.yss-aya.com/20180302using9x9_19x19.tar.gz
Thanks,
Hiroshi Yamashita
On 2018/03/02 0:35, Imran Hendley wrote:
Hi Hiroshi,
Are you using zero-padding to allow input shapes to match for all board sizes?
Thanks,
Imran
_______________________________________________
Computer-go mailing list
Computer-go@computer-go.org
http://computer-go.org/mailman/listinfo/computer-go
_______________________________________________
Computer-go mailing list
Computer-go@computer-go.org
http://computer-go.org/mailman/listinfo/computer-go