Unverified Commit 1ee97350 authored by SparkSnail's avatar SparkSnail Committed by GitHub
Browse files

Merge pull request #129 from Microsoft/master

Add different tuner config files for config_test (#760)
parents 754a354b c94996c7
......@@ -127,7 +127,7 @@ def bias_variable(shape):
def main():
data_dir = '/tmp/tensorflow/mnist/input_data'
mnist = input_data.read_data_sets(data_dir, one_hot=True)
logger.debug('Mnist download data down.')
logger.debug('Mnist download data done.')
mnist_network = MnistNetwork()
mnist_network.build_network()
logger.debug('Mnist build network done.')
......
......@@ -137,7 +137,7 @@ def main():
# Import data
data_dir= '/tmp/tensorflow/mnist/input_data'
mnist = input_data.read_data_sets(data_dir, one_hot=True)
logger.debug('Mnist download data down.')
logger.debug('Mnist download data done.')
# Create the model
# Build the graph for the deep net
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment