You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Mar 11, 2021. It is now read-only.
But afterwards, I have no glue on how to do bootstrap and start the selfplay run inside the board.
Anyone try using the board and run the complete reinforcement loop?
P.S. do I have to install tensorflow? (or need to install tensorflow lite?)
The text was updated successfully, but these errors were encountered:
Edge TPUs such as the Coral Dev Board are inference-only by design, you cannot use them to train a model.
Training a Minigo model from scratch is non-trivial and requires a significant amount of computing resources. The process is complicated further if you want to run on an Edge TPU rather than a desktop GPU. The model used in the coral.ai Minigo project was retrained from existing data in the (minigo-pub)[https://console.cloud.google.com/storage/browser/minigo-pub/] GCS bucket.
Hi, I would like to try using Coral Dev Board and do a Minigo training from scratch.
Is it possible?
I have a working Coral Dev Board, and able to start the game by following this steps https://coral.ai/projects/minigo/#step-5-start-a-game
But afterwards, I have no glue on how to do bootstrap and start the selfplay run inside the board.
Anyone try using the board and run the complete reinforcement loop?
P.S. do I have to install tensorflow? (or need to install tensorflow lite?)
The text was updated successfully, but these errors were encountered: