Examples: query, "exact match", wildcard*, wild?ard, wild*rd
Fuzzy search: cake~ (finds cakes, bake)
Term boost: "red velvet"^4, chocolate^2
Field grouping: tags:(+work -"fun-stuff")
Escaping: Escape characters +-&|!(){}[]^"~*?:\ with \, e.g. \+
Range search: properties.timestamp:[1587729413488 TO *] (inclusive), properties.title:{A TO Z}(excluding A and Z)
Combinations: chocolate AND vanilla, chocolate OR vanilla, (chocolate OR vanilla) NOT "vanilla pudding"
Field search: properties.title:"The Title" AND text
Answered
Hi! Is It Possible To Compare In The Ui Tasks Across Different Projects? Or Is It Only Within Project? For Example: Let'S Say That In One Run Session We Created

Hi!
Is it possible to compare in the UI tasks across different projects? or is it only within project?

For example:
Let's say that in one run session we created
task = Task.init(project_name="AAA", task_name="foo")

and in another run session we created
task = Task.init(project_name="BBB", task_name="banana")

can we compare those two (for example seeing scalars on the same plot)
or is it limited to cases like:

task = Task.init(project_name="AAA", task_name="foo")
and
task = Task.init(project_name="AAA", task_name="foo2")

?

  
  
Posted one year ago
Votes Newest

Answers 4


Hi GorgeousMole24 , you can certainly compare across different projects.
Simply go to "all projects" and select the two experiments there (you can search for them at the top right to find them easily)

  
  
Posted one year ago

GorgeousMole24 , another note, in the comparison screen itself, you can add other experiments to the comparison view.

  
  
Posted one year ago

CostlyOstrich36 oh awesome! that's very handy, thanks for the info!

  
  
Posted one year ago

Thanks!

  
  
Posted one year ago
656 Views
4 Answers
one year ago
one year ago
Tags