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
0 Answers
966 Views
0 Votes 0 Answers 966 Views
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
1 Answers
777 Views
0 Votes 1 Answers 777 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
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
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
1 Answers
924 Views
0 Votes 1 Answers 924 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
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
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
2 Answers
588 Views
0 Votes 2 Answers 588 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
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
5 Answers
913 Views
0 Votes 5 Answers 913 Views
one year 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
3 Answers
460 Views
0 Votes 3 Answers 460 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
8 Answers
958 Views
0 Votes 8 Answers 958 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
2 Answers
996 Views
0 Votes 2 Answers 996 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
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
3 Answers
936 Views
0 Votes 3 Answers 936 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
4 Answers
996 Views
0 Votes 4 Answers 996 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
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
4 Answers
901 Views
0 Votes 4 Answers 901 Views
one year ago
0 Votes
1 Answers
884 Views
0 Votes 1 Answers 884 Views
Hi team, how to you use MicroMamba and pip together with ClearML ?
one year ago
0 Votes
5 Answers
718 Views
0 Votes 5 Answers 718 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
4 Answers
904 Views
0 Votes 4 Answers 904 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
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
6 Answers
637 Views
0 Votes 6 Answers 637 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
2 Answers
112 Views
0 Votes 2 Answers 112 Views
one month ago
0 Votes
18 Answers
1K Views
0 Votes 18 Answers 1K Views
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 Hi

I tried mounting azure storage account on that path and it worked: all files end up in the cloud storage

one year ago
0 Hello, All. I’Ve Recently Started Experiencing A Weird Issue With Arg Parsing Where Any String Values Are Being Repeated As Lists Of Strings When The Values Are Sent To The Clearml Server (See Attached Screenshot). I Believe This Issue Started Around The

my code looks like this :

    parser = argparse.ArgumentParser()
    parser.add_argument('-c', '--config-file', type=str, default='train_config.yaml',
                        help='train config file')
    parser.add_argument('-t', '--train-times', type=int, default=1,
                        help='train the same model several times')
    parser.add_argument('--dataset_dir', help='path to folder containing the preped dataset.', required=True)
    parser.add_argument('--backup', action='s...
one year ago
0 Hello, All. I’Ve Recently Started Experiencing A Weird Issue With Arg Parsing Where Any String Values Are Being Repeated As Lists Of Strings When The Values Are Sent To The Clearml Server (See Attached Screenshot). I Believe This Issue Started Around The

Solved @<1533620191232004096:profile|NuttyLobster9> . In my case:
I need to from clearml import Task very early in the code (like first line), before importing argparse
And not calling task.connect(parser)

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

6 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

one year ago
one year 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 ?

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

one year ago
one year 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 ?

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

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

one year 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
0 Hello Everyone, If I Use This Code, Where Is The File Downloaded To My Machine?

If you care about the local destination then you may want to use this None

8 months ago
one year ago
0 Hello Admin, I Am Unable To Create Pipeline Using Cpu/Gpu/Tpu. What Is The Issue?

you will need to provide more context than that if you don't want the answer: Have you try to turn it off and back on again ?

29 days ago
0 Clearnl Failed To Detect Custom Packages

So I tried:

import livsdk.livbatch

import clearml

clearml.Task.add_requirements("livsdk","
")
task = clearml.Task.init(project_name="hieu-test", task_name='base_config')

print("Done")

Which give me this list of Packages Installed:

# Python 3.10.10 (main, Mar 05 2023, 19:07:49) [GCC]

# Local modules found - skipping:
# livsdk == ../[REDACTED]/livsdk/__init__.py

Augmentor == 0.2.10
Pillow == 9.2.0
PyYAML == 6.0
albumentations == 1.2.1
azure_storage_blob == 12.1...
one year ago
Show more results compactanswers