Version 0.1.80

This commit is contained in:
rastala
2018-11-20 11:00:48 -05:00
parent d10b1fa796
commit 5726fe3ddb
61 changed files with 23040 additions and 24681 deletions

View File

@@ -39,7 +39,7 @@ n_h1 = args.n_hidden_1
n_h2 = args.n_hidden_2
n_outputs = 10
learning_rate = args.learning_rate
n_epochs = 50
n_epochs = 20
batch_size = args.batch_size
with tf.name_scope('network'):