Skip to content

Commit

Permalink
Group scalar quantities under same heading
Browse files Browse the repository at this point in the history
  • Loading branch information
brainsqueeze committed Feb 7, 2020
1 parent 46ac1cf commit 0ab714d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion text2vec/bin/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -219,7 +219,7 @@ def train_step(sentences):

# log the angle to tensorboard
desc = f"'{test_sentences[i]}' : '{test_sentences[j]}'"
tf.summary.scalar(f'similarity angle ({idx})', angle, step=step, description=desc)
tf.summary.scalar(f'similarity-angle/{idx}', angle, step=step, description=desc)
summary_writer_dev.flush()
model_file_name = checkpoint_manager.save()

Expand Down

0 comments on commit 0ab714d

Please sign in to comment.