Commit 7e256667 authored by Bharath Ramsundar's avatar Bharath Ramsundar
Browse files

changes

parent f5503343
Loading
Loading
Loading
Loading
+0 −11
Original line number Diff line number Diff line
"""
Copies Classes from keras to remove dependency.

Most of this code is copied over from Keras. Hoping to use as a staging
area while we remove our Keras dependency.
"""
from __future__ import print_function
from __future__ import division
from __future__ import unicode_literals

import tensorflow as tf
+0 −0

Empty file deleted.