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
I Change

I change agent.default_docker.image in config but when I run job in UI I see that attached old image, why? what I forgot to do?

  
  
Posted 3 years ago
Votes Newest

Answers 5


I'm not sure the ClearML Agent supports auto-reload at all at the moment

  
  
Posted 3 years ago

but interesting that auto-reload config does not working as I expected.

  
  
Posted 3 years ago

Hi UnevenOstrich23 - I was just about to ask if you reloaded the ClearML agent after editing the config file 😀

  
  
Posted 3 years ago

UnevenOstrich23

but interesting that auto-reload config does not working as I expected.

Unfortunately the trains-agent does not support auto reloading the config file yet. If you think this will be a great feature, please feel free to open a GitHub feature request issue 🙂

  
  
Posted 3 years ago

rerun clearml-agent daemon, thats help me.

  
  
Posted 3 years ago