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
27 Questions, 173 Answers
  Active since 05 June 2023
  Last activity 2 days ago

Reputation

0

Badges 1

79 × Eureka!
0 Votes
2 Answers
123 Views
0 Votes 2 Answers 123 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 Votes
0 Answers
537 Views
0 Votes 0 Answers 537 Views
8 months ago
0 Votes
5 Answers
464 Views
0 Votes 5 Answers 464 Views
7 months ago
0 Votes
5 Answers
62 Views
0 Votes 5 Answers 62 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...
14 days ago
0 Votes
8 Answers
527 Views
0 Votes 8 Answers 527 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
11 Answers
175 Views
0 Votes 11 Answers 175 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
1 Answers
493 Views
0 Votes 1 Answers 493 Views
Hi team, how to you use MicroMamba and pip together with ClearML ?
9 months ago
0 Votes
1 Answers
487 Views
0 Votes 1 Answers 487 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
3 Answers
59 Views
0 Votes 3 Answers 59 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...
14 days ago
0 Votes
9 Answers
640 Views
0 Votes 9 Answers 640 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
4 Answers
668 Views
0 Votes 4 Answers 668 Views
What are project default output ? That the default output_uri set on the server side ? Can I use azure blob storage ?
10 months ago
0 Votes
10 Answers
560 Views
0 Votes 10 Answers 560 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...
10 months ago
0 Votes
2 Answers
550 Views
0 Votes 2 Answers 550 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 ....
10 months ago
0 Votes
1 Answers
511 Views
0 Votes 1 Answers 511 Views
Is there a way for clearml to assign semantic version to model automatically like mlfow does?
10 months ago
0 Votes
3 Answers
560 Views
0 Votes 3 Answers 560 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...
9 months ago
0 Votes
2 Answers
557 Views
0 Votes 2 Answers 557 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...
8 months ago
0 Votes
4 Answers
476 Views
0 Votes 4 Answers 476 Views
7 months ago
0 Votes
4 Answers
487 Views
0 Votes 4 Answers 487 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...
8 months ago
0 Votes
6 Answers
172 Views
0 Votes 6 Answers 172 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 month ago
0 Votes
2 Answers
573 Views
0 Votes 2 Answers 573 Views
Experiment Environment Containers Tutorial : I create a docker image with: $ clearml-agent build --id d8162747eb2d4453bba9778851d1e120 --docker --target new_...
11 months ago
0 Votes
1 Answers
538 Views
0 Votes 1 Answers 538 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...
10 months ago
0 Votes
4 Answers
569 Views
0 Votes 4 Answers 569 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
18 Answers
643 Views
0 Votes 18 Answers 643 Views
10 months ago
0 Votes
15 Answers
497 Views
0 Votes 15 Answers 497 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...
8 months ago
0 Votes
5 Answers
216 Views
0 Votes 5 Answers 216 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 ...
3 months ago
0 Votes
10 Answers
734 Views
0 Votes 10 Answers 734 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...
10 months ago
0 Votes
1 Answers
388 Views
0 Votes 1 Answers 388 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
6 months ago
0 Hi, I Am Using

Sure:


def main():
    repo = "redacted"
    commit = "redacted"
    commit = "redacted"
    bands = ["redacted"]
    test_size = 0.2
    batch_size = 64
    num_workers = 12
    img_size = (128, 128)
    random_seed = 42
    epoch = 20
    learning_rate = 0.1

    livbatch_list = get_livbatch_list(repo, commit)
    lbs = download_batches(repo, commit, livbatch_list)

    df, label_map = get_annotation_df(lbs, bands)

    df_train, df_val = deterministic_train_val(df, test_size=test_siz...
14 days ago
0 Hi, I Am Using

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

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

@<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

10 months ago
0 Can Anyone Recommend A Good Workflow For

do you have a video showing the use case for clearml-session ? I struggle a bit about how is it used for ?

9 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 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 Can Anyone Recommend A Good Workflow For

just saw that repo: who are coder ? That not the vscode developer team is it ?

9 months ago
0 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 We Have Something Like:

Ok I think I found the issue. I had to point the file server to azure storage:

api {
    # Notice: 'host' is the api server (default port 8008), not the web server.
    api_server: 

    web_server: 

    files_server: "
"
    credentials {"access_key": "REDACTED", "secret_key": "REDACTED"}
}
8 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

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

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

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

no. I set apo.file_server to the None in Both the remote agent clearml.conf and my local clearml.conf
In which case, both case where the code is ran from local or remote, will store metrics to cloud storage

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

right, in which case you want to dynamically change with your code, not with the config file. This is where the Logger.set_default_output_upload come in

8 months ago
0 Has Anyone Ran Into The Following Error While Running The Clearml-Serving-Inference Docker Container After Entering All The Correct Credentials?

you may want to share your config (with credential redacted) and the full docker compose start up log ?

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

not sure how that work with Docker and machine that is not set up with ssh public key ... We will go to that path sometime in the future so I am quite interested too, on how people do it without ssh public key

7 months 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 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 I Am Trying To Run One Agent On My Local Machine And One Agent On A Vm

Do I need not make changes into clearml.conf so that it doesn't ask for my credentials or is there another way around

You have 2 options:

  • set credential inside cleaml.conf : i am not familiar with this and never test it.
  • or setup password less ssh with public key None
7 months 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

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

had you made sure that the agent inside GCP VM have access to your repository ? Can you ssh into that VM and try to do a git clone ?

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

7 months ago
0 Hi! I'M Running A Clearml Task Remotely. It Runs A Python Machine Learning Evaluation Script In Repo A. The Script Depends On A Module Which Is Defined In Another One Of My Company'S Repos: Repo B. The File Structure Of The Module In Repo B Is As Follows

so the issue is that for some reason, the pip install by the agent don't behave the same way as your local pip install ?
Have you tried to manually install your module_b with pip install inside the machine that is running clearml-agent ? Seeing your example, looks like you are even running inside docker ?

7 months ago
0 Hi, Is There A Way To Fully Reproduce The Experiment Environment Locally Without Executing It ? Clearml Agent Do Setup A Venv And Install All The Package, Install Diff, .... Then Execute The Training Code. Is It Possible To Tell Clearlml-Agent To Stop Th

@<1523701087100473344:profile|SuccessfulKoala55> Yes, I am aware of that one. It build docker container ... I wanted to build without docker. Like when clearml-agent run in non-docker mode, it is already building the running env inside it caching folder structure. I was wondering if there was a way to stop that process just before it execute the task .py

7 months ago
Show more results compactanswers