飞扬围棋论坛

 找回密码
 注册
搜索
12
返回列表 发新帖
楼主: lu01
打印 上一主题 下一主题

微信开源PhoenixGo:业界领先的人工智能围棋

[复制链接]
16#
 楼主| 发表于 2018-5-24 12:44 | 显示全部楼层
本帖最后由 lu01 于 2018-5-24 12:50 编辑

又见征子



貌似白棋可以逃得出去,为什么认输

本帖子中包含更多资源

您需要 登录 才可以下载或查看,没有帐号?注册

x
回复 支持 反对

使用道具 举报

17#
 楼主| 发表于 2018-5-24 16:10 | 显示全部楼层
lxjtt09 发表于 2018-5-24 13:24
凤凰围棋cpu版感觉计算时间太短了,不怎么想就落子。

默认每步5秒,我改成50秒试试

回复 支持 反对

使用道具 举报

18#
 楼主| 发表于 2018-5-25 08:07 | 显示全部楼层
回复 支持 反对

使用道具 举报

19#
 楼主| 发表于 2018-5-25 09:09 | 显示全部楼层
本帖最后由 lu01 于 2018-5-25 10:43 编辑

很麻烦,还要下载安装nivida的一些驱动
到现在还没好

不过有人把权重转成了leelaz格式 https://github.com/yenw/LeelaZero_PhoenixGo


本帖子中包含更多资源

您需要 登录 才可以下载或查看,没有帐号?注册

x
回复 支持 反对

使用道具 举报

20#
 楼主| 发表于 2018-5-25 11:03 | 显示全部楼层
本帖最后由 lu01 于 2018-5-25 14:08 编辑

权重转成了leelaz格式 https://github.com/yenw/LeelaZero_PhoenixGo 不错,gpu版击败权重144 (http://zero.sjeng.org/networks/9 ... 8434f26e6baff02e.gz),后面又输了一盘











gogui-twogtp.exe -black "D:\tool\valid14\leelaz.exe -g -w D:\tool\valid14\9e88" -white  "D:\tool\lzp\lzgp.exe -g -w D:\tool\lzp\PhoenixGo_v1.txt" -auto -sgffile lz_lzp -komi 7.5 -games 10

# Black: Leela Zero
# BlackCommand: D:\tool\valid14\leelaz.exe -g -w D:\tool\valid14\9e88
# BlackLabel: Leela Zero:0.15
# BlackVersion: 0.15
# Date: May 25, 2018 9:47:18 AM CST
# Host: PC
# Komi: 7.5
# Referee: -
# Size: 19
# White: Leela Zero
# WhiteCommand: D:\tool\lzp\lzgp.exe -g -w D:\tool\lzp\PhoenixGo_v1.txt
# WhiteLabel: Leela Zero:0.14
# WhiteVersion: 0.14
# Xml: 0
#
#GAME    RES_B    RES_W    RES_R    ALT    DUP    LEN    TIME_B    TIME_W    CPU_B    CPU_W    ERR    ERR_MSG
0    W+R    W+R    W+R    0    -    158    1864.8    1747.1    0    0    0   
1    B+R    B+R    B+R    0    -    131    1565    1487.7    0    0    0   
2    B+R    B+R    B+R    0    -    179    1934.8    1966.1    0    0    0   
3    B+R    B+R    B+R    0    -    113    1187.8    1101.8    0    0    0   
4    B+R    B+R    B+R    0    -    91    1111.6    1054.2    0    0    0   

本帖子中包含更多资源

您需要 登录 才可以下载或查看,没有帐号?注册

x
回复 支持 反对

使用道具 举报

21#
 楼主| 发表于 2018-5-25 14:09 | 显示全部楼层
hred9D 发表于 2018-5-25 13:43
转换后的金毛里拉,还是下不赢ELF

我这里对lz144已经1胜4负

回复 支持 反对

使用道具 举报

22#
 楼主| 发表于 2018-5-25 16:13 | 显示全部楼层
本帖最后由 lu01 于 2018-5-25 16:15 编辑

下载
https://developer.download.nvidi ... ziaLs4RtpvybutC1TFg

https://developer.download.nvidi ... BoVL2yXSqB9VgG6ry7w
然后只要把里面的如下文件复制到bin目录就可以运行了
2017/09/02  21:46        75,222,016 cusolver64_90.dll
2017/12/20  08:00        54,028,288 cublas64_90.dll
2018/05/05  11:17       331,322,880 cudnn64_7.dll
2017/09/02  21:46       131,197,952 cufft64_90.dll
2017/09/02  21:46        48,057,344 curand64_90.dll



D:\tool\pgp>bin\mcts_main.exe --config_path=etc\mcts_1gpu_notensorrt.conf --gtp --log_dir=log --v=1
2018-05-25 16:01:12.800699: I model\zero_model.cc:72] Read checkpoint state succ
2018-05-25 16:01:12.827699: I model\zero_model.cc:80] Read meta graph succ
2018-05-25 16:01:12.828699: I E:\Tensorflow\PhoenixGo\tensorflow\tensorflow\core\platform\cpu_feature_guard.cc:140] Your
CPU supports instructions that this TensorFlow binary was not compiled to use: AVX AVX2
2018-05-25 16:01:13.441699: I E:\Tensorflow\PhoenixGo\tensorflow\tensorflow\core\common_runtime\gpu\gpu_device.cc:1344]
Found device 0 with properties:
name: GeForce GT 730 major: 3 minor: 5 memoryClockRate(GHz): 0.9015
pciBusID: 0000:01:00.0
totalMemory: 2.00GiB freeMemory: 405.59MiB
2018-05-25 16:01:13.450699: I E:\Tensorflow\PhoenixGo\tensorflow\tensorflow\core\common_runtime\gpu\gpu_device.cc:1423]
Adding visible gpu devices: 0
2018-05-25 16:01:20.394899: I E:\Tensorflow\PhoenixGo\tensorflow\tensorflow\core\common_runtime\gpu\gpu_device.cc:911] D
evice interconnect StreamExecutor with strength 1 edge matrix:
2018-05-25 16:01:20.398899: I E:\Tensorflow\PhoenixGo\tensorflow\tensorflow\core\common_runtime\gpu\gpu_device.cc:917]
    0
2018-05-25 16:01:20.414499: I E:\Tensorflow\PhoenixGo\tensorflow\tensorflow\core\common_runtime\gpu\gpu_device.cc:930] 0
:   N
2018-05-25 16:01:20.432099: I E:\Tensorflow\PhoenixGo\tensorflow\tensorflow\core\common_runtime\gpu\gpu_device.cc:1041]
Created TensorFlow device (/job:localhost/replica:0/task:0/device:GPU:0 with 1024 MB memory) -> physical GPU (device: 0,
name: GeForce GT 730, pci bus id: 0000:01:00.0, compute capability: 3.5)
2018-05-25 16:01:20.474299: I model\zero_model.cc:100] Create session succ
2018-05-25 16:01:20.519299: I model\zero_model.cc:107] Create graph succ
2018-05-25 16:01:21.845699: I model\zero_model.cc:119] Load checkpoint succ
play b c3
1th move(b): cc, winrate=-nan(ind)%, N=0, Q=-nan(ind), p=0.010924, v=-nan(ind), cost 11482.799805ms, sims=64, height=4,
avg_height=2.935897, global_step=639200
=

genmove w
2th move(w): dp, winrate=57.060974%, N=26, Q=0.141220, p=0.177330, v=0.130249, cost 22661.199219ms, sims=144, height=6,
avg_height=3.583851, global_step=639200
= D16

quit
=

回复 支持 反对

使用道具 举报

23#
 楼主| 发表于 2018-5-29 12:29 | 显示全部楼层
lxjtt09 发表于 2018-5-28 21:13
高性能显卡更能发挥凤凰围棋的威力。我的显卡比较差,gtx1050凑合用的。

我的gtx 730完败给leelaz

本帖子中包含更多资源

您需要 登录 才可以下载或查看,没有帐号?注册

x

点评

显卡太弱了,不过目前不是买显卡的好时机。  发表于 2018-5-29 13:12
回复 支持 反对

使用道具 举报

24#
 楼主| 发表于 2018-5-29 14:02 来自手机 | 显示全部楼层
看来很挑配置
回复 支持 反对

使用道具 举报

25#
 楼主| 发表于 2018-6-29 22:33 来自手机 | 显示全部楼层
https://github.com/yenw/LeelaZero_PhoenixGo
回复 支持 反对

使用道具 举报

26#
 楼主| 发表于 2018-6-30 08:23 | 显示全部楼层
回复 支持 反对

使用道具 举报

27#
 楼主| 发表于 2018-6-30 08:41 | 显示全部楼层
lu01 发表于 2018-6-30 08:23
Please don't use it to take part in AI competitions!

•0.15 + lizzie

C:\Users\aaa\Downloads\pg>leelaz_win_x86_gpu_opencl_lizzie -w ..\PhoenixGo_v1.txt.gz
Using 2 thread(s).
RNG seed: 8278105134412762787
Leela Zero 0.15  Copyright (C) 2017-2018  Gian-Carlo Pascutto and contributors
This program comes with ABSOLUTELY NO WARRANTY.
This is free software, and you are welcome to redistribute it
under certain conditions; see the COPYING file for details.
Detecting residual layers...v1...256 channels...19 blocks.
Initializing OpenCL.
Detected 1 OpenCL platforms.
Platform version: OpenCL 1.2
Platform profile: FULL_PROFILE
Platform name:    Intel(R) OpenCL
Platform vendor:  Intel(R) Corporation
Device ID:     0
Device name:   Intel(R) Core(TM) i3-4010U CPU @ 1.70GHz
Device type:   CPU
Device vendor: Intel(R) Corporation
Device driver: 3.0.1.10878
Device speed:  1699 MHz
Device cores:  4 CU
Device score:  512
Device ID:     1
Device name:   Intel(R) HD Graphics 4400
Device type:   GPU
Device vendor: Intel(R) Corporation
Device driver: 10.18.10.3412
Device speed:  400 MHz
Device cores:  20 CU
Device score:  612
Selected platform: Intel(R) OpenCL
Selected device: Intel(R) HD Graphics 4400
with OpenCL 1.2 capability.
Started OpenCL SGEMM tuner.
Will try zu valid configurations.
(1/290) KWG=16 KWI=2 MDIMA=8 MDIMC=8 MWG=16 NDIMB=8 NDIMC=8 NWG=16 SA=1 SB=1 STRM=0 STRN=0 VWM=2 VWN=2 8.5944 ms (24.4 GFLOPS)
回复 支持 反对

使用道具 举报

28#
 楼主| 发表于 2018-6-30 13:47 来自手机 | 显示全部楼层
https://github.com/yenw/LeelaZero_PhoenixGo/issues/8#issuecomment-401515985
回复 支持 反对

使用道具 举报

您需要登录后才可以回帖 登录 | 注册

本版积分规则

小黑屋|Archiver|手机版|飞扬围棋网 ( 苏ICP备11029047号-1 )

GMT+8, 2024-5-7 07:02 , Processed in 0.152380 second(s), 19 queries .

since 2003飞扬围棋论坛 Licensed

© 2001-2013 Comsenz Inc.

快速回复 返回顶部 返回列表