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
That Is From Documentation,

That is from documentation, https://clear.ml/docs/latest/docs/fundamentals/logger/ . How can I stop the earlier debug samples from being deleted even if I trained for more than 100 epochs?

  
  
Posted one year ago
Votes Newest

Answers 2


Hi SourLion48 , from what I understand it will log debug samples from all iterations, but it will only save X samples per iteration is saved to the server. You can change that is with max_history in https://clear.ml/docs/latest/docs/references/sdk/logger#report_media

  
  
Posted one year ago

Thanks CostlyOstrich36
But, I am not using report_media() function. The debug samples (confusion matrices) are saved from tensorboard.

  
  
Posted one year ago
508 Views
2 Answers
one year ago
one year ago
Tags