Skip to content

Commit

Permalink
Fix: print loss each step
Browse files Browse the repository at this point in the history
  • Loading branch information
mvpcom authored Oct 13, 2017
1 parent 2fc1dd1 commit 2bb0ad1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.py
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ def train_nn(sess, epochs, batch_size, get_batches_fn, train_op, cross_entropy_l
input_image: image,
learning_rate: 1e-3,
keep_prob: 0.7})
print(loss)
print(loss)
tests.test_train_nn(train_nn)


Expand Down

0 comments on commit 2bb0ad1

Please sign in to comment.