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
Is It Possible To Disable Or Change The Frequency Of Cpu/Gpu/Disk Logging For The Experiment Or For The Whole Agent Worker?

is it possible to disable or change the frequency of cpu/gpu/disk logging for the experiment or for the whole agent worker?

  
  
Posted 10 months ago
Votes Newest

Answers 3


thanks!

  
  
Posted 10 months ago

However, when running a task (even locally), you can override the resource monitor using the Task.init() auto_resource_monitoring argument

  
  
Posted 10 months ago

Hi @<1533257407419912192:profile|DilapidatedDucks58> , this is not currently possible when using an agent to run your experiments

  
  
Posted 10 months ago
532 Views
3 Answers
10 months ago
10 months ago
Tags