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 Would Like To Understand Better Metrics Storage Since I Reach 1Go Very Quickly With Just 4-5 Trainings. I Am Using

Hello, I would like to understand better metrics storage since I reach 1Go very quickly with just 4-5 trainings. I am using torch and lightning with the default TensorBoardLogger . How can I reduce this ?

  
  
Posted 8 months ago
Votes Newest

Answers 2


Hi @<1632551554206666752:profile|DelightfulBear99> , maybe you're logging a lot of metrics or very large log files? Is it possible you have large configurations or previews to artifacts?

Is there an example script you can provide that creates a lot of metrics storage for you?

  
  
Posted 8 months ago

Hi John, thank you for reaching out. I can try to replicate on an example script but this will require a bit of time.
Do you know if I can see somehow on the app where the storage goes ?

  
  
Posted 8 months ago
435 Views
2 Answers
8 months ago
8 months ago
Tags