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
SlimyElephant79
Moderator
16 Questions, 36 Answers
  Active since 10 January 2023
  Last activity 6 months ago

Reputation

0

Badges 1

30 × Eureka!
0 Votes
1 Answers
766 Views
0 Votes 1 Answers 766 Views
Hey folks, probably asking a loaded question here, but what does a CI/CD pipeline with ClearML being used simultaneously look like? If I am using Github acti...
one year ago
0 Votes
6 Answers
823 Views
0 Votes 6 Answers 823 Views
Hey folks, trying to use the Model class from the clearml SDK and seeing some weird errors. I am loading a model this way and trying to see a metadata value ...
one year ago
0 Votes
2 Answers
375 Views
0 Votes 2 Answers 375 Views
Hi community, when I configure a ClearML client to S3 storage backend instead of the default file server, I assume that the connection to the S3 backend happ...
8 months ago
0 Votes
6 Answers
799 Views
0 Votes 6 Answers 799 Views
Hey folks, when I am running the experiments, I currently do not see the console logs coming up for the experiment runs. I am using logger.report_text(messag...
one year ago
0 Votes
3 Answers
350 Views
0 Votes 3 Answers 350 Views
Hey folks, just wanted to highlight something weird in our ClearML pipeline usage: - When we try to run a pipeline locally using pipe.start_locally() , the p...
7 months ago
0 Votes
2 Answers
729 Views
0 Votes 2 Answers 729 Views
one year ago
0 Votes
1 Answers
332 Views
0 Votes 1 Answers 332 Views
Hello folks, I am trying to run ClearML pipeline on an edge device and want to have control over my logging by only pushing stderr logs. I see that I can set...
6 months ago
0 Votes
3 Answers
913 Views
0 Votes 3 Answers 913 Views
one year ago
0 Votes
8 Answers
865 Views
0 Votes 8 Answers 865 Views
one year ago
0 Votes
5 Answers
828 Views
0 Votes 5 Answers 828 Views
one year ago
0 Votes
2 Answers
879 Views
0 Votes 2 Answers 879 Views
one year ago
0 Votes
3 Answers
490 Views
0 Votes 3 Answers 490 Views
9 months ago
0 Votes
3 Answers
717 Views
0 Votes 3 Answers 717 Views
one year ago
0 Votes
4 Answers
873 Views
0 Votes 4 Answers 873 Views
one year ago
0 Votes
5 Answers
495 Views
0 Votes 5 Answers 495 Views
8 months ago
0 Votes
1 Answers
796 Views
0 Votes 1 Answers 796 Views
one year ago
0 Hey All, We Have A Self-Hosted Clearml Server, Today We Launched ~40 Workers To Run Training Jobs On Our Queue, However We Started Getting Errors With Elasticsearch Connection Pool Being Full, And Subsequent Timeouts And Failed Tasks. Each Training Task

I'd like to understand this as well. I moved my data & model versioning to AWS S3. So, can I get rid of the fileserver? Can I use Cloudwatch to work with logs rather than (what I assume is being done by) Elasticsearch?

9 months ago
0 Hello Folks, I Am Trying To Run Clearml Pipeline On An Edge Device And Want To Have Control Over My Logging By Only Pushing

Hi @<1523701070390366208:profile|CostlyOstrich36> , sorry to tag you directly. Is this something that you have clarity on? Our team currently has an exploration where we are trying to see how we can optimize the pipeline we've already defined for the edge device.

6 months ago
0 Hi, Is There A Way Through Which I Can Visualize Coco Annotated Dataset On The Clearml Dashboard

DistinctShark58 I don't think Hyper Datasets is available in self-hosted ClearML community. Correct me if I am wrong.

one year ago
0 Hey Folks, Just Wanted To Highlight Something Weird In Our Clearml Pipeline Usage:
  • Yes, in this scenario both the Agent & the code were present in the same machine
  • The queue being assigned to default was something we had changed after some debugging, yes.
  • We verified from the ClearML UI that the queue that the task is being assigned to wasn't default.
  • The pipeline only worked through remote execution when the entrypoint script was in the root of the git repo (which kept getting picked up as the working directory)
7 months ago
0 Hey Folks, When I Am Running The Experiments, I Currently Do Not See The Console Logs Coming Up For The Experiment Runs. I Am Using

@<1523701087100473344:profile|SuccessfulKoala55> for training experiments, I do see the scalars show the learning rate etc being picked up from the model training. They update real-time along with the scalars related to GPU & CPU monitoring that I showed above. However, the console doesn't show any sort of logs and just remains a blank screen

one year ago
0 Hey Folks, When I Am Running The Experiments, I Currently Do Not See The Console Logs Coming Up For The Experiment Runs. I Am Using

Other information about the experiments are visible, yes.

I do see plots, yes.
Scalars, sometimes I do and sometimes I don't. I am not reporting any scalars manually in my experiments. Whenever I do see scalars, it has been the monitoring values of CPU & GPU like below.
image

one year ago
0 Hey Folks, When Trying To Use The Git User & Password For My Clearml-Agent, I Received An Error Message Saying That Support For Cloning Using The User Password Is No Longer Supported. So, When I Changed The Clearml.Conf At ~/Clearml.Conf, I See That The A

Hey @<1523701087100473344:profile|SuccessfulKoala55> that was actually my first approach. I used the command clearml-agent daemon --stop <worker-id>
However, this is what I saw:
image

one year ago
0 Hey Folks, When Trying To Use The Git User & Password For My Clearml-Agent, I Received An Error Message Saying That Support For Cloning Using The User Password Is No Longer Supported. So, When I Changed The Clearml.Conf At ~/Clearml.Conf, I See That The A

For the people who are going to visit this thread later, what I found works is basically providing all the defining parameters of the clearml worker and then passing the arg --stop in the command.
Ex: sudo clearml-agent daemon --detached --queue gpu_default gpu_priority --gpus 0 --docker --stop
What didn't work for me: sudo clearml-agent daemon --stop <worker-id>

one year ago
0 Hi, I Have A Question Around The Storage Of Credentials For The Open-Source Version Of Clearml. I See From The Documentation That The Hashed Passwords For Web-Login Are Stored In One Of The Files In The Instance Where Clearml Is Hosted & That The Feature

But I think I want to clarify something here after re-reading your message. My question is whether the API server can read credentials or weblogin password, username from something like Secret Manager rather than using a local file like secure.conf or apiserver.conf.

8 months ago
0 Hey Everyone, I Am Trying To Run An Experiment By Enqueueing It To A Clearml Worker. I See This Error Coming Up For Most Of My Tasks Now. I Don'T Understand What I Need To Do To Get This Resolved? What Is The Solution/Documentation Page That I Need To Ref

hey CostlyOstrich36 I have shared the log file that prints out device IDs, credentials, endpoints, etc on personal chat to avoid sharing anything accidentally that I might not have identified as a security problem. I have retracted most of those things, but just wanted to be sure.

one year ago
0 Does Clearml Provides Free Self Hosting ?

Hi @<1532170113770328064:profile|DelightfulElephant81> , there is a self-hosted version of ClearML that has access to all of the community edition features. You can use docker-compose/Helm to run it on your server. If you want to self-host the server while needing paid features like HyperDatasets, RBAC, ClearML Serving etc, you can choose to have the enterprise version.
See this: None

one year ago
0 Hey Folks, When Trying To Use The Git User & Password For My Clearml-Agent, I Received An Error Message Saying That Support For Cloning Using The User Password Is No Longer Supported. So, When I Changed The Clearml.Conf At ~/Clearml.Conf, I See That The A

@<1523701087100473344:profile|SuccessfulKoala55> What would be the recommended command to delete/unregister an agent? None of the CLI commands seemed relevant to this operation other than the clearml-agent daemon --stop command that seems to only be stopping running instances of the agent and not unregistering it.

one year ago
0 Hey Folks, When I Am Running The Experiments, I Currently Do Not See The Console Logs Coming Up For The Experiment Runs. I Am Using

Hi @<1523701087100473344:profile|SuccessfulKoala55> this is what I see in the Settings page

  • WebApp: 1.8.0-254 • Server: 1.8.0-254 • API: 2.22
one year ago
0 Hey Folks, Trying To Use The Model Class From The Clearml Sdk And Seeing Some Weird Errors. I Am Loading A Model This Way And Trying To See A Metadata Value For The Model Object.

What is weird is that (I think?) it worked Friday when I used it for another model object. Not sure what is happening here.

one year ago
8 months ago
0 Crazy Idea:

Great start! I'm not sure if I'll be able to commit time during the hackathon, but I'd like to help with this extension once I have a leaner period at work. I hope this will be open-source & accept contributions @<1541954607595393024:profile|BattyCrocodile47>

8 months ago
0 Hey Folks, Trying To Use The Model Class From The Clearml Sdk And Seeing Some Weird Errors. I Am Loading A Model This Way And Trying To See A Metadata Value For The Model Object.

Sure @<1523701435869433856:profile|SmugDolphin23> . Thanks for the quick response.

Let me know if you need more information from me. I can add that information in a git issue if you want to track it that way.

one year ago
0 Hi, I Have A Question Around The Storage Of Credentials For The Open-Source Version Of Clearml. I See From The Documentation That The Hashed Passwords For Web-Login Are Stored In One Of The Files In The Instance Where Clearml Is Hosted & That The Feature

Hi @<1523701087100473344:profile|SuccessfulKoala55> , I'd like the Secret Manager to store the creds of the users & ClearML to utilize this instead of a file in a local directory. Or, we could also work with some options where the creds are stored within one of the databases that ClearML server already utilizes.
The AWS Secret Manager data would be within the accounts where we have set up the ClearML server in AMI/EC2 instances.

8 months ago
0 Hi Community, When I Configure A

Hi @<1523701070390366208:profile|CostlyOstrich36> , I took a look at the CLI & SDK documentation for the Dataset class, but it didn't look like I had an option to control the preview. Am I looking at the wrong place? Apologies if I missed something from the documentation.

8 months ago
0 Hey Folks, Just Wanted To Highlight Something Weird In Our Clearml Pipeline Usage:

@<1523701070390366208:profile|CostlyOstrich36> any thoughts?

7 months ago
Show more results compactanswers