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

Reputation

0

Badges 1

101 × Eureka!
0 Votes
2 Answers
309 Views
0 Votes 2 Answers 309 Views
I am training a model using FastAI. In ClearML, several scalars are plot together. I would like to plot them separately in individual plot. Any tips on how ?
4 months ago
0 Votes
1 Answers
1K Views
0 Votes 1 Answers 1K 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
1 Answers
1K Views
0 Votes 1 Answers 1K Views
Hi team, how to you use MicroMamba and pip together with ClearML ?
one year ago
0 Votes
1 Answers
313 Views
0 Votes 1 Answers 313 Views
Hi, We have clearml-agent running inside a docker container. The container have all the require package installed including some of our private package. When...
one month ago
0 Votes
2 Answers
242 Views
0 Votes 2 Answers 242 Views
Given a Task object, how do I retrieve the GPU type ? I can see it from the webUI but it would be great if I can get it from the python sdk
2 months ago
0 Votes
5 Answers
1K Views
0 Votes 5 Answers 1K 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...
one year ago
0 Votes
2 Answers
383 Views
0 Votes 2 Answers 383 Views
4 months 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
4 Answers
2K Views
0 Votes 4 Answers 2K 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
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
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
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...
2 years 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
0 Votes
3 Answers
966 Views
0 Votes 3 Answers 966 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...
one year ago
0 Votes
5 Answers
413 Views
0 Votes 5 Answers 413 Views
4 months ago
0 Votes
5 Answers
2K Views
0 Votes 5 Answers 2K Views
one year ago
0 Votes
4 Answers
2K Views
0 Votes 4 Answers 2K Views
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...
2 years ago
0 Votes
2 Answers
368 Views
0 Votes 2 Answers 368 Views
How does clearml-agent install -e python package ? I have a homemade python package which I just moved to pyproject.toml, that I am not familiar with so not ...
3 months ago
0 Votes
2 Answers
1K Views
0 Votes 2 Answers 1K 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 year ago
0 Votes
13 Answers
895 Views
0 Votes 13 Answers 895 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...
11 months ago
0 Votes
5 Answers
1K Views
0 Votes 5 Answers 1K 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 ...
one year ago
0 Votes
2 Answers
698 Views
0 Votes 2 Answers 698 Views
8 months 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
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
6 Answers
517 Views
0 Votes 6 Answers 517 Views
Hi. from Python, Is there away to check how many worker is there in a given queue ?
6 months ago
0 Votes
2 Answers
2K Views
0 Votes 2 Answers 2K 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
18 Answers
2K Views
0 Votes 18 Answers 2K Views
one year ago
0 Votes
1 Answers
363 Views
0 Votes 1 Answers 363 Views
3 months ago
0 Votes
9 Answers
2K Views
0 Votes 9 Answers 2K 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
Show more results questions
0 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

So we have 3 python package, store in github.com
On the dev machine, the datascientist (DS) will add the local ssh key to his github account as authorized ssh keys, account level.
With the DS can run git clone git@github.com:org/repo1 then install that python package via pip install -e .
Do that for all 3 python packages, each in its own repo1 , repo2 and repo3 . All 3 can be clone using the same key that the DS added to his account.
The DS run a tra...

one year ago
0 Hello, I Recently Start To Running Into Sslerror When Using Task.Init():

You will need to change more than just REQUESTS_CA_BUNDLE to use custom certificate. Python libraries don't all follow REQUESTS_CA_BUNDLE
You need to also add your certificate to your OS
In conda we have to export SSL_CERT_FILE=~/ca-bundle.crt
etc ...

3 months ago
0 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 That Same Pc?

@<1523701070390366208:profile|CostlyOstrich36> Is there a way to tell clearml to not try to detect the Installed package ?

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'M Trying To Spin Up Agents Thru Systemd Service, But It'S Failing:

please share your .service content too as there are a lot of way to "spawn" in systemd

11 months ago
0 Hi Just To Confirm, I Set My Default Output_Uri To S3, Output_Uri Will Upload Just Artifacs, Console Log, File Server Will Save Plot Images Like Matplotlib/Seaborn. Is It Correct?

@<1523701070390366208:profile|CostlyOstrich36> I would like to point to azure blob storage, what kind of url schema should I use ? And also, where do you configure the credential for the ClearML server to access to Azure blob as file_server ? I couldn't find any documentation around this topic 😞
TIA

2 years ago
0 Hi Just To Confirm, I Set My Default Output_Uri To S3, Output_Uri Will Upload Just Artifacs, Console Log, File Server Will Save Plot Images Like Matplotlib/Seaborn. Is It Correct?

Found it: None
And credential are set with :

sdk {      
    azure.storage {
         containers: [
             {
                 account_name: "account"
                 account_key: "xxxx"
                 container_name:"clearml"
             }
         ]
    }
}
2 years ago
0 Hi Everyone! I'M Working On A Solution That Uses Clearml Agent Running On An Ec2 Instances. These Instances (And Agents) Are Provisioned Automatically And Listen To A Specific Clearml Queue. Different Users Can Send Jobs To This Queue And Therefore To Th

if you are on github.com , you can use Fine tune PAT token to limit access to minimum. Although the token will be tight to an account, it's quite easy to change to another one from another account.

11 months ago
0 Hello, What Happens To Running Experiments When The Clearml Agent Is Killed (And Restarted A Few Minutes Later)?

I don;t think there is a "kill task" code. By principle, in Linux, as a parent process, ClearML agent launch the training process. When a parent process is terminated, the linux kernel will, in most of the case, kill all child processes, including your training process.
There may be some way to resume a task from ClearML agent when it restart, but I don;t think that is the default behavior

7 months ago
0 I Have Set

you should be able to see int the Console tab that show what is happening

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

one year ago
0 I Have Set

hard to see with your croppout here an there ...

one year ago
one year ago
Show more results compactanswers