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
30 Answers
979 Views
0 Votes 30 Answers 979 Views
Is it possible to set an environment variable for a task?
3 years ago
0 Votes
29 Answers
978 Views
0 Votes 29 Answers 978 Views
Getting this error at task.execute_remotely()
3 years ago
0 Votes
2 Answers
945 Views
0 Votes 2 Answers 945 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...
3 years ago
0 Votes
3 Answers
1K Views
0 Votes 3 Answers 1K 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 ...
3 years ago
0 Votes
30 Answers
986 Views
0 Votes 30 Answers 986 Views
Is it possible to add a callback for a pipeline from a step?
3 years ago
0 Votes
18 Answers
1K Views
0 Votes 18 Answers 1K Views
Does clearml-session work in a Kubernetes environment?
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
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
3 Answers
1K Views
0 Votes 3 Answers 1K Views
3 years ago
0 Votes
9 Answers
981 Views
0 Votes 9 Answers 981 Views
When using docker mode (and specifically k8s glue), what are the options for caching? One option is definitely having a base image that has the things needed...
3 years ago
0 Votes
16 Answers
969 Views
0 Votes 16 Answers 969 Views
Any pointers on running gpu tasks with k8s glue?
3 years ago
0 Votes
12 Answers
1K Views
0 Votes 12 Answers 1K Views
I am seeing that some steps in a pipeline are being skipped. Like for example, in a pipeline with 4 steps, it’s directly starting at step 3. Is there some re...
3 years ago
0 Votes
17 Answers
1K Views
0 Votes 17 Answers 1K Views
Is it possible to increase the polling interval for k8s glue? Currently it is 5 seconds I believe. Would adding an argument for it help? Can do a PR if so
3 years ago
0 Votes
14 Answers
1K Views
0 Votes 14 Answers 1K Views
Hi folks any info on when the helm chart will be updated for 1.0.1 ?
3 years ago
0 Votes
30 Answers
1K Views
0 Votes 30 Answers 1K Views
Sorry folks too many questions - if i have a project (and i set the output uri in it while creating, to a s3 folder) how can i ensure that a experiment (task...
3 years ago
0 Votes
19 Answers
1K Views
0 Votes 19 Answers 1K Views
I saw some talk of ClearML + Kedro on reddit. Is that a good approach?
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
6 Answers
953 Views
0 Votes 6 Answers 953 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
3 years ago
0 Votes
4 Answers
1K Views
0 Votes 4 Answers 1K Views
How does the uncommitted changes stuff work? Is it only for modified changes and not untracked files?
3 years ago
0 Votes
7 Answers
995 Views
0 Votes 7 Answers 995 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
9 Answers
941 Views
0 Votes 9 Answers 941 Views
Is there an efficient way to query ALL unique models (ie excluding versions) in a project?
3 years ago
0 Votes
21 Answers
1K Views
0 Votes 21 Answers 1K Views
After I have create a task and closed it in a notebook, any activity seems to trigger another task. For example:
3 years ago
0 Votes
5 Answers
1K Views
0 Votes 5 Answers 1K Views
Collecting click Using cached click-8.0.1-py3-none-any.whl (97 kB)And then: ERROR: typer 0.3.2 has requirement click<7.2.0,>=7.1.1, but you'll have click 8.0...
3 years ago
0 Votes
6 Answers
949 Views
0 Votes 6 Answers 949 Views
Can someone confirm if docker_setup_bash_script works with k8s integration? Doesn’t seem to for me, and wanted to confirm if I was doing something wrong.
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
4 Answers
978 Views
0 Votes 4 Answers 978 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
3 Answers
956 Views
0 Votes 3 Answers 956 Views
Is there a way I can create a dataset as part of a pipeline and be able to see that this dataset came from this pipeline / task ?
3 years ago
0 Votes
3 Answers
1K Views
0 Votes 3 Answers 1K Views
What is parent task for a dataset? When does it get populated?
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 Set An Environment Variable For A Task?

But that itself is running in a task right?

3 years ago
0 Is There A Way To

Something like the Gitlab Kubernetes Executor could work well.

3 years ago
3 years ago
0 Does Clearml-Session Work In A Kubernetes Environment?

“notebook as a service” right

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?

With the human activity being a step where some manual validations, annotations, feedback might be required

2 years ago
0 Is It Not Possible To Add Artifacts To A Completed Task?

I was thinking such limitations will exist only for published

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

This worked well:

if project_name is None and Task.current_task() is not None: project_name = Task.current_task().get_project_name()

3 years ago
0 Anyone Doing Sagemaker With Clearml - Something Like The K8S Glue But The Tasks Are Pulled Into Sagemaker Training Jobs

AgitatedDove14 - any pointers on how to run gpu tasks with k8s glue. How to control the queue and differentiate tasks that need cpu vs gpu in this context

3 years ago
3 years ago
0 Quick Qn, When Using The Clearml-Task, How To Specify The Output_Uri.

you will have to update this in your local clearml.conf, or wherever you are doing the Task.init from.

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

And anyway once a model is published can’t update it right? Which means there will be atleast multiple published models entries of same model over time?

3 years ago
3 years ago
0 Also! Would Like To Highlight Clearml Sdk 1.0.5 Cool New Features, In Case You'Ve Missed It

Do let me know when task scheduler docs are up 🙂

3 years ago
0 Is It Not Possible To Add Artifacts To A Completed Task?

tasks.add_or_update_artifacts/v2.10 (Invalid task status: expected=created, status=completed

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

yeah i was trying in local and it worked as expected. But in local I was creating a Task first and then seeing if it’s able to get project name from it

3 years ago
0 Anyone Doing Sagemaker With Clearml - Something Like The K8S Glue But The Tasks Are Pulled Into Sagemaker Training Jobs

AgitatedDove14 aws autoscaler is not k8s native right? That's sort of the loose point I am coming at.

3 years ago
3 years ago
0 How Do People Generally Handle Moving From Experimental Mode With Notebooks And Then Running Pipelines For Production Training And Beyond?

Currently we train from Sagemaker notebooks, push models to S3 and create containers for model serving

3 years ago
Show more results compactanswers