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
ManiacalLizard2
Moderator
31 Questions, 239 Answers
  Active since 05 June 2023
  Last activity one month ago

Reputation

0

Badges 1

92 × Eureka!
0 Votes
1 Answers
868 Views
0 Votes 1 Answers 868 Views
Hi, with a given task ID, how do I get all the information of the tab "INFO" in the Python SDK ? I struggle to find that in the doc None
one year ago
0 Votes
8 Answers
1K Views
0 Votes 8 Answers 1K Views
Also from the python sdk, is there a way to specify the clearml.conf file to use ? Like the equivalent of --config-file for cleaml-agent ?
one year ago
0 Votes
1 Answers
1K Views
0 Votes 1 Answers 1K Views
From the python code point of view, how do you detect if it is running locally or via clearml-agent ?
one year ago
0 Votes
3 Answers
1K Views
0 Votes 3 Answers 1K Views
Hi. We have Task that generate trained model in pth but our downstream pipeline is using omnx file and an custom generated yaml file. Currently, when the tra...
one year ago
0 Votes
1 Answers
977 Views
0 Votes 1 Answers 977 Views
Hi team, how to you use MicroMamba and pip together with ClearML ?
one year ago
0 Votes
18 Answers
1K Views
0 Votes 18 Answers 1K Views
one year ago
0 Votes
4 Answers
1K Views
0 Votes 4 Answers 1K Views
one year ago
0 Votes
2 Answers
736 Views
0 Votes 2 Answers 736 Views
Just want to post it here before raising a github issue: there seems to be a regression bug since clearml 1.13.0 where out training in GPU is 2x slower in ou...
9 months ago
0 Votes
15 Answers
1K Views
0 Votes 15 Answers 1K Views
Is there a way to tell the agent to use a specific venv pre installed ? Like the one already installed in the developer PC and the agent is running inside th...
one year ago
0 Votes
0 Answers
1K Views
0 Votes 0 Answers 1K Views
one year ago
0 Votes
2 Answers
1K Views
0 Votes 2 Answers 1K Views
Do you have a documentation about how ClearML detect required python package ? In my case, I use mamba env and clearml seems to be mis-detect some packages ....
one year ago
0 Votes
2 Answers
1K Views
0 Votes 2 Answers 1K Views
Experiment Environment Containers Tutorial : I create a docker image with: $ clearml-agent build --id d8162747eb2d4453bba9778851d1e120 --docker --target new_...
one year ago
0 Votes
1 Answers
950 Views
0 Votes 1 Answers 950 Views
Is there a way for clearml to assign semantic version to model automatically like mlfow does?
one year ago
0 Votes
5 Answers
594 Views
0 Votes 5 Answers 594 Views
I have weird issue with clearml agent: when queue a job for a second time on the same agent, it get Executing task id [43cc0c9e1f794f53a148bde3fff03cc9]: rep...
8 months ago
0 Votes
9 Answers
1K Views
0 Votes 9 Answers 1K Views
I am struggling a bit to understand the use case of a pipeline: Let say you have step1 -> step2 -> step3 What is the point to use pipeline feature versus hav...
one year ago
0 Votes
2 Answers
229 Views
0 Votes 2 Answers 229 Views
3 months ago
0 Votes
4 Answers
698 Views
0 Votes 4 Answers 698 Views
@<1523701087100473344:profile|SuccessfulKoala55> I just saw the new release of the agent 1.8.1 : None > Fix git pulling on cached invalid git entry. On error...
7 months ago
0 Votes
13 Answers
465 Views
0 Votes 13 Answers 465 Views
Question about Pipeline : my setup is as follow: - Step1: train_foo.py (which import config from other .py) => generate a model.pt - Step2: gen_bar.py + mode...
6 months ago
0 Votes
11 Answers
687 Views
0 Votes 11 Answers 687 Views
How to use ZScaler (or custom certificate) with ClearML ? I installed the ZScaler certificate into the OS system. curl is happy with it. boto3 too but then c...
11 months ago
0 Votes
2 Answers
1K Views
0 Votes 2 Answers 1K Views
We have deployed our own ClearML server in Azure. We have 2 separate address for the api and web server. Both serving at port 443 In the local PC config file...
one year ago
0 Votes
4 Answers
1K Views
0 Votes 4 Answers 1K Views
I had a good look at all the introduction video on youtube and had some questions. Context: if we are going to deploy and maintain ClearML servers our self i...
one year ago
0 Votes
10 Answers
2K Views
0 Votes 10 Answers 2K Views
How to tell clearML server to use cloud storage (Azure)? I have a clearML server deployed with docker-compose. As per instruction here , I added the file /op...
one year ago
0 Votes
4 Answers
1K Views
0 Votes 4 Answers 1K Views
What are project default output ? That the default output_uri set on the server side ? Can I use azure blob storage ?
one year ago
0 Votes
10 Answers
1K Views
0 Votes 10 Answers 1K Views
Another questions related to requirements.txt We use pip install with git commit. Eg: mylib @ When I do task.add_requirements("requirements.txt") I get # Pyt...
one year ago
0 Votes
5 Answers
861 Views
0 Votes 5 Answers 861 Views
Hi, in our use case, we use multiple github repo from our organization as dependent package. The issue is that github allow only one uniq ssh deploy key per ...
11 months ago
0 Votes
6 Answers
124 Views
0 Votes 6 Answers 124 Views
Hi. from Python, Is there away to check how many worker is there in a given queue ?
one month ago
0 Votes
5 Answers
1K Views
0 Votes 5 Answers 1K Views
one year ago
0 Votes
6 Answers
788 Views
0 Votes 6 Answers 788 Views
Hi, We have an agent running inside a Nvidia official container. The agent seems to see the GPU driver but the GPU count is 0 When I join that container, nvi...
10 months ago
0 Votes
4 Answers
1K Views
0 Votes 4 Answers 1K Views
clearnl failed to detect custom packages livsdk installed from git. I have a dev venv where I start initial clearml task. In this dev venv, I have custom pac...
one year ago
0 Votes
1 Answers
1K Views
0 Votes 1 Answers 1K Views
Security issue: I have deployed a clearml server on prem with docker. I set the user credential in /opt/clearml/config/apiserver.conf That work fine: you nee...
one year ago
Show more results questions
one year ago
0 I Am Trying To Run One Agent On My Local Machine And One Agent On A Vm

because when I was running both agents on my local machine everything was working perfectly fine

This is probably you (or someone) had set up ssh public key with your git repo sometime in the past

one year ago
0 Experiment Environment Containers Tutorial : I Create A Docker Image With:

even it's just a local image ? You need a docker repository even if it will only be local PC ?

one year ago
0 Hello! I'M Trying To Figure Out How To Deploy A Scheduled Pipeline. I Have A Sample Pipeline Here

normally, you should have a agent running behind a "services" queue, as part of your docker-compose. You just need to make sure that you populate the appropriate configuration on the Server (aka set the right environment variable for the docker services)
That agent will run as long as your self-hosted server is running

one year ago
one year ago
0 Another Quick Question About Fileservers And Clearml-Agent: Clearml-Agent Seems To Ignore The Output Destination Set In The Task Config

but afaik this only works locally and not if you run your task on a clearml-agent!

Isn;t the agent using the same clearml.conf ?
We have our agent running task and uploading everything to Cloud. As I said, we don;t even have file server running

one year ago
0 Hi Everyone!! Is Clearml Multi Gpu Support. I Have 2 Machines. Each Machine Have 2 A100 Gpu. Do We Have Any Option To Run Workload In These Gpu. Same Time Like Virtually. Do We Have The Support??

if you have 2 agent serving the same queue and then send 2 task to that queue, each agent should take one task
But if you queue sequentially one task then wait until that task to finish and queue the next: then it will be random which agent will take the task. Can be the same on from the previous task
Are you saying that you have 1 agent running task, 1 agent sitting idle while there is a task waiting in the queue and no one is processing it ??

one year ago
0 Another Quick Question About Fileservers And Clearml-Agent: Clearml-Agent Seems To Ignore The Output Destination Set In The Task Config

so in your case, in the clearml-agent conf, it contains multiple credential, each for different cloud storage that you potential use ?

one year ago
0 I Am Trying To Run One Agent On My Local Machine And One Agent On A Vm

I use ssh public key to access to our repo ... Never tried to provide credential to clearml itself (via clearml.conf ) so I cannot help much here ...

one year ago
0 I Have Set

Please refer to here None
The doc need to be a bit clearer: one require a path and not just true/false

8 months ago
0 Hello, I Am Struggling Understanding The Docs And Hope I Can Get A Quick Answer Here: Is It Possible To Utilise Multiple Gpus In Parallel For Hyperparameter Optimization For The Same Base Experiment Without The Pro Plan? I Started An Agent With Clearml-Ag

what about having 2 agents, one on each GPU, on the same machine, serving the same queue ? So that when you enqueue, which ever agent (thus GPU) available will take the new task

one year ago
0 Hi All, I Have Deployed A Clearml Server With Docker To One Of Our Local Machine. I Had Set Up The Filesserver Folder As Mount Point To The Cloud. How Easy Is It To Migrate Our Existing Experiments Later On To A Clearml Server That We Deploy In The Cloud

Oh, I was assuming you are passing the entire DB backups to the cloud.

Yes, that is what I want to do.
So I need to migrate both the MongoDB database and elastic search database from my local docker instance to the equivalent in the cloud ?

one year ago
0 Can Anyone Recommend A Good Workflow For

Without clearml-session, how one could set this up ?? I cannot find any documentation/guide on how to do this ... The official doc seems to say: you start a code server that then connect to vscode.dev Then from your laptop, you go to vscode.dev in order to access to your code server. Is there anyway you do this but without going to vscode.dev ???

one year ago
Show more results compactanswers