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
40 Questions, 297 Answers
  Active since 05 June 2023
  Last activity 26 days ago

Reputation

0

Badges 1

113 × Eureka!
0 Votes
0 Answers
2K Views
0 Votes 0 Answers 2K Views
2 years ago
0 Votes
15 Answers
2K Views
0 Votes 15 Answers 2K 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...
2 years ago
0 Votes
11 Answers
1K Views
0 Votes 11 Answers 1K 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...
one year ago
0 Votes
4 Answers
1K Views
0 Votes 4 Answers 1K 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 year ago
0 Votes
2 Answers
2K Views
0 Votes 2 Answers 2K 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 ....
2 years ago
0 Votes
3 Answers
1K Views
0 Votes 3 Answers 1K 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
2 Answers
521 Views
0 Votes 2 Answers 521 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
5 months ago
0 Votes
4 Answers
2K Views
0 Votes 4 Answers 2K 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
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
2 Answers
634 Views
0 Votes 2 Answers 634 Views
8 months ago
0 Votes
13 Answers
1K Views
0 Votes 13 Answers 1K 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...
one year ago
0 Votes
1 Answers
2K Views
0 Votes 1 Answers 2K Views
Is there a way for clearml to assign semantic version to model automatically like mlfow does?
2 years ago
0 Votes
1 Answers
2K Views
0 Votes 1 Answers 2K 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...
2 years ago
0 Votes
8 Answers
2K Views
0 Votes 8 Answers 2K 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
2K Views
0 Votes 1 Answers 2K 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
1 Answers
741 Views
0 Votes 1 Answers 741 Views
7 months ago
0 Votes
2 Answers
554 Views
0 Votes 2 Answers 554 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 ?
7 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...
2 years ago
0 Votes
2 Answers
693 Views
0 Votes 2 Answers 693 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 ...
7 months ago
0 Votes
10 Answers
2K Views
0 Votes 10 Answers 2K 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...
2 years ago
0 Votes
18 Answers
2K Views
0 Votes 18 Answers 2K Views
2 years ago
0 Votes
2 Answers
1K Views
0 Votes 2 Answers 1K Views
11 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
5 Answers
754 Views
0 Votes 5 Answers 754 Views
7 months ago
0 Votes
4 Answers
2K Views
0 Votes 4 Answers 2K Views
one year ago
0 Votes
6 Answers
765 Views
0 Votes 6 Answers 765 Views
Hi. from Python, Is there away to check how many worker is there in a given queue ?
10 months ago
0 Votes
6 Answers
2K Views
0 Votes 6 Answers 2K 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...
one year ago
0 Votes
2 Answers
2K Views
0 Votes 2 Answers 2K 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
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...
2 years ago
0 Votes
1 Answers
660 Views
0 Votes 1 Answers 660 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...
4 months ago
Show more results questions
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

2 years ago
0 Hi Everyone! Small Question - Is It Possible To Associate An Agent To A Specific Cpu?

I don't think agent are aware of each other. Which mean that you can have as many agent as you want and depending on your task usage, they will be fighting for CPU and GPU usage ...

2 years ago
0 For Some Reason, The Http Library Used By Clearml Does Not Like My Server'S Ssl. I Have Installed Clearml As A Docker Compose On My Truenas Scale With A Valid Certificate. When I Login Using Curl, All Is Good:

python library don't always use OS certificates ... typically, we have to set REQUESTS_CA_BUNDLE=/path/to/custom_ca_bundle_crt because requests ignore OS certificates

9 months ago
0 Hi Everyone! I Discovered That Uploading Model Artifacts At Each Checkpoint To The Clearml Server Significantly Slows Down Training. So I Set

you should know where your latest model is located then just call task.upload_artifact on that file ?

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

one year ago
2 years 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 Am Trying To Run One Agent On My Local Machine And One Agent On A Vm

i need to do a git clone

You need to do it to test if it works. Clearml-agent will run it itself when it take in a task

one year ago
0 I Want To Run

Awesome. I will try that !
And also found this based on your suggestion that clearml use azure sdk underneath: None
Just not sure under which conditions from_config is actually called ...

27 days 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 I Have Set

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

one year ago
0 How Does Clearml-Agent Install

Actually, I can set agent.package_manager.pip_version="" in the clearml.conf
And after reading 4x the doc, I can use the env var:
CLEARML_AGENT__AGENT__PACKAGE_MANAGER__PIP_VERSION

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>

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

one year ago
0 Hi, I Am Using

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

one year ago
0 Hi

if you are using a self hosted clearml server spin up with docker-compose, then you can just mount your NAS to /opt/clearml/fileserver on the host machine, prior to starting clearml server with docker-compose up

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

2 years ago
0 Another Questions Related To

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

2 years 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 ?

2 years ago
0 Hello! We'Re Trying To Use Clearml On-Prem. Is It The Limited Functionality Only? No User Management Etc?

None

Onprem: User management is not "live" as you need to reboot and password are hardcoded ... No permission distinction, as everyone is admin ...

one year ago
0 I Have Set

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

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

one year ago
0 Clearnl Failed To Detect Custom Packages

What should I put in there? What is the syntax for git package?

2 years ago
Show more results compactanswers