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

Reputation

0
0 How Does The

Hi ConvolutedSealion94 , can you please elaborate on what exactly you're trying to do? Also, I'm not sure Preprocess is part of ClearML

2 years ago
0 Hi All. What Is The Most Straightforward Way To Download All Experiment-Related Data (Configs, Scalars, Debug Samples Etc.) For One Experiment From Clearml Server (Self-Hosted)? I Want To Backup Some Chosen Experiments And Also Poke Around The Experimenta

Hi @<1529633475710160896:profile|ThickChicken87> , I would suggest opening developer tools (F12) and observing what api calls go out when going over the experiment object. This way you can replicate the api calls to pull all the relevant data. I'd suggest reading more here - None

one year ago
0 Using

WackyRabbit7 Hey, sorry for the delay 🙂 Hopefully I'll have an answer in a couple of hours

3 years ago
0 I Have The User/Pass Set Up On The

What OS are you on?

9 months ago
0 Hi All, I Would Like To Use Clearml-Serving To Serve Model Binaries (For Use In On-Device Deployment). Can Clearml-Serving Be Used To Serve That?

Hi @<1523701601770934272:profile|GiganticMole91> , I think for binaries and not just the model files themselves you would need to do a bit of tweaking

5 months ago
0 Is It Possible To Perform Debugging Operations With Pycharm Integration Using Remote Session?

That's an interesting question. I think it's possible. Let me check 🙂

3 years ago
0 Hi Everyone, I Have One Quick Question Regarding The Artifact Uploading. I See The Output Models From Training Are Stored Under The "Output Models" Section In Artifacts Tab, And If I Do Upload Other Artifacts Using .Upload_Artifact() Api, They Are Stored

I have tried

task.upload_artifact('/text/temp', 'temp.txt')

but it's not working (I can access the task, but as soon as I click artifacts tab, it shows 404 error).

Can you please elaborate on this? Can you please share a screenshot?

3 years ago
0 Hey Guys, Hope You Missed Me

My guess other agents are sitting on different machines, did you verify that the credentials are the same between the different clearml.conf files? Maybe @<1523701087100473344:profile|SuccessfulKoala55> might have an idea

2 years ago
0 In

What version of clearml are you using? Are you using the community server?

2 years ago
0 Any Tips Running My First Tasks In

Hi @<1787653555927126016:profile|SoggyDuck67> , can you please provide the full log of the run? Also, can you please add a screenshot of the 'execution' tab of the experiment? I assume the original experiment was ran on python 3.10?

8 months ago
0 Hi All, I Use Autoscalers In My Training Configuration, And I Have An Issue With Them.

I doubt that would be possible because it looks like the autoscaler versions are global
As a quick workaround you can launch the open source autoscaler until the no-docker capability is available again.
None

one year ago
0 Hi, I Am A Newbie Here And I Am Just Struggling With Some Chanllenges When I Self-Host The Clearml Server ( In Linux - Ubuntu 20.04 )

Hi @<1702130048917573632:profile|BlushingHedgehong95> , I would suggest the following few tests:

  • Run some mock task that uploads an artifact to the files server. Once done, verify you can download the artifact via the web UI - there should be a link to it. Save that link. Then delete the task and mark to delete all artifacts. Test the link again to see that it fails to delete
  • Please repeat the same with a dataset
one year ago
0 Hello Everyone! I Have Another Question

Hi @<1562610703553007616:profile|CloudyCat50> , how are you downloading the models?
If you just want to download them, you can use the StorageManager class to do that easily - None

Specifically this - None

one year ago
0 Hey Everyone Is There A Way To Have Metrics Upload To Default_Output_Uri Instead Of Fileserver? We'Re Self Hosting Clearml On Kubernetes And We'D Like To Completely Get Rid Of Fileserver And Have All Uploads (Metrics, Models, Artifacts Etc.) In One Place

Hi @<1845635622748819456:profile|PetiteBat98> , metrics/scalars/console logs are not stored on the files server. They are all stored in Elastic/Mongo. Files server is not required to use. default_output_uri will point all artifacts to your Azure blob

3 months ago
0 Hi! If I Have A Folder With Multiple

Did you verify the file's existence during the run?

3 years ago
0 Hi, Clearml Stores Models In The Following Format:

Hi, I think this is the default behavior but I think you can probably edit the source code ( output_uri parameter of Task.init would be a good lead).

In what format would you like it saved?

2 years ago
0 Hi Everyone, Quick Question: Is There Any Easy Way To

Hi ScantChimpanzee51 , I think you can get it via the API, this sits on task.data.output.destination retrieve the task object via API and play with it a bit to see where this sits 🙂

2 years ago
0 Hi Everyone, I Am Having A Few Problems With The Ui: 1. I Uploaded An Optimization Task Yesterday - And I See It Running, But The Hyper-Parameter Optimization App Disappeared From The Ui. I Managed To Access It Only In An Indirect Way - Through The Worker

AbruptWorm50 , you can send me. Also can you please answer the following two questions?
When were they registered? Were you able to view them before?Also, you mention plots but in the screenshot you show debug samples. Can I assume you're talking about debug samples?

3 years ago
Show more results compactanswers