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
Imagine I Browse Through My Experiment History And Find An Old Experiment That I Want To Use As A Base For A New Experiment. I Did Not Commit All My Changes Before Executing This Old Experiment, So The "Uncommitted Changes" In The "Execution Tab" Is Not

Imagine I browse through my experiment history and find an old experiment that I want to use as a base for a new experiment. I did not commit all my changes before executing this old experiment, so the "uncommitted changes" in the "execution tab" is not empty. Is there a way to automatically recreate this codebase I used for that experiment in the past using any clearML tool (UI or Python)?

  
  
Posted 2 years ago
Votes Newest

Answers 2


ClumsyElephant70 yes there is 🙂
clearml-agent build --id <task id> --target <folder>(I might have a typo there, but you can basically check the full help clearml-agent build --help )

  
  
Posted 2 years ago

that's pretty darned awesome!! I didn't know we could do that 😄 😄

  
  
Posted 2 years ago
525 Views
2 Answers
2 years ago
one year ago
Tags