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, I Have A Clearml-Agent (1.1.2) In A G4Dn.4Xlarge Aws Instance (With One T4 Gpu), That Reports

Hi, I have a clearml-agent (1.1.2) in a g4dn.4xlarge AWS instance (with one T4 GPU), that reports
agent.cuda_version = 0 agent.cudnn_version = 0and does not report the GPU stats, how can I fix that?
I am also seeing: ClearML Monitor: GPU monitoring failed getting GPU reading, switching off GPU monitoring

  
  
Posted 2 years ago
Votes Newest

Answers


Nevermind, nvidia-smi command fails in that instance, the problem lies somewhere else

  
  
Posted 2 years ago