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 2 months ago
Votes Newest

Answers 6


Here is the latest version with all issues ironed out.

  
  
Posted 2 months ago

Hi @<1694157594333024256:profile|DisturbedParrot38> , not for multiples. You can however automate it fairly easy by pulling tasks and then checking the artifacts urls saved there

  
  
Posted 2 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 2 months ago

Alright, good to know.

  
  
Posted 2 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 2 months ago

Here is an updated and improved version.

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

  
  
Posted 2 months ago