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
import numpy as np | |
import matplotlib | |
import tensorflow as tf | |
import gzip | |
import os | |
import sys | |
import time | |
flags = tf.flags |
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
import numpy as np | |
import matplotlib | |
import tensorflow as tf | |
import gzip | |
import os | |
import sys | |
import time | |
flags = tf.flags | |
flags.DEFINE_string("output", "train", "whether to output or train") |