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
TrickySheep9
Moderator
71 Questions, 428 Answers
  Active since 10 January 2023
  Last activity one year ago

Reputation

0

Badges 1

383 × Eureka!
0 Votes
10 Answers
2K Views
0 Votes 10 Answers 2K Views
Does k8s glue support running service agent? Slightly confused here
4 years ago
0 Votes
4 Answers
2K Views
0 Votes 4 Answers 2K Views
I might be missing something, but is there no way to clear all tags or remove a tag in a Task? I only see a add_tags()
4 years ago
0 Votes
2 Answers
2K Views
0 Votes 2 Answers 2K Views
The
The execute_jupyter_notebook_server.py link in https://allegro.ai/clearml/docs/docs/examples/services/jupyter-service/execute_jupyter_notebook_server.html is...
4 years ago
0 Votes
3 Answers
2K Views
0 Votes 3 Answers 2K Views
Sorry if this is addressed in docs somewhere - Does an agent map to one worker (1:1) all the time? Can I have multiple workers in an agent? Does docker mode ...
4 years ago
0 Votes
0 Answers
2K Views
0 Votes 0 Answers 2K Views
Can I do these from a notebook? https://github.com/allegroai/clearml/blob/master/examples/pipeline/step2_data_processing.py
4 years ago
0 Votes
4 Answers
2K Views
0 Votes 4 Answers 2K Views
Is it not possible to fire and forget a pipeline? In this example, what’s the step to just trigger a pipeline without waiting? Without the pipe.wait() I don’...
4 years ago
0 Votes
15 Answers
2K Views
0 Votes 15 Answers 2K Views
Anyone doing sagemaker with Clearml - something like the k8s glue but the tasks are pulled into sagemaker training jobs
4 years ago
0 Votes
8 Answers
2K Views
0 Votes 8 Answers 2K Views
Is it possible to do additional setup (the extra_bash_init_script , container_bash_script etc per task? Say a task requires a system package, install it befo...
4 years ago
0 Votes
12 Answers
2K Views
0 Votes 12 Answers 2K Views
4 years ago
0 Votes
12 Answers
2K Views
0 Votes 12 Answers 2K Views
What’s the easiest way to update the repo url alone for a task? Need - in my CI, the url used is https but I need the ssh url to be used. I see that we can p...
4 years ago
0 Votes
2 Answers
2K Views
0 Votes 2 Answers 2K Views
Any ideas of using Label Studio with Clearml Datasets - base dataset, load to label studio, annotate, child annotated dataset is the kind of flow
4 years ago
Show more results questions
0 My Nth Question For The Day

That's cool AgitatedDove14 , will try it out and pester you a bit more. 🙂

4 years ago
0 Getting This Error At

That’s great, will try it out soon (it’s 2.30am here, about to crash 🙂 )

4 years ago
0 Is It Possible To Do Additional Setup (The

SuccessfulKoala55 what’s the right way to do this using the SDK. I use Task.init but the option is there only in Task.create? (I have always been indecisive on when to use init vs create as well). Pointers?

4 years ago
0 Is It Possible To Do Additional Setup (The

Awesome, thanks! Sorry missed it

4 years ago
0 Is It Possible To Do Additional Setup (The

One more help - is this something I can pass as task_overrides when creating a pipeline in add_step?

4 years ago
0 Any Pointers On Running Gpu Tasks With K8S Glue?

What’s overrides_yaml vs template_yaml?

4 years ago
0 Is It Possible To Do Additional Setup (The

It’s a bit difficult to figure out the exact key. Will try this to see if it works

4 years ago
0 I Saw Some Talk Of Clearml + Kedro On Reddit. Is That A Good Approach?

Generally like the kedro project and pipeline setup that I have seen so far, but haven’t started using it in anger yet. Been looking at clearml as well, so wanted to check how well these two work together

4 years ago
0 Any Pointers On Running Gpu Tasks With K8S Glue?

AgitatedDove14 - does having this template work for updating hte base image:

` spec:
containers:

  • image: nvidia/cuda:11.4.1-cudnn8-runtime-ubuntu20.04 `
4 years ago
0 Is It Possible To Do Additional Setup (The

Ah is it, didn’t know about that. Let me check it out.

4 years ago
0 Any Pointers On Running Gpu Tasks With K8S Glue?

Thanks for the fast responses as usual AgitatedDove14 🙂

4 years ago
0 How To Update The Logging Level Of All Loggers In Clearml?

yeah meant this, within clearml.conf:

logging {} sdk {}

3 years ago
Show more results compactanswers