Skip to content

Instantly share code, notes, and snippets.

View pg1647's full-sized avatar

Prachi Gupta pg1647

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