clawsoon
clawsoon
A suggest from the [Metafilter discussion](https://www.metafilter.com/176296/Enterprise-is-designed-to-create-computer-programs-that-disrupt-markets#7499983): > There should be a self-certification scheme for Enterprise™ with tiers called "Two Years" (have read the readme on that github), "Five Years" (have...
@dkappe has trained a number of nets on Lichess data, with some Stockfish mixed in to fill in gaps where the Lichess data tends to be sparse (e.g. endgames after...
Hi - great project! Have you considered training different networks on humans who are close to different chess ratings? Maybe a "1200 Gyal" that's trained on players with ratings between...
When I try to commit-all with: pano = panorama.Panorama(hostname=panohost, api_key=api_key) cmd = panorama.PanoramaCommitAll( style="template", name=template_name, admins=[api_user], ) pano.commit(cmd=cmd, sync=True, sync_all=True, exception=True) ...I get this error: Traceback (most recent call last):...