From 64f2816cde0b931f363bb3749b79d9bacfb6e2d8 Mon Sep 17 00:00:00 2001 From: superjom Date: Tue, 2 Jan 2018 20:08:12 +0800 Subject: [PATCH] update image --- server/visualdl/lib.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/visualdl/lib.py b/server/visualdl/lib.py index ac138f6a..3764b58f 100644 --- a/server/visualdl/lib.py +++ b/server/visualdl/lib.py @@ -89,7 +89,7 @@ def get_image_tag_steps(storage, mode, tag): record = image.record(step_index, sample_index) shape = record.shape() # TODO(ChunweiYan) remove this trick, some shape will be empty - # if not shape: continue + if not shape: continue # assert shape, "%s,%s" % (mode, tag) query = urllib.urlencode({ 'sample': 0, -- GitLab