Skip to content

How can I start a Tensorboard for the top 5 experiments #1483

Discussion options

You must be logged in to vote

From the UI or using a YAML file, you can run:

version: 1.1
kind: operation
hubRef: tensorboard:multi-run
joins:
- query: "name: GROUP_NAME, metrics.loss:<0.002,  kind:job"  
  sort: "metrics.loss"
  limit: 5
  params:
    uuids: {value: "globals.uuid"}

Note that in the UI if create a filter / sort configuration, you can automatically create a multi-run Tensorboard based on that query, for example:

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by polyaxon-team
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
1 participant