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
BewilderedDove91
Moderator
1 Question, 3 Answers
  Active since 02 January 2025
  Last activity 20 hours ago

Reputation

0

Badges 1

3 × Eureka!
0 Votes
5 Answers
52 Views
0 Votes 5 Answers 52 Views
5 days ago
0 Hi Everyone, I Want To Use Clearml Agent On My Remote Machine, Where I'Ve Setup My Codebase, Along With Cred Files, Dataset Dir, Dockerfile And Docker Run Script. Now I Want To Run Experiments Using Agent. How Can I Make My Agent Use These, Instead Of Clo

Thanks for this, but somehow didn't seem to work. What I did instead was to have a docker image added to my agent and mounted my data/cred directories through the setup code while using --docker for clearml-agent daemon.
The outstanding issue is, I'm unable to run a file by default after starting a container. I'm using the "New Experiment" pop-up window in clearml dashboard to start an experiment. But that only sets up my container with correct mounting, but doesn't run the script that I ...

4 days ago