Anselm Levskaya

Results 5 issues of Anselm Levskaya

We could do with sprucing up the Sharp Bits with common problems we've encountered in user code since it was first written. Top of the list is documenting matmul /...

enhancement
P2 (eventual)
NVIDIA GPU

WIP for review: add very simple native shims to remove tensorflow.io.gfile dependency for checkpoint writing. (Still need to add tests to have checkpoint code run with and without shim.)

Priority: P2 - eventual

User reported repo: ``` import jax from flax import linen as nn class Leaf(nn.Module): def __call__(self, x): return x + jax.random.randint(self.make_rng("rng"), (), 0, 100) class Node(nn.Module): leaf_name: str @nn.compact def...

Priority: P1 - soon

Just making a note so we don't forget it - several people have been confused by the existing documentation around mutability, `mutable=` kwarg, variables, collections - and on top of...

Priority: P2 - eventual

```javascript martinez.intersection([[-24.820450799231946, 81.60424965743837],[-66.98439939287994, 65.9251157774066],[-67.17837257682962, 65.5743714314538],[-23.564139586577383, 84.46172863817043],[-35.3782801119441, 162.91715665949576],[-37.42674770001716, 159.79423125392117], [-24.820450799231946, 81.60424965743837]], [[-23.564139586577383, 84.46172863817043],[-67.17837257682962, 65.5743714314538],[-24.85941638876879, 26.87535085545798],[-23.564139586577383, 84.46172863817043]]) ``` causes an infinite loop inside 'subdivide' function due to possibleIntersection not handling the case...

help wanted