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
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
12 Answers
2K Views
0 Votes 12 Answers 2K 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?
4 years ago
0 Votes
2 Answers
2K Views
0 Votes 2 Answers 2K Views
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
7 Answers
2K Views
0 Votes 7 Answers 2K 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...
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
4 Answers
2K Views
0 Votes 4 Answers 2K Views
Is there a way to do s3 -> s3 copy while doing a dataset? I don’t want to get it to local from s3 and then upload as a dataset to s3
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
14 Answers
2K Views
0 Votes 14 Answers 2K Views
Hi folks any info on when the helm chart will be updated for 1.0.1 ?
4 years ago
0 Votes
3 Answers
2K Views
0 Votes 3 Answers 2K Views
Any specific reason for modelling experiments as separate tasks rather than a single entity with multiple runs?
4 years ago
0 Votes
4 Answers
2K Views
0 Votes 4 Answers 2K 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...
4 years ago
Show more results questions
0 Can Someone Confirm If

Ok, but doesn't work for me though. Can you or AgitatedDove14 help me in linking to relevant code so that I can see what's wrong?

4 years ago
0 Playing Around With Hpo For First Time. I Am Giving This As Hyperparameter:

The Optimizer task is taking a lot of time to complete. Is it doing something here:

4 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()

4 years ago
4 years ago
0 Hi Folks Any Info On When The Helm Chart Will Be Updated For 1.0.1 ?

I had given some feedback previously, hope they can be addressed ๐Ÿคž

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

In this case, particularly because of pickle protocol version between 3.7 and 3.8

4 years ago
0 Hi

ClearDocs? ๐Ÿ™‚

4 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 ๐Ÿ™‚

4 years ago
0 Hi, How Do I Switch Clearml Server To Run On Https With A Self Signed Cert?

I deploy to kubernetes and have an ingress and ALB on top that terminates ssl

4 years ago
4 years ago
4 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

4 years ago
0 Getting This Error At

AgitatedDove14 - tried exit(0) from the notebook and it worked

4 years ago
0 Hi, I'D Like To Know If There Is A Way To Include A Process Like Aws Autoscaler And Its Configurations Inside The Clearml Helm Chart. My Goal Is To Automatically Run The Aws Autoscaler Task On A Clearml-Agent Pod When I Deploy The Clearml Services On The

I just run the k8s daemon with a simple helm chart and use it with terraform with the helm provider. Nothing much to share as itโ€™s just a basic chart ๐Ÿ™‚

4 years ago
0 Seeing This Error When Trying To Run A Monitor In Services Queue (Agentservices Running On Kubernetes): Am I Missing Some Configuration I Need To Add Over Defaults?

Hey TimelyPenguin76 - i am just using the helm chart and havenโ€™t done any setup on top of that. the agentservices is running as is from the helm chart

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

Ah ok. Kind of getting it, will have to try the glue mode

4 years ago
Show more results compactanswers