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 There, I Am Trying To Setup Clearml To Use Uv As I Am Switching From Pip To Uv. I Am Now Blocked By The Following Issue: Clearml-Agent Won'T Pass The Args Registered When Creating The Experiment To The Task When Running It Remotely. I Do Something Like

Hi there, I am trying to setup clearml to use uv as I am switching from pip to uv. I am now blocked by the following issue: clearml-agent won't pass the args registered when creating the experiment to the Task when running it remotely. I do something like:

    print("Arguments:")
    for arg in vars(args):
        print(f"  {arg}: {getattr(args, arg)}")

And I see printed in the logs of the task:

Arguments:
  config: None
  parent: None
  checkpoint: None
  model: None
  queue: None

Although these values are set in the Config tab of the experiment. Am I missing something?

clearml=2.0.2
clearml-agent=2.0.3
clearml-server=1.15.0

Thanks in advance 🙏

  
  
Posted one month ago
Votes Newest

Answers 3


Hi @<1523701066867150848:profile|JitteryCoyote63> , following up here as well - can you share the task logs of that execution? We can't seem to be able to reproduce this up until now...

  
  
Posted one month ago

So last version of the agent working for me is 1.9.3

  
  
Posted one month ago

Ho, actually this was raised already here

  
  
Posted one month ago