Seth Troisi
Seth Troisi
Inspiration ----- Training examples have a label for the result of the game (z) which we use to train the value head. We set the label to {-1 or 1}...
Brain dump of all known differences from AGZ / LZ both of which (IMO) train faster than MG. Other performance difference: AGZ reports KGS policy top1 accuracy of 60% (I...
Recently I added a flag `value_cost_weight` It acts similar to `l2_strength` to scale the contribution of `value_cost` to `combined_cost` Remember that `combined_cost = policy_cost + value_cost + l2_cost` [[1]](https://github.com/tensorflow/minigo/blob/335431305897aa42726029c9974100b7dc2bf575/dual_net.py#L221) and...
I'm trying out SWA Write-up: https://github.com/glinscott/leela-chess/issues/159 Original post: https://github.com/gcp/leela-zero/issues/814 Code: https://github.com/sethtroisi/minigo/tree/swa?files=1 https://github.com/sethtroisi/minigo/blob/swa/swa.py I have ringmaster test running right now between swa-2, swa-4, swa-8, swa-10, and 000303-olympus
### System information Type | Version/Name --- | --- Distribution Name | Ubuntu Distribution Version | 24.04 Kernel Version | 6.8.0-11-generic #11-Ubuntu Architecture | x86_64 OpenZFS Version | 2.2.0 when...
Hey Stoermelder, I am super excited about using your EXIT module to chain a series of racks for an AV project. I think the EXIT module is broken at head...
Move `MenuBarEx::init()` inside module creation so that contextGet() exists. Use a global to make sure it's only created once. Fixes #14
Fixes #12607 I'm not sure if this is the right structure, the right place, or the right name. 1. `logiv`, `log_iv`, `lniv`, `ivln` context: [scipy.special](https://docs.scipy.org/doc/scipy/reference/special.html) contains `ndtr(x)` and `log_ndtr(x)` |...
This python2 hack was added in #238 but is no longer needed.
### Is there an existing issue for this? - [X] I have searched the existing issues ### Current Behavior I am seeing deadlock during `dl_iterate_phdr` similar to https://github.com/bloomberg/memray/commit/6fbadf72b66da53f1ac56ce2f505f79d6e2dbb2a By adding...