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
SoggyFrog26
Moderator
4 Questions, 40 Answers
  Active since 10 January 2023
  Last activity 2 years ago

Reputation

0

Badges 1

38 × Eureka!
0 Votes
4 Answers
1K Views
0 Votes 4 Answers 1K Views
Hi, is there any example which demonstrates a typical workflow of model handling? Especially, I would like to know how to specify and download a model, which...
4 years ago
0 Votes
13 Answers
2K Views
0 Votes 13 Answers 2K Views
4 years ago
0 Votes
9 Answers
1K Views
0 Votes 9 Answers 1K Views
Hi, I have a question about clearml-data . It looks the CLI remembers "previously created/accessed dataset". Where is that information saved? Or how can I re...
4 years ago
0 Votes
30 Answers
2K Views
0 Votes 30 Answers 2K Views
Hi everyone, I have a question when running a task under a clearml-agent. When the script is executed by an agent, that should be bound to some task. How can...
4 years ago
0 Hi Everyone, I Have A Question When Running A Task Under A Clearml-Agent. When The Script Is Executed By An Agent, That Should Be Bound To Some Task. How Can I Get That Task From The Script?

BTW why using the api calls and not clearml sdk?

Because the training part is only the sub system of our whole system.
And the python stuff is not facing to the web, where training request is coming.

4 years ago
0 Hi Everyone, I Have A Question When Running A Task Under A Clearml-Agent. When The Script Is Executed By An Agent, That Should Be Bound To Some Task. How Can I Get That Task From The Script?

Relating to it but another question.

With that task, which is running under an agent, task.connect_label_enumeration does not look working.

4 years ago
0 Hi Everyone, I Have A Question When Running A Task Under A Clearml-Agent. When The Script Is Executed By An Agent, That Should Be Bound To Some Task. How Can I Get That Task From The Script?

For the agent run, I posted only the following params:
name project script typeto tasks.create endpoint and let an agent to pick it.

4 years ago
Show more results compactanswers