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)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Not found: Key Variable not found in checkpoint

BaoTaiE opened this issue · comments

DEBUG network: Loading Model Failed

Could you please more provide more detailed debugging info:

  • What checkpoint did you try to load
  • What key variables were you missing
  • What is the version of your tensorflow package
  • Which script did you run and get an error?

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

@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

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