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,540 contributions in the last year
Contribution activity
June 2020
Created a pull request in google/jax that received 7 comments
Fix validation code in lax.conv
Previously, typos had made both of these statements dead code. I followed https://github.com/tensorflow/tensorflow/blob/f653ab8bb3910959c8189f163e5…
+3
−2
•
7
comments
- deflake remainder of jax
- Initial implementation of variadic lax.reduce()
- Cleanup: deflake jax.experimental and jax.ops
- BUG: fix column_stack and add tests
- Cleanup: deflake interpreters, lib, nn, third_party, and tools
- Improve error when zero-sized arrays passed to convolve
- deflake jax/scipy/* and add to setup.cfg
- deflake jax.numpy and add to flake8 check
- deflake jax/lax & add to flake8 check
- Cleanup: de-lint tests directory & add flake8 to travis
- add jnp.diagflat() to docs
- Fix undefined variable in jnp.pad(mode='edge')
- Fix broken jnp.nancumsum() & jnp.nancumprod() and add tests
- Cleanup: remove unused imports in tests
- Remove duplicate test
- Fix coverage of axis argument in fft_test
- Fix duplicated test name
- fix binary promotion test
Created an issue in google/jax that received 3 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…
3
comments