Skip to content

Commit

Permalink
fix bug of embedding (#935)
Browse files Browse the repository at this point in the history
Co-authored-by: Peter Pan <littlepanzh@gmail.com>
  • Loading branch information
ShenYuhan and PeterPanZH authored Feb 20, 2021
1 parent 8d4e7fa commit 74e2185
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions visualdl/server/lib.py
Original file line number Diff line number Diff line change
Expand Up @@ -271,6 +271,7 @@ def get_embeddings_list(log_reader):
run2tag = get_logs(log_reader, 'embeddings')

for run, _tags in zip(run2tag['runs'], run2tag['tags']):
run = log_reader.name2tags[run] if run in log_reader.name2tags else run
for tag in _tags:
name = path = os.path.join(run, tag)
if name in EMBEDDING_NAME:
Expand Down

0 comments on commit 74e2185

Please sign in to comment.