correlation
Compute correlations between specified scalar tags and other tags in a TensorBoard event file to identify relationships across steps.
Instructions
Calculate the correlation between scalar tags in a TensorBoard event file
It will provide correlation for the given tag(s) with other tags in the tensorboard data.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| event_file | Yes | Path of the tensorboard event file. | |
| tags | Yes | List of tags to show correlation for with other tags. | |
| start_step | No | Query the scalar data starting with this step. | |
| end_step | No | Query the scalar data until this step. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||