Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

AobaZero 1.0をリリースしました #1

Open
yssaya opened this issue Apr 30, 2019 · 3 comments
Open

AobaZero 1.0をリリースしました #1

yssaya opened this issue Apr 30, 2019 · 3 comments

Comments

@yssaya
Copy link
Collaborator

yssaya commented Apr 30, 2019

バグや要望、疑問点などありましたらお願いします。

@yssaya
Copy link
Collaborator Author

yssaya commented May 1, 2019

今は123万棋譜を作成して、棋力はfloodgateで2200点です。
現在のネットワークの規模は256x20block、論文と同じサイズです。
論文では380万棋譜でelmoに追いついています。
現在の棋譜生成速度は2万棋譜/日、ぐらいです。

過去50万棋譜の中から64局面をランダムに選んで学習させています。
過去50万棋譜では先手勝率0.562、平均手数は115.0手です。
引き分け(千日手、512手超え)の割合は0.75%です。

@lonemonkeywithwhiteshell

こんにちは。multi-gpuはサポートしていますか?その場合こちらで設定が必要ですか?

@yssaya
Copy link
Collaborator Author

yssaya commented May 1, 2019

1個のaobazは現在1つのGPUしか使えないです。

GPUが複数刺さっている場合は
autousi.cfg で
Device 0 1
と指定して
bin/autousi
を実行すれば、GPUのそれぞれのIDが 0, 1 ならば2つのaobazが起動して
棋譜を生成します。IDは bin/ocldevs.bat で確認できます。

aobaz で使うIDを指定する場合は -u で指定可能です。
./aobaz -p 800 -u 0 -w weight_save\w000000000467.txt

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants