Skip to content

Commit

Permalink
final version
Browse files Browse the repository at this point in the history
  • Loading branch information
SotirisKot committed May 23, 2019
1 parent 202fe12 commit c29608c
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 @@ -229,7 +229,7 @@ def test_batch():
iterator = tqdm(batch_yielder(test_data, test_labels))
true = 0
total = 0
for batch in tqdm(iterator):
for batch in iterator:
input_data = batch[0]
labels = batch[1]

Expand Down

0 comments on commit c29608c

Please sign in to comment.