Skip to content

Conversation

@ericdnielsen
Copy link
Contributor

Adds fields to experiment, and subsidiary messages for tensor storage issues. Adds the placeholder request/response. I need these definitions to exist for other dependent changes, and hope we can review these in isolation.

This is not adding implementation of these methods.

We may? want to use oneof for the Tag level Scalars or Tensors points

@ericdnielsen
Copy link
Contributor Author

I know this will have merge issues with #3234

@ericdnielsen
Copy link
Contributor Author

Found some issues, removed reviewers while I fix it.

@ericdnielsen ericdnielsen requested review from bileschi and wchargin and removed request for wchargin February 11, 2020 20:31
@ericdnielsen
Copy link
Contributor Author

Resolved merge issues post Experiment name/description PR.


// Data for the Tensors are stored in a columnar fashion to optimize it for
// exporting the data into textual formats like JSON.
// The data for the ith scalar is { steps[i], wall_times[i], values[i] }.
Copy link
Member

Choose a reason for hiding this comment

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

tensor

Copy link
Contributor Author

Choose a reason for hiding this comment

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

done

}

// Metadata for the TensorPoints stored for one (Experiment, Run, Tag).
message TensorPointMetadata {
Copy link
Member

Choose a reason for hiding this comment

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

Is this used anywhere? It appears forked from ScalarPointMetadata, which is also unused?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Its used in the storage backend, but defined here.

@ericdnielsen ericdnielsen merged commit 9db185d into master Feb 12, 2020
bileschi pushed a commit to bileschi/tensorboard that referenced this pull request Mar 3, 2020
…3236)

* Update export/write services to add needed fields & calls for eventual tensor storage
@bileschi bileschi mentioned this pull request Mar 3, 2020
nfelt pushed a commit that referenced this pull request Mar 4, 2020
* Update export/write services to add needed fields & calls for eventual tensor storage
@ericdnielsen ericdnielsen deleted the tensor-storage-proto branch March 9, 2020 20:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants