飞扬围棋

标题: KataGo 1.6.1发布了! [打印本页]

作者: gaozihe    时间: 2020-8-26 18:45
标题: KataGo 1.6.1发布了!
github发布链接:https://github.com/lightvector/KataGo/releases/tag/v1.6.1      
如果您是新用户,请不要忘记查看本部分的入门和基本用法!
最新和最强大的神经网络仍然是前发行版的网络:https//github.com/lightvector/KataGo/releases/tag/v1.4.5
在此先前的版本https://github.com/lightvector/KataGo/releases/tag/v1.6.0上仍然可以找到许多最新的和有趣的发行说明,包括有关新的KataGo CPU后端的基本信息(eigen vs eigenavx2) ,以及分析工具开发人员的几个重要新功能!
变化
这是一个后续发行版,修复了1.6.0中新的Eigen(CPU)实现的一些问题:
还有一些小的其他更改:


作者: gaozihe    时间: 2020-8-26 18:48
If you're a new user, don't forget to check out this section for getting started and basic usage!
The latest and strongest neural nets are still those from the former release: https://github.com/lightvector/KataGo/releases/tag/v1.4.5

A lot of recent and interesting release notes can still be found at this prior release https://github.com/lightvector/KataGo/releases/tag/v1.6.0, including basic information about the new KataGo CPU backend (eigen vs eigenavx2), and a couple of significant new features for analysis tool developers!

Changes
This is a followup release that fixes some issues with the new Eigen (CPU) implementation in 1.6.0:

Fixed two issues that caused Eigen implementation to use massively more memory than it needed, particularly when run with many threads (which could exhaust all RAM on some systems).
Better default settings of the numbers of threads to use in Eigen, which are now overrideable by a new separate config parameter if needed (but users should just stick to the default anyways).
And some minor other changes:

For the analysis engine, the number of positions to search in parallel is now controlled by numAnalysisThreads in the config instead of a command line argument (but the command line argument still works, for backwards compatibility).
The analysis engine config now allows specifying numSearchThreadsPerAnalysisThread as an alias for numSearchThreads. This is not new behavior, this is just an alias whose name hopefully conveys the effect of this parameter better.
作者: jcjcw3    时间: 2020-8-26 22:25
谢谢分享!
作者: xszz    时间: 2020-8-27 08:38
这是个啥东东?没看明白
作者: lu01    时间: 2020-8-28 21:15
好东西
作者: 林海红豆    时间: 2020-8-29 09:50
第一次下载,请问11个资产都下载吗?
作者: gaozihe    时间: 2020-8-29 13:31
林海红豆 发表于 2020-8-29 09:50
第一次下载,请问11个资产都下载吗?

不用,只用根据你电脑的配置下载。如果你有一块或多块GPU,你可以下载opencl版本,如果有Nidia的独立显卡的话,可以用Cuda版本的;如果是较新的Cpu可以下载 CPU eigen avx2的版本;如果CPU较老。可以下cpu eigen版本。(你最好是有一块独立显卡,因为纯CPU版本计算速度超级慢,最快也就10visit 每秒)
作者: gaozihe    时间: 2020-8-29 13:34
林海红豆 发表于 2020-8-29 09:50
第一次下载,请问11个资产都下载吗?

还有看你是那个系统,上边有windows linux 两个选择,如果是联想的系统就下linux。苹果系统的好像目前还没有。

作者: 林海红豆    时间: 2020-8-29 13:34
gaozihe 发表于 2020-8-29 13:31
不用,只用根据你电脑的配置下载。如果你有一块或多块GPU,你可以下载opencl版本,如果有Nidia的独立显卡 ...

谢谢!!!

作者: 我爱吴清源    时间: 2020-8-30 21:43
谢谢!
作者: 不伦火山    时间: 2020-9-4 21:30
麻烦问下LZ,2060笔记本显卡,我sabaki加载katago cuda版本的,死活加载不了,参数不知道对不对,cfg文件里需要设置什么,主板有一个amd核显,实在不知道该怎么设置了,cuda cudnn都装了相应的10.2版本,如果LZ或者哪位大神知道怎么设置,劳烦指点一二,不胜感激!
作者: zlyn    时间: 2020-9-4 22:20
不伦火山 发表于 2020-9-4 21:30
麻烦问下LZ,2060笔记本显卡,我sabaki加载katago cuda版本的,死活加载不了,参数不知道对不对,cfg文件里 ...

卸载了cuda 10.2版本,装10.1试一下。我的台式机装10.2就运行不了,只能装10.1.

作者: 不伦火山    时间: 2020-9-4 22:25
zlyn 发表于 2020-9-4 22:20
卸载了cuda 10.2版本,装10.1试一下。我的台式机装10.2就运行不了,只能装10.1.

好的,我试试,多谢多谢

作者: 不伦火山    时间: 2020-9-4 23:15
本帖最后由 不伦火山 于 2020-9-4 23:23 编辑
zlyn 发表于 2020-9-4 22:20
卸载了cuda 10.2版本,装10.1试一下。我的台式机装10.2就运行不了,只能装10.1.

貌似还是不行,cfg文件需要改吗?


作者: 512song    时间: 2020-9-4 23:26
如果是从katago的GitHub网站下载的程序,解压后将权重文件也拷贝到同一目录下。在保持默认状态下,首先不用急着运行sabaki,在windows powershell下运行katago benchmark,如果环境设置问题,会提示相应的错误。而这种错误sabaki下不会提示。
作者: 不伦火山    时间: 2020-9-5 00:07
512song 发表于 2020-9-4 23:26
如果是从katago的GitHub网站下载的程序,解压后将权重文件也拷贝到同一目录下。在保持默认状态下,首先不用 ...

我在shell里面敲这条命令提示
katago : 无法将“katago”项识别为 cmdlet、函数、脚本文件或可运行程序的名称。请检查名称的拼写,如果包括路径,请确保路径
正确,然后再试一次。
所在位置 行:1 字符: 1
+ katago bachmark
+ ~~~~~~
    + CategoryInfo          : ObjectNotFound: (katago:String) [], CommandNotFoundException
    + FullyQualifiedErrorId : CommandNotFoundException


作者: zlyn    时间: 2020-9-5 00:25
不伦火山 发表于 2020-9-4 23:15
貌似还是不行,cfg文件需要改吗?

把cudnn解压后bin文件夹里的一个400多兆的dll文件拷贝到和katago.exe同一个文件夹里。

作者: 不伦火山    时间: 2020-9-5 02:05
zlyn 发表于 2020-9-5 00:25
把cudnn解压后bin文件夹里的一个400多兆的dll文件拷贝到和katago.exe同一个文件夹里。

搞定了,原来是cudnn的版本不对,要下cudnn-10.2-windows10-x64-v7.6.5.32.zip这个才可以,我下的版本太高了,多谢高手!!!祝您幸福一生!!!

作者: zlyn    时间: 2020-9-5 11:00
不伦火山 发表于 2020-9-5 02:05
搞定了,原来是cudnn的版本不对,要下cudnn-10.2-windows10-x64-v7.6.5.32.zip这个才可以,我下的版本太 ...



作者: 阿扬    时间: 2020-9-6 17:38
卡塔狗越来约厉害了
作者: 王马老.    时间: 2020-9-9 00:13
这个厉害了~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~




欢迎光临 飞扬围棋 (http://www.flygo.net/bbs/) Powered by Discuz! X3.2