forked from Zeta36/chess-alpha-zero
-
Notifications
You must be signed in to change notification settings - Fork 14
Model development timeline
Michael Pang edited this page Dec 22, 2017
·
1 revision
- Transfer initialize, padding only the first conv layer to 5x5 and leaving all residuals.
- If it goes well I can convert the first residual block, then the second, etc. until it's too slow or it stops helping.
- Then just add as many 3x3 residuals as possible at the back, right before the output heads. Initialize to 0 (the identity for res blocks).