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
CostlyOstrich36
Moderator
0 Questions, 4209 Answers
  Active since 10 January 2023
  Last activity 2 years ago

Reputation

0
0 Hello Team I Am Enterprise User Looking For Help Related To Model Serving Capability I Followed The Tutorial To Create The Model , Push It To The Model Registry And Published The Same The Model Is Published Now I Was Expecting To See The Endpoint Unfo

Hi @<1800699527066292224:profile|SucculentKitten7> , I think you're confusing the publish action to deployment. Publishing a model does not deploy it, it simply changes the state of the model to published so it cannot be changed anymore and also publishes the task that created it.

To deploy models you need to either use clearml-serving or the LLM deployment application

8 months ago
2 years ago
0 Hey Guys, In A Fresh Self-Hosted Clearml Server I Have The Issue That I Cannot See Any Preview Images Of The Files In A Dataset. It Seems Like A Bug, But Maybe I Am Doing Something Wrong?

It isn't a bug, you have to add the previews manually through reporting. For example:

ds = Dataset.create(...) ds.add_files(...) ds.get_logger().report_media(...)

2 years ago
0 Hi Folks, What Is The Process To Get An Ml Algo/Engine Added To The List Of Integrations?

Is this something that the ClearML team could add? Would it be helpful to have a call?

FrustratingShrimp3 , I think you can open a github issue to request the new feature

3 years ago
0 Does Any One Know This Error While Running A Pipeline:

Is it possible the machines are running out of memory? Do you get this error on the pipeline controller itself? Does this constantly reproduce?

2 years ago
0 Hello Everyone! I Setup A Gcp Autoscaler On My Pro Saas Deployment But I Keep Getting This Error:

FierceHamster54 , please try re-launching the the autoscaler, the issue seems to be resolved now

3 years ago
0 Hi Everyone! I Have A Question Regarding Events-Training_Stats_Scalar-D1Bd92A3B039400Cbafc60A7A5B1E52B Index Its Size Is 93 Gb And It Initialises For 6 Hours. Can I Decrease Size Of This Index?

Hi @<1579280543999070208:profile|SourFly7> , this index holds scalars of some experiments. You can reduce it by deleting some experiments. Do you have any other large scalar indices?

2 years ago
0 Hi. I Am Trying To Install Clearml-Agent On The Remote Server On Aws. I Successfully Installed It To The Home Directory: Successfully Installed Attrs-20.3.0 Clearml-Agent-1.2.3 Distlib-0.3.4 Filelock-3.4.1 Furl-2.1.3 Idna-2.10 Orderedmultidict-1.0.1 Path

Basically the Agent automates the docker run command with everything that you need (this can become rather complex). You can see this in the third line of the console log:
` Executing: ['docker', 'run', '-t', '--gpus', 'all', '-l', 'clearml-worker-id=ip-172-31-28-179:0', '-l', 'clearml-parent-worker-id=ip-172-31-28-179:0', '-e', 'CLEARML_WORKER_ID=ip-172-31-28-179:0', '-e', 'CLEARML_DOCKER_IMAGE=nvidia/cuda:10.2-cudnn7-runtime-ubuntu18.04', '-e', 'CLEARML_TASK_ID=cdbfa9cda5ab4d86b012a87...

3 years ago
0 If I Clone A Task, I Suppose All Artifacts Are Not Cloned With It, Even If They Are Registered, Right?

Hi UnevenDolphin73 , yes this is correct. Artifacts are outputs so they are all removed during a clone or reset

3 years ago
0 Also (Unrelated), I Noticed That After The Upgrade To Clearml Server 1.2.0, The Aws (Minio) Credentials Are Not Saved/Used. It Keeps Asking For Them Whenever I Switch To Debug Samples.

UnevenDolphin73 , I've encountered a similar issue with s3. I believe it's going to be fixed in the next release 🙂

3 years ago
0 Hello, Is There A Way For The Clearml Agents To Check For Repository Changes Recursively? Eg, Our Source Is Broken In Serveral Different Submodules, Clearml'S Automatic Diffs Only Work In The Entrypoint Repo

ShakyJellyfish91 , Hi!

If I understand correctly you wish for the agent to take the latest commit in the repo while the task was ran at a previous commit?

4 years ago
0 Hello Everybody, I Am Using Clearml Self-Hosted. Is There A Way To Run Multiple Clearml Instances (Multiple Webservers, Apiservers And Fileservers) But With A Shared Databases (Elastic, Mongo)? Elasticsearch Requires A Lot Of Ram And It Would Be An Overki

I would suggest considering a Scale/Enterprise license. The amount of time you would be wasting in man hours on managing, doing hacks and patches on this and various other capabilities would most likely cost you in the long run much more than a license. Not to mention the dedicated support and other features you would be receiving.

2 years ago
0 What Determines The Value Of User? (See Screenshot) Right Now All My Teammates' Experiments Show Up Under My Own User Name. Thanks

You can edit the mongodb manually (strongly suggest against) to change users of experiments. Besides that, I'm afraid not. Each user would have to create separate credentials for themselves under their own user in the system.

A suggestion I might have is using the 'Description' field to write down the relevant user manually and adding that as a column in your view. The small cogwheel near the top right (next to the refresh button) will give you the option to add that column.

Hope this helps...

4 years ago
0 Hi, Is There A Way To Get The Plot That Exists In The Tab Results->Scalars Into My Notebook ?

ShinyLobster84 , sorry for the delay, had to look into it 🙂

Please try task.get_reported_scalars()

4 years ago
0 Hi! I Developed Clearml Pipeline As Python Package (

I think you would need to add some 'pre' steps. So you would want to build the package from the repository ( python setup.py bdist_wheel ) and then you can either install it manually via the startup script OR add it as a requirement using the following syntax in requirements file:///srv/pkg/mypackage

3 years ago
0 Hi Everyone! When I Execute

You can also use Task.force_requirements_env_freeze to freeze an exact copy of your environment.
None

2 years ago
0 Hi Everyone! When I Execute

Hi @<1540867420321746944:profile|DespicableSeaturtle77> , what didn't work? What showed up in the experiment? What was logged in the installed packages?

2 years ago
0 Clearml Provides Api'S To Create Pipelines And Deploy Models ?

Hmmmmm do you have a specific usecase in mind? I think pipelines are created only through the SDK but I might be wrong

3 years ago
0 Can we _temporarily_ disable the autologging feature? (specifically for `matplotlib`?)

Hi @<1523701083040387072:profile|UnevenDolphin73> , I think you can play with the auto_connect_frameworks parameter of Task.init()
None

2 years ago
0 Hi, In My Code I Have Some Functions I Call From A Different Folder From My Original Project But Is In The Same Repository, When I Run The Following Code Locally:

Hi @<1523701295830011904:profile|CluelessFlamingo93> , when running remotely the agent assumes it will be a different machine. I think the best way to solve this is to add utils to your repository and import it from there during code execution.

What do you think?

2 years ago
Show more results compactanswers