Skip to content
Avatar

Achievements

Achievements

Highlights

  • Pro
  • 12 discussions answered

Organizations

@google
Block or Report

Block or report mattjj

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Popular repositories

  1. A pedagogical implementation of Autograd

    Jupyter Notebook 655 75

  2. pyhsmm Public

    Python 502 164

  3. svae Public

    code for Structured Variational Autoencoders

    Python 320 92

  4. pyslds Public

    Python 75 27

783 contributions in the last year

Oct Nov Dec Jan Feb Mar Apr May Jun Jul Aug Sep Oct Mon Wed Fri

Contribution activity

October 2021

Created 18 commits in 1 repository
Created 1 repository

Created a pull request in google/jax that received 9 comments

rewrite jax.checkpoint (aka jax.remat), leave old implementation for now

The new jax.checkpoint is currently engaged whenever we pass an explicit policy. To get a "remat everything" decorator, one should write @partial(j…

+377 −23 9 comments

Created an issue in google/jax that received 2 comments

names of jitted functions not shown in __repr__

In [1]: import jax.numpy as jnp In [2]: jnp.dot Out[2]: <CompiledFunction at 0x7f9fc7213c80>

2 comments

Seeing something unexpected? Take a look at the GitHub profile guide.