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
OddShrimp85
Moderator
34 Questions, 59 Answers
  Active since 10 January 2023
  Last activity 29 days ago

Reputation

0

Badges 1

53 × Eureka!
0 Hi, Is There A Way To List All Agents Running In A Host, I Do Not Find Relevant One In Clearml-Agent -H.

Yes. But I not sure what's the agent running. I only know how to stop it if I have the agent id

one year ago
0 Hello! I'Ve Set Sdk.Aws.S3.Verify To False, But Im Still Getting [Ssl: Certificate_Verify_Failed]. I'Ve Added Two Prints, One For

I not very sure tbh. Just want to see if this is useful....

I got SSL error few days back and I solved it by adding cert to /etc/ssl/certs and perform update-ca-certificates .

export REQUESTS_CA_BUNDLE=/etc/ssl/certs/ca-certificates.crt

Add this. Note that verify might not work with sdk.aws.s3.verify but sdk.aws.s3.credentials . Pls see the attached image.

Example:
aws {
s3 {
credentials: [
{
` ...

one year ago
0 Hi Guys, I Have Been Pondering How Does Clearml Generate The "Installed Packages" List. I Triggered My Training Through Machine A (With Some Python Packages) And The Actual Training Is Done In A Docker Container (With Both Global Packages + Packages Insta

Example i build my docker image using a image in docker hub. In this image, i installed torch and cupy packages. But when i run my experiment in this image, the packages are not found.

Yes, I ran the experiment inside.

2 years ago
0 Hi, I Am Running Clearml Agent Using Sdk. When I Run A Remote Job On This Clearml Agent, The Venv Setup Is Totally Based On My Requirements.Txt Instead Of Adding On To What The Image Has Before. Why?

By the way, how can I start up the clearml agent using the clearml-agent image instead of SDK? Do u have an example of the docker run command that includes the queue, gpus etc?

one year ago
0 Hello Guys, I Understand We Can Add Some Scripts For Clearml-Agent To Execute Prior To The Task. Is It Possible To Add Scripts To Run After The Task?

Yup, was thinking of bash script.

The intent is to generate some outputs from the clearml task and thinking probably to package it into a docker image for ease of sharing to others that are not plug into our network and able to run the image directly.

one year ago
0 Any Plans To Add Unpublished State For Clearml-Serving?

I guess we need to understand the purpose of the various states. So far only "archive, draft, publish". Did I miss any?

2 years ago
0 I Have Uploaded Dataset In Clearml With

Hi @<1523701070390366208:profile|CostlyOstrich36> , basically

  • I uploaded dataset using clearml Datasets. The output_uri is pointed to my s3, thus the dataset is stored in s3. My s3 is setup with http only.
  • When I retrieve the dataset for training, using Dataset.get() , I encountered ssl cert error as the url to retrieve data was https://<s3url>/... instead of s3://<s3url>/... which is http. This is weird as the dataset url is without https.
  • I am not too sure why and I susp...
one year ago
0 Hello Guys, Not Sure If This Is The Right Place To Ask About Clearml Serving. May I Know If An Updated Readme Will Be Released Soon? I Did Not Manage To Get Clearml Serving Work With My Own Clearml Server And Triton Setup.

Thanks AgitatedDove14 . Specifically, I wanted to use my own clearml server and Triton. Thus, I attempted to use --engine-container-args during launch but error saying no such flag. Looked into --help but I guessed it is not updated yet.

3 years ago
0 Hello Guys, Not Sure If This Is The Right Place To Ask About Clearml Serving. May I Know If An Updated Readme Will Be Released Soon? I Did Not Manage To Get Clearml Serving Work With My Own Clearml Server And Triton Setup.

And just a suggestion which maybe I can post in GitHub issue too.
It is not very clear what are the purpose of the project name and name, even after I read the --help. Perhaps this is something that can be made clearer when updating the docu?

3 years ago
0 Hello, There Is A Means To Export / Import Task Using Task.Export_Task, Task.Import_Task. Is There A Way To Preserve The Task Id When We Bring This Task From One Clearml Server To Another? Both Clearml Server Are Not Connected.

Thanks AgitatedDove14 and TimelyMouse69 . The intention was to have some traceability between the two setups. I think the best way is to enforce some naming convention (for project and name) so we can know how they are related? Any better suggestions?

one year ago
0 Hi Guys, I Have My Experiment Running On Setup A. However I Need These Experiments Params And Output In Setup B For Comparison. Both Setup Are Not Linked. Anyway For Me To Copy The Outputs And Load It In Setup B Clearml?

Ah I think I was not very clear on my requirement. I was looking at porting project level, not entire clearml data over. Is it possible instead?

2 years ago
0 Hi Guys, I Have Been Pondering How Does Clearml Generate The "Installed Packages" List. I Triggered My Training Through Machine A (With Some Python Packages) And The Actual Training Is Done In A Docker Container (With Both Global Packages + Packages Insta

Hello CostlyOstrich36 I am facing an issue now. basically i installed all necessary python packages in my docker image. But somehow, the clearml-agent does not seems to be able to detect these global packages. I don't see them in the "installed packages". Any advice?

2 years ago
0 Hello, May I Ask If There Is A Means To Export Dataset In One Clearml Setup And Import To Another Clearml Setup?

CostlyOstrich36 I mean the dataset object in clearml as well as the data that is tied to this object.

The intent is to bring over to another clearlml setup and keep some form of traceability.

one year ago
0 Hi, Is There A Way To Pull Clearml Datasets To A Mounted Pv Instead Of The Pod'S Local Directory.

I have yet to figure out how to do so, would appreciate if u could give some guidance

one year ago
0 Hello, I Have A Trained Model (Saved As

I figured out that it maybe possible to do these
experiment_task = Task.current_task()
OutputModel(experiment_task ).update_weights(' http://model.pt ') to attach it to the ClearML experiment task.

one year ago
0 Hi Did Anyone Encounter

Is there a way to troubleshoot further?

one year ago
0 Hi, Is There A Way To List All Agents Running In A Host, I Do Not Find Relevant One In Clearml-Agent -H.

Yup. But I happened to reinstall my server and the data is lost. And the agent continue running.

one year ago
0 Hi, Is There A Way To Pull Clearml Datasets To A Mounted Pv Instead Of The Pod'S Local Directory.

By the way, will downloading still happen if the datasets is available in the cache folder? Any specific settings to add to Dataset.get_local_copy()?

one year ago
Show more results compactanswers