Skip to content

Commit

Permalink
eval.py warning
Browse files Browse the repository at this point in the history
  • Loading branch information
sgrvinod committed Mar 16, 2019
1 parent 1553f3a commit 7492739
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion eval.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ def evaluate(beam_size):
batch_size=1, shuffle=True, num_workers=1, pin_memory=True)

# TODO: Batched Beam Search
# Therefore, do not use a batch_size greater than 1 during evaluation - IMPORTANT
# Therefore, do not use a batch_size greater than 1 - IMPORTANT!

# Lists to store references (true captions), and hypothesis (prediction) for each image
# If for n images, we have n hypotheses, and references a, b, c... for each image, we need -
Expand Down

0 comments on commit 7492739

Please sign in to comment.