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
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
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
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
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
7 Answers
2K Views
0 Votes 7 Answers 2K Views
Anyway to make a job fail if the required python version (3.7 vs 3.8 for example) is not available in the agent?
4 years ago
0 Votes
30 Answers
2K Views
0 Votes 30 Answers 2K Views
Can someone help me with deploying this example model (from triton inference server) deployed in clearml-serving? Too many random errors for me to figure it ...
4 years ago
0 Votes
19 Answers
2K Views
0 Votes 19 Answers 2K Views
I saw some talk of ClearML + Kedro on reddit. Is that a good approach?
4 years ago
0 Votes
12 Answers
2K Views
0 Votes 12 Answers 2K Views
Has anyone done this exact use case - updates to datasets triggering pipelines?
4 years ago
0 Votes
9 Answers
2K Views
0 Votes 9 Answers 2K Views
Is there an efficient way to query ALL unique models (ie excluding versions) in a project?
4 years ago
Show more results questions
4 years ago
0 Is It Possible To Add A Callback For A Pipeline From A Step?

So General would have created a General instead of Args?

4 years ago
0 Getting This Error At

Maybe related to doing in notebook. Doing a task.close() finished it as expected

4 years ago
0 Hi, I Would Like To Configure Clearml-Server To Connect To An S3 Bucket In Order To Store Artefacts - I'Ve Taken A Look On This Page

@<1523701205467926528:profile|AgitatedDove14> - any thoughts on this. Would like to use profile / iam roles as well.

4 years ago
0 Need Some Help With Shell Script For A Task That Is Not Running From What I Can See: Have A

If you don’t mind, can you point me at the code where this happens?

4 years ago
0 Is There An Efficient Way To Query All Unique Models (Ie Excluding Versions) In A Project?

Do people generally update the same model “entry”? That feels so wrong to me…how do you reproduce a older model version or do a rollback etc?

4 years ago
0 Is There A Way To

Can makes some PRs around this. Playing with some changes already for my setup

4 years ago
0 Is It Possible To Set An Environment Variable For A Task?

(I need this because I refer to datasets in the same project but without specifying the project name)

4 years ago
0 Apart From Having Packages In Requirements.Txt, Does Clearml Expect Them To Be Actuall Installed To Add Them As Installed Packages For A Task?

To confirm, if i have fresh venv with no dependency installed except clearml

I have a requirements.txt file in root, and a script at scripts/script1.py

The script1.py does task.init(), execute_remotely and then imports few dependenceies

Now I run python scripts/script1.py

And it should pick up the installed packages correctly?

4 years ago
0 Is It Possible To Schedule Pipelines On Events Like Dataset Update?

AgitatedDove14 - thanks for the quick reply. automation.Monitor is the abstraction i could use?

4 years ago
0 Apart From Having Packages In Requirements.Txt, Does Clearml Expect Them To Be Actuall Installed To Add Them As Installed Packages For A Task?

I am doing Task.init but it’s not adding expected libraries imported in the script or from requirements.txt

4 years ago
0 So I Bumped Onto This Comparison Shared By Dagshub. It Kinda Placed Clearml Is A Rather Bad Position Compared To Everything Else In The Industry.

CynicalBee90 - on the platform agnostic aspect - dvc does it with the CLI right? It that what made you give a green checkmark for it?

4 years ago
Show more results compactanswers