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
Hey, Is There A Way To Export The Task Data From Clearml Pro? I Found

Hey, is there a way to export the task data from ClearML PRO? I found None . but this seems to only be for self hosted versions?

  
  
Posted 2 months ago
Votes Newest

Answers 5


Hi @<1884048732937261056:profile|StraightCrab57> , not automatically from the PRO. You would need to export everything manually via the API (Task details + events (scalars/logs/debug samples))

  
  
Posted 2 months ago

Thanks for the reply, should the export size (total GB) match the reported size in the UI?

  
  
Posted 2 months ago

Not necessarily, since the data is parked inside databases. In theory, if done perfectly, then a new deployment will have the volume as the databases.

  
  
Posted 2 months ago

Currently, ClearML says we use around 40GB (metrics storage), but if i analyze each task, and calculate the size of all metrics / logs it comes to around 2GB. Is this possible?

  
  
Posted 2 months ago

I would assume that your analysis is incomplete

  
  
Posted 2 months ago
270 Views
5 Answers
2 months ago
2 months ago
Tags