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
UnsightlyHorse88
Moderator
2 Questions, 3 Answers
  Active since 10 January 2023
  Last activity one year ago

Reputation

0
0 Votes
1 Answers
552 Views
0 Votes 1 Answers 552 Views
Hello Regarding the clearml-agent daemon, Is it possible to set up the --cpu-only flag in the configuration file? So I can spin up a worker with: clearml_age...
one year ago
0 Votes
1 Answers
537 Views
0 Votes 1 Answers 537 Views
one year ago
0 Hi Guys, I Am Having Some Trouble Running Some Training Scripts With The Agent Functionality:

When we use clearml-session to create a debug session and run the code from jupyter lab( inside the container) the training script run just fine.

When we enqueue the task using the web-ui we have the above error

one year ago
0 Hi Guys, I Am Having Some Trouble Running Some Training Scripts With The Agent Functionality:

We also disabled the auto_connect_framework for catboost, but still the same thing

one year ago
0 Hi Guys, I Am Having Some Trouble Running Some Training Scripts With The Agent Functionality:

CLEARML-AGENT version 1.3.0 CL-server 1.6.0 clearml==1.6.2

one year ago