Skip to content

Instantly share code, notes, and snippets.

@jacobandreas
jacobandreas / nips2016reading.md
Last active December 15, 2016 00:51
NIPS 2016 reading list

GANs

  • Coupled Generative Adversarial Networks
  • InfoGAN: Interpretable Representation Learning by Information Maximizing Generative Adversarial Nets
  • Improved Techniques for Training GANs

DL theory

  • Deep Learning without Poor Local Minima
@jacobandreas
jacobandreas / precompute.py
Created July 15, 2016 06:21
Precompute VGG feature representations for VQA
import caffe
from collections import defaultdict
import numpy as np
import os
import sys
import matplotlib.image
caffe.set_device(7)
caffe.set_mode_gpu()