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 3 months ago

Reputation

0

Badges 1

30 × Eureka!
0 Votes
8 Answers
722 Views
0 Votes 8 Answers 722 Views
one year ago
0 Votes
5 Answers
689 Views
0 Votes 5 Answers 689 Views
one year ago
0 Votes
1 Answers
613 Views
0 Votes 1 Answers 613 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...
11 months ago
0 Votes
3 Answers
377 Views
0 Votes 3 Answers 377 Views
6 months ago
0 Votes
3 Answers
763 Views
0 Votes 3 Answers 763 Views
one year ago
0 Votes
4 Answers
711 Views
0 Votes 4 Answers 711 Views
one year ago
0 Votes
3 Answers
238 Views
0 Votes 3 Answers 238 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...
4 months ago
0 Votes
2 Answers
255 Views
0 Votes 2 Answers 255 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...
5 months ago
0 Votes
5 Answers
349 Views
0 Votes 5 Answers 349 Views
5 months ago
0 Votes
6 Answers
678 Views
0 Votes 6 Answers 678 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
6 Answers
697 Views
0 Votes 6 Answers 697 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
3 Answers
600 Views
0 Votes 3 Answers 600 Views
one year ago
0 Votes
1 Answers
183 Views
0 Votes 1 Answers 183 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...
3 months ago
0 Votes
2 Answers
725 Views
0 Votes 2 Answers 725 Views
one year ago
0 Votes
2 Answers
587 Views
0 Votes 2 Answers 587 Views
one year ago
0 Votes
1 Answers
639 Views
0 Votes 1 Answers 639 Views
one year ago
0 Hi, I Am Trying To Use The Clearml-Agent In Docker Mode To Run An Experiment, But It Seems To Fail Passing The Clearml.Conf File To The Docker Container:

JitteryCoyote63 CostlyOstrich36 want to echo the statement that documentation should warn against the snap installation of docker.

I also want to highlight that the snap installation has major problems when it comes to volume mounting of priviliged paths etc. On my baremetal instance, even the docker-compose up started having problems which was resolved only when I switched to the docker documentation's installation.

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> I have also tried using the API reference listed None to unregister a worker. However, it goes unregistered for a few seconds and comes back up on the UI. The Post request returns with a 200 response and says that the job is done.
image

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

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.

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 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.

3 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>

5 months 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

Great question!
Actually I was wondering if ClearML had that integration possible from clearml-agent daemon requesting for temporary injection of required credentials from API-server which then requests Secret Manager. How does the Enteprrise version of ClearML currently do it when it has its own vault?

5 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.

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

@<1523701070390366208:profile|CostlyOstrich36> any thoughts?

4 months 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)
4 months ago
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
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 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 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

@<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
Show more results compactanswers