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

Reputation

0
0 Hi Everyone, I Just Started Learning Clearml. My Goal Is To Create A Task And Connect My Jupter Notebook On Clearml. However, I’Ve Tried Clean Cookies, Uninstall Clearml And Restart My Computer, It Still Shows

AlertCrow40 Hi!

How are you trying to connect to your jupyter notebook, can you provide a snippet? What version of clearml are you using?

3 years ago
0 Hi! Would Love Assistance On The Following: I'M Getting

Hi @<1523703012214706176:profile|GorgeousMole24> , I'm not sure about the exact definition, but I think when the script finishes running or the thread that started Task.init() finishes.

2 years ago
0 Sorry For The Barrage Of Questions. I Can'T Seem To Figure Out How Best To Get A Python Script I Need To Run On An Agent. I Have An Agent Listening To The Default Queue And I Also Have The Script That I Need To Run On The Agent. Can You Guide Me On How To

VexedCat68 , this is really simple ! 🙂

Add from clearml import Task and task=Task.init() to your script Run the script In the UI: Clone the experiment by right clicking it and selecting clone (or from the hamburger menu) Enqueue experiment in UI: Right click on the experiment and select enqueue 🙂

3 years ago
0 Hello Everyone! Can I Hide Some Fields Of My Config File For Task In Ui. I Log File With

Hi ComfortableShark77 ,

So if I understand correctly you'd like the values of the configurations hidden when viewing in the UI?

3 years ago
0 Hello, I Was Wondering About The Billing Options For The Clearml Pro Plan. Could You Let Me Know If There Are Options For Monthly Or Yearly Payments?

Hi @<1634001106403069952:profile|DefeatedMole42> , the Pro plan is monthly payment according to usage. You can find more information here - None

10 months ago
0 Hello, Deploy Clearml In Docker And Train A Yolov8 Model, Finish Train, In Plots No Pics Show,So Why

Hi @<1762286410452176896:profile|ExcitedFrog68> , if you open dev tools (F12) do you see any console errors?

10 months ago
0 Hi, I Logged My Params To Clearml Like This:

Also, did you run task.init() and task.connect()

3 years ago
0 Hi All, I Have A Problem That I Couldn'T Figure On My Own ,I Will Be Happy For Help On This Issue! I Run On Linux With A "Father" Script That Creates A Subprocess, Calls Task.Init To Create A Task, Then Save Some Metrics And Then Close The Task (Few Time

The sample script you posted runs fine on server 1.6.0. I did however comment out from machine_learning.clearml_client import Task and used from clearml import Task

Can you please try with the regular import?

3 years ago
0 Started Using The Integrated Gcp Autoscaler To Avoid Some Problems We Had. For Some Reason The Instances Doesn'T Have A Gpu Although Specifically Defined In The Ui. How Come? (Not Using Any Docker Container For The Agents)

Hi EmbarrassedSpider34 , what do you get in the log of the experiment you're trying to run? Or do you look at it at the level of the GCP console?

3 years ago
0 Clearml Agent Cant Download Packages With Recent Version Numbers. I'Ve Already Had To Deprecate Many Packages Like Matplotlib. And I'M Still Not Done. Every Time I Deprecate A Package, Theres A New Version Issue With A New Package. Please Help. Am I Missi

In the installed packages, try removing the version for imageio (Is this a private package?). This looks like the environment (OS/Python version) doesn't support the specific package OR the package is inside a private artifactory

2 years ago
0 Hi All, Is There An Easy Way To Ping The Server Programatically? I'M Just Trying To See What Is The Default Server That Is Set, And Is It Responsive

DepressedChimpanzee34 , Damn that's a shame. Then it means that to use the endpoint you'll need to implement some network communication in python (something like curl through python)
I found another one that might help:
client.session.get_clients()
This will return the clearm and server versions. This should be validation enough if server is up or not.

However I'd suggest implementing some sort of ability to send POST api calls via your script.

3 years ago
3 years ago
0 Hello! My Workers Utilization Is Empty And Not Showing Any Graphs. Do You Know How I Can Troubleshoot This?

Hi @<1734020162731905024:profile|RattyBluewhale45> , are they running anything? Can you see machine statistics on the experiments themselves?

one year ago
0 Hi All, Is There An Easy Way To Ping The Server Programatically? I'M Just Trying To See What Is The Default Server That Is Set, And Is It Responsive

DepressedChimpanzee34 , what is the url like?
The url should be something like https://<WEBSITE>.<DOMAIN>/v2.14/debug/ping

3 years ago
0 Hi All, Two Questions:

That's an option This really depends on your usage - if you want those 'custom parameters' be accessible by other tasks, then save them as artifacts. If you only want visibility - then save them as scalars. You have a nice example on usage here: https://github.com/allegroai/clearml/blob/master/examples/reporting/scalar_reporting.py

3 years ago
0 Hello! Any Plans On Supporting Dev Containers In Clearml-Sessions ?

Hi @<1523702307240284160:profile|TeenyBeetle18> , what do you mean by dev containers?

10 months ago
0 Hello, I Have An Issue With Self Hosted Clearml Server, Everything Was Running Find But Since Today I Get The Following Error:

Hi @<1582904448076746752:profile|TightGorilla98> , can you check on the status of the elastic container?

2 years ago
2 years ago
0 I Have A Question. If I Do A Training On A Cloud Instance For Example The Models Are Saved There First. This Is The Path That Is Also Logged In The Clearml As Model Url. However, After The Training The Resulting Model Is Copied To A Central Fileserver And

GreasyPenguin14 Hi!

If I understand you correctly, you would have to change the url's of the models yourself so they would point to the now downed instances.

You can also use the following setting:
sdk.development.default_output_uri: "SOME_URL"
in your ~/clearml.conf to set it to send the models anywhere you want them to go from the get go 🙂

Is that helpful?

3 years ago
0 What Is

MelancholyElk85 , did PipelineContoller._task.set_base_docker work?

3 years ago
0 Is There A Functionality To See The Dependency Structure Of Datasets? Or Has Anyone Written A Script For This?

EnormousWorm79 , Hi 🙂

What do you mean by dependency structure?

3 years ago
Show more results compactanswers