Skip to content
\n

And then I copy/paste the run UUIDs to:

\n
polyaxon run --hub tensorboard:mulit-run -P uuids=UUID1,UUID2,UUID3,UUID4,UUID5
","upvoteCount":1,"answerCount":1,"acceptedAnswer":{"@type":"Answer","text":"

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

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

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:

\n

\"Screenshot

\n

\"Screenshot

","upvoteCount":1,"url":"https://github.com/orgs/polyaxon/discussions/1483#discussioncomment-2523527"}}}

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