Skip to content

Instantly share code, notes, and snippets.

View jakesauter's full-sized avatar

Jake Sauter jakesauter

View GitHub Profile
'''
A logistic regression example using the meta-graph checkpointing
features of Tensorflow.
Author: João Felipe Santos, based on code by Aymeric Damien
(https://github.com/aymericdamien/TensorFlow-Examples/)
'''
from __future__ import print_function