tag_steps
Get the steps for each specified tag from a TensorBoard event file, filtering results to only requested tags.
Instructions
Get the steps for each specified tag from a TensorBoard event file.
Pass tags to get return steps for only specified tags, otherwise the output can be quite large.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| event_file | Yes | Path of the tensorboard event file. | |
| tags | Yes | List of tags to show the steps for. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| results | Yes |