Joost VandeVondele

Results 206 comments of Joost VandeVondele

This is being discussed here https://github.com/glinscott/fishtest/pull/738#issuecomment-667657620

that looks good to me, exposing the parallelism can only help.

we kind of now that on V100 and above it is limited by the CPU.

hard to judge for me, I think the SPDX license identifier would be interesting to have.

I think it is generally useful if a binary would give version output. I've put that as a suggestion as an issue https://github.com/lucasart/c-chess-cli/issues/43 apart from that, I guess we can...

The master branch of the repo is essentially what is used for training the master net, using the command here https://github.com/glinscott/nnue-pytorch#current-recommended-training-invocation or the procedures mentioned in the Stockfish commits that...

I think some tool like this is interesting. It would be interesting to understand more precisely what 'importance' means in this context. The gradient might not quite be the right...

``` Traceback (most recent call last): File "visualize.py", line 580, in main() File "visualize.py", line 545, in main model = load_model(args.model, feature_set) File "visualize.py", line 465, in load_model reader =...

yeah, `socket.gethostname().split(".")[0]` is the easy bit, the database and GUI work is more advanced.

I think we need to have a good display of the worker. Right now we have on the event list an the test/task list ChessDBCN-16cores-e6b3c7d0. We could indeed show this...