Perfect, thank you. I was wondering about doing this with a
fully-convolutional architecture, and it looks like that is what you are
doing!

On Thu, Mar 1, 2018 at 2:21 PM, Hiroshi Yamashita <y...@bd.mbn.or.jp> 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

Reply via email to