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
Profile picture
VivaciousCow7
Moderator
0 Questions, 1 Answer
  Active since 15 August 2025
  Last activity 20 days ago

Reputation

0
0 Hi! I Am Running A Clearml Task. It Is Training A Transformer Model Using Huggingface. I Have Disabled All Callbacks From The Trainer, And In The Task.Init Have Set All The Auto_Connect_Frameworks To False. However, The Model Checkpoints, The Optimizer, S

is the training running in a subprocess from the one that starts the ClearML task? I've noticed a bug that subprocesses ignore the parent's auto_connect_frameworks settings and always run with all frameworks

20 days ago