yhyu13 / AlphaGOZero-python-tensorflow

Congratulation to DeepMind! This is a reengineering implementation (on behalf of many other git repo in /support/) of DeepMind's Oct19th publication: [Mastering the Game of Go without Human Knowledge]. The supervised learning approach is more practical for individuals. (This repository has single purpose of education only)
MIT License
341 stars 115 forks source link

Not found: Key Variable not found in checkpoint #19

Open BaoTaiE opened 5 years ago

BaoTaiE commented 5 years ago

DEBUG network: Loading Model Failed

yhyu13 commented 5 years ago

Could you please more provide more detailed debugging info:

BaoTaiE commented 5 years ago

I have tried to load all the model. "Full/Resnet" Not found: Key policy_head/sub1/bn1/beta not found in checkpoint DEBUG network: Loading Model Failed I use tensorflow 1.7

yhyu13 commented 5 years ago

@BaoTaiE I used tf 1.4 while writing this project a while ago. I just remember now the model wont load in tf 1.7. Right now, I don't enough resource to retrain on tf1.7

BaoTaiE commented 5 years ago

I make it work. But it seems that the trained model in large20 is not smart...... Is the training not enough ?