Create your own GitHub profile
Sign up for your own profile on GitHub, the best place to host code, manage projects, and build software alongside 50 million developers.
Sign up-
Google
- Seattle WA
- http://www.vanderplas.com
Pinned
1,512 contributions in the last year
Contribution activity
June 2020
Created a pull request in google/jax that received 5 comments
Remove dead code in lax.conv
There are two blocks of input evaluation in lax.conv that are dead code, never reached because of logic that happens above them.
Since it's not ent…
+1
−10
•
5
comments
Created an issue in google/jax that received 2 comments
lax.while_loop fails with zero iterations
Ran into a strange bug where a lax.while_loop failed unless jit was disabled; this is the distilled version:
import jax.numpy as jnp
import jax def l…
2
comments