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

Hi clearML community and thank you for a wonderful tool!

Now question :
is there a way to remove uncommitted changes from experiment in UI? I pushed all the code i need, but don’t want to create new experiment.

  
  
Posted 2 years ago
Votes Newest

Answers 6


Thank you AttractiveWoodpecker16 !
Removing the uncommitted changes so that you can launch it from an agent? Or is it visual only?

  
  
Posted 2 years ago

for some reason i cannot edit uncommitted changes.
maybe i need to run latest clearml version locally when creating the experiment to get this feature ?

  
  
Posted 2 years ago

You can only edit I on the cloned (copy of) the original experiment. Make sense?

  
  
Posted 2 years ago

Oh sure that makes sense, clone the experiment in the UI (right click, clone) then everything is editable :) both uncommitted changes, and branch / commit

  
  
Posted 2 years ago

i want to run it from an agent.

  
  
Posted 2 years ago

the problem is that i have set experiment to track latest commit and it conflicts with the uncommitted changes.

  
  
Posted 2 years ago
607 Views
6 Answers
2 years ago
one year ago
Tags