-
I'm writing a website that listens to a pgn feed and runs an analysis of the current position in an asyncio task. When a new position comes, the analysis task is cancelled, and new task started.
If…
-
I am building lczero server for Korean chess.
Where is sql script that create training_games table?
And while installing postgres, 'role "web" does not exist' message diplayed.
-
Sorry for not giving clear steps to reproduce, maybe someone could guess what's going on just by looking at the code.
Once per day or so, my server (with sqlite3 backend) crashes with the following…
-
In project https://github.com/LeelaChessZero/lc0 the following code in src/utils/optionsparser_test.cc
```
EXPECT_THROW(options.SetUciOption("int-test-a", "0"), Exception);
```
works entirely as e…
-
Play.LCZero.Org is not working. I mean, sometimes:
° the page does not even load or gives loading error;
or
°Leela thinks but does not play, i.e., keeps thinking eternally.
It started happenin…
-
Is there a problem with the servers?
-
Now that LCZero is training and gaining elo quite rapidly, I'd like to promote it in several forums but I was thinking we need something catchy to attract users so they can not only help, but also fol…
-
**Description**
I encountered a `ZeroDivisionError` during the execution of the `net_to_model.py` script in the `lczero-training` project. The error occurs in the `squeeze_excitation` function within…
-
Recently, I tested the engine LCZero for GUI Shredder classic 5, ChessGUI and cutechess . The debut book " 3M_rand " was used for the tests. I noticed a serious problem - I will describe it. Maybe som…
-
Hello folks,
I was trying to build leela on Linux Mint 18.3, but I get an error when trying to do so. I can use the
`cmake ..`
command without errors while in the build directory, but as soon as…