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, 1) How Can I Know From Eyeballing The Dashboard Which Project Is Dataset And Which Is Code? 2) How Can I Know Which Dataset A Particular Code Was Using? I.E. When I Open The Task I Don'T See The Link Which Applies The Name/Path Of The Dataset Thanks

Hi,

  1. How can I know from eyeballing the dashboard which project is Dataset and which is code?
  2. How can I know which Dataset a particular code was using? i.e. when i open the task I don't see the Link which applies the name/path of the Dataset

Thanks

  
  
Posted one year ago
Votes Newest

Answers 2


Hi JitteryParrot8
Do you mean Task? If you create a dataset with ClearML data, the Task's Icon would indicate it's a dataset task. Same goes for Experiment. You are in luck 🙂 The new SDK (which is about to be released any day now) would log the dataset used, every time you do Dataset.get().
Regardless we are in the final execution phases of a major overhaul to the dataset UI so stay tuned for our next server release that would, hopefully, make your life easier 😄

  
  
Posted one year ago

It really would :)

  
  
Posted one year ago