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 8 months ago

Reputation

0

Badges 1

383 × Eureka!
0 Votes
4 Answers
974 Views
0 Votes 4 Answers 974 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
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
17 Answers
975 Views
0 Votes 17 Answers 975 Views
Is it possible to schedule pipelines on events like dataset update?
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
5 Answers
951 Views
0 Votes 5 Answers 951 Views
How to update the logging level of all loggers in clearml?
2 years ago
0 Votes
3 Answers
924 Views
0 Votes 3 Answers 924 Views
Wondering how the services to access can be setup
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
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
15 Answers
1K Views
0 Votes 15 Answers 1K Views
Anyone doing sagemaker with Clearml - something like the k8s glue but the tasks are pulled into sagemaker training jobs
3 years ago
0 Votes
24 Answers
1K Views
0 Votes 24 Answers 1K Views
3 years ago
0 Votes
12 Answers
1K Views
0 Votes 12 Answers 1K Views
3 years ago
Show more results questions
0 Is It Possible To Add A Callback For A Pipeline From A Step?

From code perspective what changes?

3 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?

3 years ago
0 Hi Guys, Until Today I Always Requested Data Scientists To Use Cli To Create Tasks. After That I Usually Reconfigure Them So They Can Be Pointed On Git Repo And So On. Unfortunately This Is Becoming A Big Task Since Now We Have Pipelines With Many Tasks A

Example:

name: ml-project template: nbdev pipelines_runner: gitlab pipelines: pipeline-1: steps: - name: "publish-datasets" task_script: "mlproject/publish_datasets.py" - name: "training" task_script: "mlproject/training.py" parents: ["publish-datasets"] - name: "test" task_script: "mlproject/test.py" parents: ["training"]Have cli which goes through each of the tasks and creates them

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

AS in clone the task from the UI and run it

3 years ago
0 Does K8S Glue Support Running Service Agent? Slightly Confused Here

I guess the question is - I want to use services queue for running services, and I want to do it on k8s

3 years ago
0 When I Do Task.Init() And Then A Execute_Remotely(), The Task Is Being Aborted Rather Than Be In Draft. Am I Missing Something?

AgitatedDove14 - thoughts on this? I remember that it was Draft before, but maybe because it was in a notebook vs now I am running a script?

3 years ago
0 Is It Possible To Add A Callback For A Pipeline From A Step?

What happens if I do blah/dataset_url ?

3 years ago
3 years ago
0 Hi! I'Ve Been Trying Out The

AgitatedDove14 - any doc yet for scheduler? Is it essentially for just time based scheduling?

3 years ago
3 years ago
0 Does Clearml Have A Way To Do Human In The Loop Activities As Part Of A Pipeline That I Might Have Missed?

AgitatedDove14 sounds almost what might be needed, will give it a shot. Thanks, as always 🙂

2 years ago
0 Clearml Server Deployment Uses Node Storage. If More Than One Node Is Labeled As App=Clearml, And You Redeploy Or Update Later, Then Clearml Server May Not Locate All Your Data.

AlertBlackbird30 - got it running. Few comments:

Nodeport is set by default despite being parameter in values.yml. For example:` webserver:
extraEnvs: []

service:
type: NodePort
port: 80 `2. Ingress was using 8080 for webserver but service was 80
3. Had to change path in ingress to “/*” instead of “/” to get it working for me

3 years ago
Show more results compactanswers