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 All, My Organisation Wants To Be Able To Trace The Changes Of All Dataset Versions From The Latest Version To The Root (Aka We Would Like To Be Able To Query And Display The Entire Version Tree). However, Clearml From My Knowledge Does Not Allow For Th

Hi all, my organisation wants to be able to trace the changes of all dataset versions from the latest version to the root (aka we would like to be able to query and display the entire version tree). However, ClearML from my knowledge does not allow for that because get_dependency_graph() only shows the immediate parents. Even on ClearML web, the version tree is not ideal also because it does not show all "branches". Does anyone know if there is a way to obtain a dependency graph of the entire version tree inclusive of all branches? I have attached illustration photos to explain the issues we are facing better. Thank you!
image
image

  
  
Posted one day ago
Votes Newest

Answers


Hi @<1747428509627715584:profile|CumbersomeDuck6> ,

Can you check if you have such graph in the task, under ARTIFACTS -> state ?

  
  
Posted one day ago