Skip to content

Commit

Permalink
Update graph_sampler.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Shengcai Liao committed Apr 12, 2021
1 parent 5dd0f7b commit 7d4cb8a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion reid/utils/data/graph_sampler.py
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ def make_index(self):
start = time.time()
self.graph_index()
if self.verbose:
print('\nTotal GS time for epoch %d: %.3f seconds.\n' % (self.epoch + 1, time.time() - start))
print('\t GraphSampler: \tTotal GS time for epoch %d: %.3f seconds.\n' % (self.epoch + 1, time.time() - start))
self.epoch += 1

def random_index(self):
Expand Down

0 comments on commit 7d4cb8a

Please sign in to comment.