Git Product home page Git Product logo

Comments (3)

lightvector avatar lightvector commented on September 17, 2024

Can you be more specific about the errors you're getting?

The network should NOT be affecting which GUIs work, because the only thing that the GUI's care about is the format of KataGo's output in response to various commands. I don't think KataGo's output format depends on the network - regardless of what network it uses, it still outputs moves, winrates, scores, etc. in the same way and so the GUI shouldn't care.

Lizzie gui hasn't been updated in years, and doesn't work with this modern katago network at all...

Yes Lizzie is very old, but I've used it with the latest networks and it worked just fine for me, because as mentioned above GUIs don't care about the network. Are you also remembering to update KataGo's executable? Lizzie ships with an extremely old version of KataGo's exe file, and so if you want to upgrade, you need to replace the exe file for KataGo with the more recent equivalent at https://github.com/lightvector/KataGo/releases at the same time as you replace the network file.

Katrain is more up to date but still no matter what I cannot even get it to run natively (with the katago network included with it) on windows 11 with rtx 4070, 4080 nor 4090.... in opencl nor anything else GPU related... it won't even start and does its first time initial tuning and errors ou

What happens if you run KataGo's executable directly, instead of within a GUI? Try benchmark perhaps? GUIs sometimes bad at reporting the real error message or problem. What error message do you get? Does the Eigen (pure CPU) version, work at least?

katago.exe benchmark -model <NEURALNET>.bin.gz -config <GTP_CONFIG_FILE>.cfg

from katago.

HackYardo avatar HackYardo commented on September 17, 2024

it won't even start and does its first time initial tuning and errors out

These GUIs don't report errors information word by word. To see the err info and solve the issue, you'd better run katago.exe right in your Windows Terminal like this:

# open the filefolder where katago.exe in
# right click in somewhere blank and choose "run terminal here"
# type the command below to run katago
./katago -h
./katago gtp -model <your katago model file name under relative path>.bin.gz -config <your katago gtp config file name under relative path>.cfg

on a gui that isn't sabaki

Why you don't use Sabaki? Sabaki is a nice tool to learn some basic computer knowledge such as relative path and GoTextProtocol (GTP). You can not handle program errors PROPERLY without these knowledge.

from katago.

Centaurea-Platinum avatar Centaurea-Platinum commented on September 17, 2024

just use lizzieyzy

from katago.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.