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

How to specify pretrained model in model_path?

arisliang opened this issue · comments

commented

I downloaded pretrained model in checkpoints/large20, and tried to specify model_path to run. but it seems tf's not able to restore correctly. What's the correct path to pass in?

commented

Fixed. turned out model_path needs to be the large20 folder, so tf can recognize.