find_events
Locate all TensorBoard event files within a given directory and its subdirectories. Use this tool when event file names are unknown.
Instructions
Find all TensorBoard event files in the specified directory and its subdirectories.
Use this endpoint when you don't know the available events or user has not given you any event file name to analyze.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| directory | Yes | Path of the directory to find all the tensorboard events file in. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| results | Yes | List event found event files. |