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
Hello, I Have Been Using Clearml For My Projects Lately. I Have Set It Up To Log The Training Data For An Rl Training Job. As Of Now It Currently Logs Data As Follows: 1 Million Episodes And Rewards For 3 Agents Each I'D Have Guessed That The Storage Requ

Hello,
I have been using clearml for my projects lately. I have set it up to log the training data for an RL training job. As of now it currently logs data as follows: 1 Million episodes and Rewards for 3 agents each
I'd have guessed that the storage requirement will be 4 bytes * 3 agents * 1M = 12Million bytes or around 12 mega byes. (I'd think it would be even lesser as data could be readily compressed) But clearml metrics showed around 600 MB usage.
I'd like to understand why this is the case, is there a way to find what exactly it is storing.

I tried downloading the data to examine what was being stored but couldn't find any way to do that from the clearml dashboard.
image

  
  
Posted one month ago
Votes Newest

Answers


Hi @<1726772411946242048:profile|CynicalBlackbird36> , what you're looking at is the metrics storage, this is referring to all the console outputs, scalars, plots and debug samples.

This is saved in the backend of ClearML. There is no direct way to pull this but you can technically fetch all of this using the API.

wdyt?

  
  
Posted one month ago
195 Views
1 Answer
one month ago
one month ago
Tags