chesshacks-model / config.json
rzhang-7's picture
Upload chess policy network model
c5361c5
raw
history blame contribute delete
162 Bytes
{
"input_channels": 12,
"num_res_blocks": 8,
"filters": 128,
"policy_channels": 32,
"num_move_classes": 4672,
"dropout": 0.1,
"activation": "relu"
}