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
30 Questions, 233 Answers
  Active since 05 June 2023
  Last activity one month ago

Reputation

0

Badges 1

88 × Eureka!
0 Votes
1 Answers
866 Views
0 Votes 1 Answers 866 Views
Is there a way for clearml to assign semantic version to model automatically like mlfow does?
one year ago
0 Votes
2 Answers
939 Views
0 Votes 2 Answers 939 Views
Experiment Environment Containers Tutorial : I create a docker image with: $ clearml-agent build --id d8162747eb2d4453bba9778851d1e120 --docker --target new_...
one year ago
0 Votes
4 Answers
595 Views
0 Votes 4 Answers 595 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...
6 months ago
0 Votes
1 Answers
960 Views
0 Votes 1 Answers 960 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
5 Answers
475 Views
0 Votes 5 Answers 475 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...
7 months ago
0 Votes
10 Answers
952 Views
0 Votes 10 Answers 952 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
11 Answers
567 Views
0 Votes 11 Answers 567 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...
10 months ago
0 Votes
13 Answers
347 Views
0 Votes 13 Answers 347 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...
4 months ago
0 Votes
15 Answers
903 Views
0 Votes 15 Answers 903 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
1 Answers
885 Views
0 Votes 1 Answers 885 Views
Hi team, how to you use MicroMamba and pip together with ClearML ?
one year ago
0 Votes
4 Answers
907 Views
0 Votes 4 Answers 907 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
0 Answers
967 Views
0 Votes 0 Answers 967 Views
one year ago
0 Votes
1 Answers
778 Views
0 Votes 1 Answers 778 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
959 Views
0 Votes 8 Answers 959 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
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
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
6 Answers
638 Views
0 Votes 6 Answers 638 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...
8 months ago
0 Votes
5 Answers
719 Views
0 Votes 5 Answers 719 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 ...
10 months ago
0 Votes
2 Answers
113 Views
0 Votes 2 Answers 113 Views
one month ago
0 Votes
18 Answers
1K Views
0 Votes 18 Answers 1K Views
one year ago
0 Votes
5 Answers
915 Views
0 Votes 5 Answers 915 Views
one year ago
0 Votes
3 Answers
462 Views
0 Votes 3 Answers 462 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...
7 months ago
0 Votes
4 Answers
903 Views
0 Votes 4 Answers 903 Views
one year ago
0 Votes
2 Answers
592 Views
0 Votes 2 Answers 592 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...
8 months 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
2 Answers
999 Views
0 Votes 2 Answers 999 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
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
10 Answers
1K Views
0 Votes 10 Answers 1K 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
3 Answers
938 Views
0 Votes 3 Answers 938 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
927 Views
0 Votes 1 Answers 927 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
0 Another Questions Related To

but then it still missing a bunch of library in the Taks (that succeed) > Execution > INSTALLED PACKAGES
So when I do a clone of that task, and try to run the clone, the task fail because it is missing python package 😞

one year ago
0 Another Questions Related To

interesting, the issue happen with mamba venv. Now I use a python native venv and it is detecting correctly

one year ago
0 Another Questions Related To

is task.add_requirements("requirements.txt") redundant ?
Is ClearML always look for a requirements.txt in the repo root ?

one year ago
0 Another Questions Related To

(I use ssh key to access to our git server in our private network)

one year ago
0 Another Questions Related To

it is actually in the repo root folder.

one year ago
0 Another Questions Related To

that format is correct as I can run pip install -r requirements.txt
using the exact same file

one year ago
0 Another Questions Related To

and in the train.py , I have task.add_requirements("requirements.txt")

one year ago
0 Another Questions Related To

Ok. Found the solution.
The importance is to use this:

Task.add_requirements("requirements.txt")
task = Task.init(project_name='hieutest', task_name='foo',reuse_last_task_id=False)

And not:

task = Task.init(project_name='hieutest', task_name='foo',reuse_last_task_id=False)
task.add_requirements("requirements.txt")
one year ago
0 I Have Set

from the logs, it feels like after git clone, it spend minutes without outputting anything. @<1523701205467926528:profile|AgitatedDove14> Do you know what is the agent suppose to do after git clone ?
I guess a check that all packages is installed ? But then with CLEARML_AGENT_SKIP_PYTHON_ENV_INSTALL=1, what is the agent doing ??

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

6 months ago
0 I Have Set

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

6 months ago
0 I Have Set

I know that git clone and pip verify all installed is normal. But for some reason in Michael screenshot, I don't see those steps ...

6 months ago
0 I Have Set

So "Using env ..." take minutes without any output ?

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

one year ago
0 Hello! I Have A Small Question Regarding Storage Data Retrieval With Clearml

Just keep in mind my your bottleneck will be the transfer rate. So mounting will not save you anything as you still need to transfer the whole dataset sooner or later to your GPU instance.
One solution is as Jake suggest. The other can be pre-download the data to your instance with a CPU only cheap instance type, then restart the instance with GPU.

one year 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 I Have Set

I think a proper screenshot of the full log with some information redacted is the way to go. Otherwise we are just guessing in the dark

6 months ago
0 Question About Pipeline : My Setup Is As Follow:

how does it work if I create my pipeline from code ? Does the task will get the git repo state when first run and use commit hash and uncommited changed as "signature" ?

4 months ago
0 How To Use Zscaler (Or Custom Certificate) With Clearml ? I Installed The Zscaler Certificate Into The Os System.

@<1523701087100473344:profile|SuccessfulKoala55> Actually it failed now: failed to talked to our storage in Azure:

ClearML Task: created new task id=c47dd71dea2f421db05647a21d78ed26



2024-01-25 21:45:23,926 - clearml.storage - ERROR - Failed uploading: [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: unable to get local issuer certificate (_ssl.c:1007)
2024-01-25 21:46:48,877 - clearml.storage - WARNING - Storage helper problem for .clearml.0149daec-7a03-4853-a0cd-a7e2b295...
10 months ago
0 How To Use Zscaler (Or Custom Certificate) With Clearml ? I Installed The Zscaler Certificate Into The Os System.

not sure ... providing Zscaler certificate seems to allow clearml to talk to our clearml server, hosted in azure, Task init worked. But then failed to connect to the storage account (Azure too) ...

10 months ago
0 How To Use Zscaler (Or Custom Certificate) With Clearml ? I Installed The Zscaler Certificate Into The Os System.

@<1523701087100473344:profile|SuccessfulKoala55> I managed to make this working by:
concat the existing OS ca bundle and zscaler certificate. And set REQUESTS_CA_BUNDLE to that bundle file

10 months ago
0 Hello, I'M Trying To Use The Agent To Orchestrate Tasks - Our Install Is Quite Complicated And I'Ve Wrapped It All Up With The Code In A Docker Container; Is There A Way To Get The Agent To Just Run A Command In The Container Rather Than Try To Build/Inst

in my case, I set eveything inside the container, including the agent and not using docker mode altogether.
When my container start, it start the agent inside it in "normal" mode

one year ago
Show more results compactanswers