Skip to content

Conversation

@LindaPetrini
Copy link
Collaborator

the argument is -vis tb

else:
tb.visualizer.add_scalars('{}'.format(key), {'train': train_results_last_total[key], 'test': test_results_last_total[key]}, epoch)

tb.visualizer.add_scalars('losses', losses, epoch)
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Interesting. So you were able to use Tensorboard without changing the viz module (much)? Do we expect this development principle to hold? If so, that's nice.

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Actually the viz module doesn't need to be changed at all and I think this can hold.

@LindaPetrini LindaPetrini requested a review from rdevon March 15, 2019 20:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants