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
28 Questions, 190 Answers
  Active since 05 June 2023
  Last activity 4 hours ago

Reputation

0

Badges 1

82 × Eureka!
0 Votes
0 Answers
555 Views
0 Votes 0 Answers 555 Views
8 months ago
0 Votes
10 Answers
781 Views
0 Votes 10 Answers 781 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...
11 months ago
0 Votes
4 Answers
586 Views
0 Votes 4 Answers 586 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...
11 months ago
0 Votes
2 Answers
568 Views
0 Votes 2 Answers 568 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 ....
11 months ago
0 Votes
1 Answers
512 Views
0 Votes 1 Answers 512 Views
Hi team, how to you use MicroMamba and pip together with ClearML ?
10 months ago
0 Votes
1 Answers
560 Views
0 Votes 1 Answers 560 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...
11 months ago
0 Votes
1 Answers
533 Views
0 Votes 1 Answers 533 Views
Is there a way for clearml to assign semantic version to model automatically like mlfow does?
11 months ago
0 Votes
4 Answers
504 Views
0 Votes 4 Answers 504 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...
9 months ago
0 Votes
11 Answers
202 Views
0 Votes 11 Answers 202 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...
3 months ago
0 Votes
3 Answers
578 Views
0 Votes 3 Answers 578 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...
10 months ago
0 Votes
6 Answers
200 Views
0 Votes 6 Answers 200 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...
2 months ago
0 Votes
1 Answers
405 Views
0 Votes 1 Answers 405 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
7 months ago
0 Votes
10 Answers
578 Views
0 Votes 10 Answers 578 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...
11 months ago
0 Votes
1 Answers
510 Views
0 Votes 1 Answers 510 Views
From the python code point of view, how do you detect if it is running locally or via clearml-agent ?
7 months ago
0 Votes
15 Answers
517 Views
0 Votes 15 Answers 517 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...
9 months ago
0 Votes
2 Answers
586 Views
0 Votes 2 Answers 586 Views
Experiment Environment Containers Tutorial : I create a docker image with: $ clearml-agent build --id d8162747eb2d4453bba9778851d1e120 --docker --target new_...
11 months ago
0 Votes
5 Answers
240 Views
0 Votes 5 Answers 240 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 ...
4 months ago
0 Votes
2 Answers
582 Views
0 Votes 2 Answers 582 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...
9 months ago
0 Votes
9 Answers
663 Views
0 Votes 9 Answers 663 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...
10 months ago
0 Votes
5 Answers
89 Views
0 Votes 5 Answers 89 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...
28 days ago
0 Votes
4 Answers
4 Views
0 Votes 4 Answers 4 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...
one day ago
0 Votes
4 Answers
692 Views
0 Votes 4 Answers 692 Views
What are project default output ? That the default output_uri set on the server side ? Can I use azure blob storage ?
11 months ago
0 Votes
5 Answers
486 Views
0 Votes 5 Answers 486 Views
7 months ago
0 Votes
18 Answers
666 Views
0 Votes 18 Answers 666 Views
11 months ago
0 Votes
8 Answers
549 Views
0 Votes 8 Answers 549 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 ?
7 months ago
0 Votes
3 Answers
86 Views
0 Votes 3 Answers 86 Views
Hi, I am using mmpretain and wondering how do ClearML integrate with it ? I used: Runner( ..., visualizer=dict(type='Visualizer', vis_backends=[dict(type='Cl...
29 days ago
0 Votes
4 Answers
503 Views
0 Votes 4 Answers 503 Views
7 months ago
0 Votes
2 Answers
146 Views
0 Votes 2 Answers 146 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...
one month ago
0 I Have Set

in my case using self-hosted and agent inside a docker container:
47:45 : taks foo pulled
[ git clone, pip install, check that all requirements satisfied, and nothing is downloaded]
48:16 : start training

9 days ago
0 Another Questions Related To

it is actually in the repo root folder.

11 months ago
0 Hi, I Am Using

Looks like it's because I did not do the mmpretrain way with dict config file ...

28 days ago
0 Can Anyone Recommend A Good Workflow For

wow , did not know that vscode have a http "interface" !!! Make kind of sense as vscode is just a Chrome rendering webpage behind the scene ?

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

@<1523701868901961728:profile|ReassuredTiger98> I found that you an set the file_server in your local clearml.conf to your own cloud storage. In our case, we use something like this in our clearml.conf:

api {
   file_server: "azure://<account>..../container"
}

All non artifact model are then store in our azure storage. In our self-hosted clearml setup, we don't even have a file server running alltogether

9 months ago
0 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 Having A Single Task That Do Those Steps One After Another ???

About the caching: how does it work ? ClearML maintain it own cache and monitor if any of you code changes? Even code that get change inside an import ?

10 months ago
0 Hi All

In the web UI, in the queue/worker tab, you should see a service queue and a worker available in that queue. Otherwise the service agent is not running. Refer to John c above

10 months 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 ?

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

(I never played with pipeline feature so I am not really sure that it works as I imagined ...)

7 months ago
0 Can Anyone Recommend A Good Workflow For

what is the difference between vscode via clearml-session and vscode via remote ssh extension ?

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

you should be able to use as many agent as you want.
On the same or different queue

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

11 months ago
0 I Have Set

normally when new package need to be install, it shows up in the Console tab

9 days ago
0 I Have Set

1.12.2 because some bug that make fastai lag 2x
1.8.1rc2 because it fix an annoying git clone bug

9 days ago
0 I Have Set

this bug: None

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

with ssh public key, if from a terminal, I can do git clone, then so do the clearml agent, as it run on behalf of an local user. That apply to both local and VM

7 months ago
0 Also From The Python Sdk, Is There A Way To Specify The Clearml.Conf File To Use ? Like The Equivalent Of

can you make train1.py use clearml.conf.server1 and train2.py use clearml.conf2 ?? In which case I would be intersted @<1523701087100473344:profile|SuccessfulKoala55>

7 months ago
0 Also From The Python Sdk, Is There A Way To Specify The Clearml.Conf File To Use ? Like The Equivalent Of

I understand for cleaml-agent
What I mean is that I have 2 self deployed server. I want to switch between the 2 config when running the code locally, not inside the agent

7 months ago
Show more results compactanswers