Skip to content

Instantly share code, notes, and snippets.

View mmmikael's full-sized avatar

Mikael Rousson mmmikael

  • Linköping, Sweden
View GitHub Profile
@mmmikael
mmmikael / benchmark_vgg_keras.py
Last active August 10, 2016 18:07
Soumith's tensorflow benchmark with Keras API
from datetime import datetime
import math
import time
import tensorflow.python.platform
import tensorflow as tf
FLAGS = tf.app.flags.FLAGS
# TODO: why is batch size 64 going OOM?