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 I Run Expermint On My Pc, I See Scalar Results And Iteration Numbers, Working Perfectly. But Running The Experiment Remotely On A

Hi, When I run expermint on my PC, I see scalar results and iteration numbers, working perfectly.
But running the experiment remotely on a k8s-glue agent gives the error " ClearML Monitor: Could not detect iteration reporting, falling back to iterations as seconds-from-start" I can't see scalar results or iteration numbers in the ClearML experiment console. I used output_uri=True in Task.init

  
  
Posted 9 months ago
Votes Newest

Answers 2


@<1523701087100473344:profile|SuccessfulKoala55> logs attached, i use agent version 1.24-21, from the installed packages i see we use clearml==1.12.1

  
  
Posted 9 months ago

Hi @<1595587997728772096:profile|MuddyRobin9> , what clearml SDK and agent versions are you using? Also, can you share the complete task log?

  
  
Posted 9 months ago
564 Views
2 Answers
9 months ago
9 months ago
Tags