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

uploader: export experiments to subdirectories #3307

Merged
merged 2 commits into from
Feb 29, 2020

Conversation

wchargin
Copy link
Contributor

@wchargin wchargin commented Feb 29, 2020

Summary:
We now emit an experiment’s scalar data to experiment_123/scalars.json
rather than scalars_123.json. This generalizes more cleanly to writing
multiple files under an experiment’s directory.

Test Plan:
Unit tests updated. One previous test case can no longer be hit and has
thus been removed.

wchargin-branch: uploader-export-subdirs

Summary:
We now emit an experiments scalar data to `experiment_123/scalars.json`
rather than `scalars_123.json`. This generalizes more cleanly to writing
multiple files under an experiment’s directory.

Test Plan:
Unit tests updated. One previous test case can no longer be hit and has
thus been removed.

wchargin-branch: uploader-export-subdirs
wchargin-source: baa128470c061d7d2c0153f6491a1cdf8dd416c5
wchargin-branch: uploader-export-subdirs
wchargin-source: f5009e29cf96dd119b769ad553c5666438f4df99
Copy link
Collaborator

@bileschi bileschi left a comment

Choose a reason for hiding this comment

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

LGTM

@wchargin wchargin merged commit e068ced into master Feb 29, 2020
@wchargin wchargin deleted the wchargin-uploader-export-subdirs branch February 29, 2020 01:25
bileschi pushed a commit to bileschi/tensorboard that referenced this pull request Mar 3, 2020
Summary:
We now emit an experiment’s scalar data to `experiment_123/scalars.json`
rather than `scalars_123.json`. This generalizes more cleanly to writing
multiple files under an experiment’s directory.

Test Plan:
Unit tests updated. One previous test case can no longer be hit and has
thus been removed.

wchargin-branch: uploader-export-subdirs
@bileschi bileschi mentioned this pull request Mar 3, 2020
nfelt pushed a commit that referenced this pull request Mar 4, 2020
Summary:
We now emit an experiment’s scalar data to `experiment_123/scalars.json`
rather than `scalars_123.json`. This generalizes more cleanly to writing
multiple files under an experiment’s directory.

Test Plan:
Unit tests updated. One previous test case can no longer be hit and has
thus been removed.

wchargin-branch: uploader-export-subdirs
@wchargin wchargin mentioned this pull request Mar 19, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants