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
1 Answers
1K Views
0 Votes 1 Answers 1K Views
In 1.0.3, I am able to do task.execute_remotely(clone=True, exit_process=False) and then enqueue. In 1.0.5, it says queue must be specified. Any reason for t...
3 years ago
0 Votes
3 Answers
1K Views
0 Votes 3 Answers 1K Views
Any specific reason for modelling experiments as separate tasks rather than a single entity with multiple runs?
3 years ago
0 Votes
3 Answers
1K Views
0 Votes 3 Answers 1K Views
logger.report_table with a pandas df, that used to work fine, is suddenly not working - no table in plots but nothing in log (same code otherwise). Seen this...
3 years ago
0 Votes
2 Answers
1K Views
0 Votes 2 Answers 1K 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
3 years ago
0 Votes
7 Answers
1K Views
0 Votes 7 Answers 1K Views
How do people generally handle moving from experimental mode with notebooks and then running pipelines for production training and beyond?
3 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...
3 years ago
0 Votes
4 Answers
1K Views
0 Votes 4 Answers 1K Views
When I do Task.init() and then a execute_remotely(), the task is being Aborted rather than be in Draft. Am I missing something?
3 years ago
0 Votes
0 Answers
1K Views
0 Votes 0 Answers 1K Views
General question not necessarily about ClearML - how are people handling schema for their datasets?
3 years ago
0 Votes
30 Answers
1K Views
0 Votes 30 Answers 1K Views
Is it possible to set an environment variable for a task?
3 years ago
0 Votes
3 Answers
1K Views
0 Votes 3 Answers 1K Views
Are people using devcontainer + clearml-session?
3 years ago
0 Votes
12 Answers
1K Views
0 Votes 12 Answers 1K Views
This verify param to decode of pyjwt seems to be removed and in a fresh intallation we are seeing this error: File "/usr/local/lib/python3.7/site-packages/cl...
3 years ago
0 Votes
2 Answers
1K Views
0 Votes 2 Answers 1K Views
Would be great if ClearML is represented in the matrix. (It's mentioned as a mlops platform and the origin year) https://github.com/thoughtworks/mlops-platforms
3 years ago
0 Votes
18 Answers
1K Views
0 Votes 18 Answers 1K Views
Looking at clearml-serving - two questions - 1, what’s the status of the project 2. how does one say how a model is loaded and served etc? For example, if i ...
3 years ago
0 Votes
10 Answers
1K Views
0 Votes 10 Answers 1K Views
Does k8s glue support running service agent? Slightly confused here
3 years ago
0 Votes
30 Answers
1K Views
0 Votes 30 Answers 1K Views
Is it possible to add a callback for a pipeline from a step?
3 years ago
0 Votes
7 Answers
1K Views
0 Votes 7 Answers 1K Views
My nth question for the day 🙂 What’s the general pattern for running a pipeline - train model, evaluate metrics and publish the model if satisfactory (based...
3 years ago
0 Votes
5 Answers
1K Views
0 Votes 5 Answers 1K Views
How to update the logging level of all loggers in clearml?
3 years ago
0 Votes
4 Answers
1K Views
0 Votes 4 Answers 1K Views
Similar question but when running a pipeline, can I control the tags that the tasks a pipeline creates? add_pipeline_tags adds tags from pipeline to the task...
3 years ago
0 Votes
8 Answers
1K Views
0 Votes 8 Answers 1K 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...
3 years ago
0 Votes
3 Answers
1K Views
0 Votes 3 Answers 1K Views
3 years ago
0 Votes
24 Answers
1K Views
0 Votes 24 Answers 1K Views
3 years ago
0 Votes
6 Answers
1K Views
0 Votes 6 Answers 1K Views
Off topic - Is there a slack / discord community for general ML discussions?
3 years ago
0 Votes
2 Answers
1K Views
0 Votes 2 Answers 1K Views
What’s the best way to get the list of all projects (while in a notebook)? Hitting the API?
3 years ago
0 Votes
8 Answers
1K Views
0 Votes 8 Answers 1K Views
Is it not possible to add artifacts to a completed task?
3 years ago
0 Votes
7 Answers
1K Views
0 Votes 7 Answers 1K Views
3 years ago
0 Votes
12 Answers
1K Views
0 Votes 12 Answers 1K Views
Apart from having packages in requirements.txt, does clearml expect them to be actuall installed to add them as installed packages for a task?
3 years ago
0 Votes
29 Answers
1K Views
0 Votes 29 Answers 1K Views
Getting this error at task.execute_remotely()
3 years ago
0 Votes
7 Answers
1K Views
0 Votes 7 Answers 1K 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?
3 years ago
0 Votes
17 Answers
1K Views
0 Votes 17 Answers 1K Views
If I have a task and a dataset is being created in a task, how can I get a “link” that this Dataset is created in this task, similar to how Model has the tas...
3 years ago
0 Votes
16 Answers
1K Views
0 Votes 16 Answers 1K Views
Any pointers on running gpu tasks with k8s glue?
3 years ago
Show more results questions