This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# -*- coding: utf-8 -*- | |
""" | |
Created on Mon Nov 23 15:10:35 2015 | |
@author: joao | |
""" | |
import tensorflow as tf | |
import cPickle | |
import sys |