Skip to content

Instantly share code, notes, and snippets.

@agastidukare
Last active April 1, 2020 01:24
Show Gist options
  • Save agastidukare/a47efa536a56118b9324f9d4712661ec to your computer and use it in GitHub Desktop.
Save agastidukare/a47efa536a56118b9324f9d4712661ec to your computer and use it in GitHub Desktop.
import array
import gzip
import itertools
import numpy
import numpy.random as npr
import os
import struct
import time
from os import path
import urllib.request
import jax.numpy as np
from jax.api import jit, grad
from jax.config import config
from jax.scipy.special import logsumexp
from jax import random
import matplotlib.pyplot as plt
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment