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
6 Answers
2K Views
0 Votes 6 Answers 2K Views
Off topic - Is there a slack / discord community for general ML discussions?
4 years ago
0 Votes
3 Answers
2K Views
0 Votes 3 Answers 2K Views
What is parent task for a dataset? When does it get populated?
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
3 Answers
2K Views
0 Votes 3 Answers 2K Views
Are people using devcontainer + clearml-session?
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
7 Answers
2K Views
0 Votes 7 Answers 2K Views
4 years ago
0 Votes
27 Answers
2K Views
0 Votes 27 Answers 2K Views
Playing around with HPO for first time. I am giving this as hyperparameter: DiscreteParameterRange("General/num_iterations", values=[10, 20, 30]), Is it expe...
4 years ago
0 Votes
30 Answers
2K Views
0 Votes 30 Answers 2K 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...
4 years ago
0 Votes
0 Answers
2K Views
0 Votes 0 Answers 2K Views
AgitatedDove14 - similarly seeing some difference in way packages are installed. How does clearml agent cache packages? having issues with Click 7 vs 8.
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
Show more results questions
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 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 Is It Possible To Add A Callback For A Pipeline From A Step?

AgitatedDove14 is it possible to get the pipeline task running a step in a step? Is task.parent something that could help?

4 years ago
0 Can Someone Confirm If

Yeah, when doing:

task.set_base_docker( "nvidia/cuda:11.4.1-cudnn8-runtime-ubuntu20.04", docker_setup_bash_script=script, )

4 years ago
0 Off Topic - Is There A Slack / Discord Community For General Ml Discussions?

Yeah please if you can share some general active ones to discuss both algos and engineering side

4 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

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?

As in run a training experiment, then a test/validation experiment to choose best model etc etc and also have a human validate sample results via annotations all as part of a pipeline

3 years ago
0 Anyway To Make A Job Fail If The Required Python Version (3.7 Vs 3.8 For Example) Is Not Available In The Agent?

I would prefer controlled behavior than some available version being used. Here triggered a bunch of jobs that all went fine and even evaluations were fine and then when we triggered a inference deploy it failed

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

Looks like Task.current_task() is indeed None in this case. Bit of log below where I print(Task.current_task()) as first step in the script

Environment setup completed successfully Starting Task Execution: None

4 years ago
0 Getting This Error At

Any idea why the Pipeline Controller is Running despite the task passing?

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

Thoughts AgitatedDove14 SuccessfulKoala55 ? Some help would be appreciated.

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

Essentially - 1. run a task normally. 2. clone 3. edit to have only those two lines.

Question - since this is a task, why is Task.currnet_task() None?

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

But that itself is running in a task right?

4 years ago
Show more results compactanswers