shindavid / AlphaZeroArcade

6 stars 1 forks source link

Global pooling layer #46

Closed Rediness closed 10 months ago

Rediness commented 1 year ago

Addition of two layers that implement Global Pooling Todo: integrate with the network

shindavid commented 1 year ago

I find KataGo's code/configs hard to follow, but if you are uncertain about certain aspects of the global pooling layer, I recommend at least trying to look at the KataGo repo: https://github.com/lightvector/KataGo

The KataGo master branch uses tensorflow, but there is a branch called pytorch-rewrite that rewrites everything to pytorch.

Rediness commented 1 year ago

I find KataGo's code/configs hard to follow, but if you are uncertain about certain aspects of the global pooling layer, I recommend at least trying to look at the KataGo repo: https://github.com/lightvector/KataGo

The KataGo master branch uses tensorflow, but there is a branch called pytorch-rewrite that rewrites everything to pytorch.

Yeah, thanks!