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
How Can I Search For Training Tasks That Use A Given Dataset? The Dataset Was Linked To The Task: After I Initialized The Task, I Called Dataset.Get(..., Alias="Training Examples") And So I See The Dataset'S Id In The Clearml Ui On The Task Hyperparamete

How can I search for training Tasks that use a given Dataset? The Dataset was linked to the Task: after I initialized the Task, I called Dataset.get(..., alias="training examples") and so I see the Dataset's ID in the ClearML UI on the Task hyperparameters. But I can't figure out how to search-by-dataset (or search-by-configuration-value) neither in the web UI nor in Python.

  
  
Posted 4 days ago
Votes Newest

Answers 2


Hi SoggyDuck67 , you can add it as column and then filter from there.
See related screenie 🙂
image

  
  
Posted 4 days ago

Good find! It works!

  
  
Posted 3 days ago
37 Views
2 Answers
4 days ago
3 days ago
Tags
Similar posts