Commit f77b844d authored by peastman's avatar peastman
Browse files

Fixed error on Python 2

parent ddd84250
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -2,6 +2,8 @@
Callback functions that can be invoked while fitting a KerasModel.
"""

from __future__ import print_function

import tensorflow as tf
import sys