Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Tensorboard option #203

Open
wants to merge 9 commits into
base: dev
Choose a base branch
from
Open

Tensorboard option #203

wants to merge 9 commits into from

Conversation

LindaPetrini
Copy link
Collaborator

the argument is -vis tb

cortex/_lib/__init__.py Show resolved Hide resolved
cortex/_lib/parsing.py Outdated Show resolved Hide resolved
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.

cortex/_lib/utils.py Outdated Show resolved Hide resolved
cortex/_lib/utils.py Outdated Show resolved Hide resolved
@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.

2 participants