Skip to content
This repository was archived by the owner on May 21, 2022. It is now read-only.

Commit a809fd4

Browse files
committed
Tuned eval net size
1 parent 432653a commit a809fd4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ann/learn_ann.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -341,10 +341,10 @@ EvalNet BuildEvalNet(int64_t inputDims, int64_t outputDims, bool smallNet)
341341
Group layer0SquareGroup;
342342

343343
// first we add the mixed global group
344-
AddSingleNodesGroup(layer0, globalGroup, layer0GlobalGroup, 0.05f);
344+
AddSingleNodesGroup(layer0, globalGroup, layer0GlobalGroup, 0.2f);
345345

346346
// mixed square group
347-
AddSingleNodesGroup(layer0, squareGroup, layer0SquareGroup, 0.05f);
347+
AddSingleNodesGroup(layer0, squareGroup, layer0SquareGroup, 0.2f);
348348

349349
// pass through group 0 (this contains game phase information)
350350
AddSingleNodesGroup(layer0, group0, layer0Group0, 1.0f);

0 commit comments

Comments
 (0)