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
Unanswered
Hi I Wanted To Use Method Task.Reset() Or Task.Delete() However None Of That Seems To Be Able To Delete


I want to be able to delete only the logs since they are taking a lot of space in my case. I want to leave my plots and the experiment (I don't have big artifacts so I don't really care about those for now) itself in the ClearML but I don't need to keep my logs.

Maybe there is some other way? To preserve the experiment but to free up some space that is taken by the logs?

  
  
Posted 2 years ago
247 Views
0 Answers
2 years ago
2 years ago