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 17 hours ago
Votes Newest

Answers 4


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 16 hours 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 16 hours ago

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

  
  
Posted 16 hours ago

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 16 hours ago
4 Views
4 Answers
17 hours ago
7 hours ago
Tags