Skip to content

Commit

Permalink
add \n
Browse files Browse the repository at this point in the history
  • Loading branch information
KaiyangZhou committed Mar 25, 2019
1 parent 8e52650 commit 1e7bbc3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion torchreid/engine/engine.py
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,7 @@ def test(self, epoch, testloader, dist_metric='euclidean', visrank=False, visran
targets = list(testloader.keys())

for name in targets:
print('Evaluate {}'.format(name))
print('\nEvaluating {}'.format(name))
queryloader = testloader[name]['query']
galleryloader = testloader[name]['gallery']
rank1 = self._evaluate(
Expand Down

0 comments on commit 1e7bbc3

Please sign in to comment.