Skip to content

Instantly share code, notes, and snippets.

View Sentient07's full-sized avatar

Ramana Sundararaman Sentient07

View GitHub Profile
@botev
botev / run_yellow_fin_vae.py
Last active July 13, 2017 13:42
Theano Yellow Fin
import numpy as np
import argparse
import theano
import theano.tensor as T
from theano.sandbox.rng_mrg import MRG_RandomStreams as RandomStreams
from theano.gradient import zero_grad
import lasagne.layers as L