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, 4213 Answers
  Active since 10 January 2023
  Last activity 2 years ago

Reputation

0
0 I'Ve Been Seeing This Message And Similar Messages A Lot In Some Of My Tasks Lately... Any Ideas?

Hi ElegantCoyote26 , looks like connectivity issue. Are you running a self hosted server?

3 years ago
0 Hey Guys, Hope You'Re Having A Good Week

RobustRat47 , Hi!
Do you mean the task position in the queue?

4 years ago
0 Hey, I Am New With Clearml And Need Some Help

tasks being the steps of the pipeline itself

one year ago
0 Hello All, General Question - We'Re Currently Intend To Move Our Clearml Server From A Self-Hosted One To Using The Saas-Based Server, In Tandem With A Local Agent. We'D Like To Validate Two Stuff Before We Migrate Though -

Hi @<1710827340621156352:profile|HungryFrog27> , to answer your questions:

  • You can disable commit logging in your clearml.comf file - None
  • Not sure what you mean. Things that are logged on the server are console logs, scalars/metrics, configurations and execution information (git, branch, commit id and uncommitted changes). These are all saved in the backend. Can you elaborate to w...
9 months ago
0 Also, Does You Guys Support User Authentication? In The Documentation -

Hi @<1580367711848894464:profile|ApprehensiveRaven81> , I'm afraid this is only option for the open source version. In the Scale/Enterprise licenses there are SSO/LDAP integrations

2 years ago
0 Hello, Is It Possible To Migrate From A Domain Name To Another ? I Have Instanciated A Clearml Server With Domain Name Myclearml.Server Et A Data File Server With Domaine Name Myminio.Server And Some Data Scientists Used It. Now I Have Backuped The Data

No problem 🙂
Imagine that internally for an artifact that is saved in some address my-minio-host:9000/FILE
Internally ClearML keeps the link to the artifact as is. It doesn't matter where the ClearML backend is located/deployed since it will always be pointing to the same address. You could hack it around by doing changes on Mongo directly but I would strongly advise against it if you're not sure what you're doing

3 years ago
0 Hi, I Am New To Clearml: When I Run An Experiment In A Shell (Having A Single Line Of Task Definition) I Am Getting This Error:

ConvolutedSealion94 , what if you add a sleep time of 15-20 seconds to the end of the script? I'm guessing that your entire script is just
from clearml import Task task = Task.init()Correct?

3 years ago
0 Hi Everyone. I Have A Strange Problem With Pipelines: When I Start A Pipeline To Run In A Queue The Pipeline Is Stuck At The First Pipeline Component. That Is, The Pipeline Itself Is Started And Run (By The Worker Who Observes The Queue) Until The Point W

Hi @<1627478122452488192:profile|AdorableDeer85> , can you provide a code snippet that reproduces this?

What happens if you remove the run_locally() ?
And just making sure - the first pipeline step isn't even pushed into a queue? It remains in 'draft' mode?

one year ago
0 Hello! I Faced An Issue With Environment Variables With Remote Agent I Set The In Clearml.Conf In Section:

Yes, but then you need to manually inject those environment variables when running the agent

one year ago
0 Also, Any Advice On Using Best Practice Of Using Task.Create() Instead Of Task.Init()? I Have The Need Of Specifying Docker And Repository, So Only Find Task.Create() Can Achive What I Need. But Then I End Up With Always Creating 2 Scripts For Each Task I

Hi @<1797800418953138176:profile|ScrawnyCrocodile51> , You can set the repository using Task.set_repo - None

Although if you use Task.init it will automatically detect the repository from the script. If you don't want to execute the code on your machine you can use Task.execute_remotely - None

And finally, you can use `Task.set_base_do...

8 months 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
2 years ago
0 I Have A Question And I'M Not Sure If Anyone Is Clear On This. If I Want The Agent To Manage Dependencies Using Conda, And Install A New Environment Based On The Yaml File Output By

@<1718799873618219008:profile|FunnyPeacock68> , it appears that reading a yaml isn't supported. Currently only requirements.txt. I'd suggest opening a GitHub feature request for this capability!

one year ago
0 When Clearml Converts A

GiganticTurtle0 hi!

Do you have an example of your use case?

4 years ago
0 Hello! I'Ve Been Trying To Use Clearml For The First Time, But I Cannot Seem To Run The First Serving Model. First, I Run The Following In Powershell: >>> Clearml-Serving Create --Name "June Test" Log: Clearml-Serving - Cli For Launching Clearml Serving

So, I went to the link

in order to use it like Postman. Testing the API without using Python. It was ChatGPT that directed me there, and it is kind of a nice way to validate the API

I would ignore anything that ChatGPT says about ClearML (and most other things too)

5 months ago
0 Hi! From A Task Created Using

GiganticTurtle0 , I think this would be up your alley, there is a 'parent' parameter even 🙂

https://clear.ml/docs/latest/docs/references/sdk/task#taskget_tasks

4 years ago
0 Hi, I Have Started Learning Clearml And How To Use It. I Deployed Clearml And Clearml-Agent In A Kubernetes Cluster Using Helm Chart. Can Anyone Please Guide Me On How To Run An Ml Experiment Using Clearml-Agent Deployed In The Cluster? I Have Set The Arg

Hi @<1595587997728772096:profile|MuddyRobin9> , after you've ran an experiment locally, you can then go to the web UI, right click the experiment, click on clone and then enqueue the experiment to whatever queue is glued to k8s

2 years ago
0 If We Add Same Queue Multiple Workers, What Will Happen?? How It Will Work..

Hi @<1561885921379356672:profile|GorgeousPuppy74> , one of the workers will pull it and will start executing

2 years ago
0 Can I Get In Python The Name Of The Person Who Created A Given Task By Calling Some Method Of A Task?

UpsetTurkey67 Hi,
You can get the user id that created the task through this way:
from clearml import Task task=Task.init() #Fetching the Task object would also work user_id = task.data.user

3 years ago
0 Hi, Anyone Know How To Report Scalars With Tenserflow? Thanks

Do you mean reporting scalars with tensorflow OR having the reported tensorflow scalars show up on ClearML?

3 years ago
0 Hi There. I Run Example

Not sure what you mean, it looks like your experiment ran for 6 minutes.. Can you add the full log?

one year 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

This is part of the log - I'll need the entire thing 🙂
` ERROR: Could not find a version that satisfies the requirement ipython==7.33.0 (from -r /tmp/cached-reqssiv6gjvc.txt (line 4)) (from versions: 0.10, 0.10.1, 0.10.2, 0.11, 0.12, 0.12.1, 0.13, 0.13.1, 0.13.2, 1.0.0, 1.1.0, 1.2.0, 1.2.1, 2.0.0, 2.1.0, 2.2.0, 2.3.0, 2.3.1, 2.4.0, 2.4.1, 3.0.0, 3.1.0, 3.2.0, 3.2.1, 3.2.2, 3.2.3, 4.0.0b1, 4.0.0, 4.0.1, 4.0.2, 4.0.3, 4.1.0rc1, 4.1.0rc2, 4.1.0, 4.1.1, 4.1.2, 4.2.0, 4.2.1, 5.0.0b1, 5.0.0b2, 5...

3 years ago
Show more results compactanswers