From 7d4cb8aa6ed66b1cbf858711441dd0e1c504e151 Mon Sep 17 00:00:00 2001 From: Shengcai Liao Date: Mon, 12 Apr 2021 14:11:50 +0400 Subject: [PATCH] Update graph_sampler.py --- reid/utils/data/graph_sampler.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/reid/utils/data/graph_sampler.py b/reid/utils/data/graph_sampler.py index 4488407..5e3f924 100644 --- a/reid/utils/data/graph_sampler.py +++ b/reid/utils/data/graph_sampler.py @@ -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):