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
Hi, When Continuing A Task, Debug Images Are Overwritten. E.G. If I Run A Task And Save Images In Iterations 1, 2, And 3 And The I Continue The Task And Save In Iteration 4 - I Will Lose The Debug Image In Iteration 1 I Think This Happens Because The Imag

Hi,
When continuing a task, debug images are overwritten.
e.g. if I run a task and save images in iterations 1, 2, and 3 and the I continue the task and save in iteration 4 - I will lose the debug image in iteration 1
I think this happens because the image gets the same filename (because _counter in event is restarted).
Is there any fix for this / a workaround?

  
  
Posted 2 years ago
Votes Newest

Answers 2


This only happens when I "continue" a task
the counter gets reset..
My current workaround is overridingĀ 
UploadEvent._get_metric_countby adding an offset to _counter

  
  
Posted 2 years ago

Hi StaleButterfly40 , the ClearML SDK reuses names per title/series, but doing so after 4 iterations seems too quickly - which SDK version are you using?

  
  
Posted 2 years ago