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

How to specify pretrained model in model_path? #15

Closed arisliang closed 6 years ago

arisliang commented 6 years ago

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?

arisliang commented 6 years ago

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