junxiaosong / AlphaZero_Gomoku

An implementation of the AlphaZero algorithm for Gomoku (also called Gobang or Five in a Row)
MIT License
3.27k stars 964 forks source link

关于对gpu的需求的疑问 #31

Open huyp182 opened 6 years ago

huyp182 commented 6 years ago

贴个腾讯PhoenixGo的链接:http://tech.qq.com/a/20180511/024785.htm 源代码:https://github.com/Tencent/PhoenixGo 这个新闻说只要1块GPU就够了?!是指训练用1块就够了还是跑训练好的模型用1块?

BIGBALLON commented 6 years ago

引用田博士一句话给你好了:

我们最近改进了ELF框架,并且在上面实现了DeepMind的AlphaGoZero及AlphaZero的算法。

用两千块GPU训练约两到三周后得到的围棋AI,基本上超过了强职业的水平。

很肯定是训练的时候需要很多GPU,具体字眼 两千块GPU训练约两到三周 而使用训练好的模型只需要1块。 你甚至可以用一张 GTX 1050Ti 来很轻松地运行ELF OpenGo。

所以当然是 跑训练好的模型用1块