nousian

Results 8 comments of nousian

One of my colab notebooks is throwing an error trying to make leela-chess (other 2 work fine): ``` !cd leela-chess && cd build && make In file included from /content/leela-chess/src/OpenCL.h:27:0,...

Inserting: ``` !rm -rf leela-chess ``` after apt-install and before git clone -blocks and ``` !make clean !cd leela-chess && cd build && make clean ``` before cmake-block did the...

I think idea of separating training games from tests on end of file hash is a good idea. This would clearly, easily and permanently split the games into two buckets,...

bucketing as implemented in bash works now in real time via ionotifywait, buckets incoming (rsync) games on training server on the fly: ``` NETDIR="/work/data/run1" inotifywait -m $NETDIR -e create -e...

Some random observations: Under WSL ubxtool hangs for a while and crashes if --wait is specified. Without, it works fine every time. Under native Linux it seems to work fine...

This would be pretty nice visualization. It would most likely need separate svn-history.json file for track history though. Maybe say 10 latest positions, saved every minute?

I think you're right. Could be done client side only. Speaking of visualization, there are many interesting aspects left to visualize. One I have been thinking of is TLE vs...

@mahtin - maybe you can apply the same client-side "tails" on the observer.html graph as well?