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
Is There A Way To Export All Data/Artifacts From Multiple Experiments From The Webapp?

Is there a way to export all data/artifacts from multiple experiments from the WebApp?

  
  
Posted 10 months ago
Votes Newest

Answers 6


Here is an updated and improved version.

if anyone can tell me on how to improve the cookie situation, I'd be grateful

  
  
Posted 10 months ago

Hi DisturbedParrot38 , not for multiples. You can however automate it fairly easy by pulling tasks and then checking the artifacts urls saved there

  
  
Posted 10 months ago

For anyone else interested in this, I wrote a little script which pulls all the data from a given project, seems to work well enough

  
  
Posted 10 months ago

If there's source URLs in the plots of the task, how can I authenticate against ClearML to properly download them?

Or is there some SDK way to download them?

  
  
Posted 10 months ago

Here is the latest version with all issues ironed out.

  
  
Posted 10 months ago

Alright, good to know.

  
  
Posted 10 months ago