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

Reputation

0

Badges 1

60 × Eureka!
0 Votes
2 Answers
259 Views
0 Votes 2 Answers 259 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...
3 months ago
0 Votes
9 Answers
366 Views
0 Votes 9 Answers 366 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...
5 months ago
0 Votes
18 Answers
360 Views
0 Votes 18 Answers 360 Views
5 months ago
0 Votes
1 Answers
145 Views
0 Votes 1 Answers 145 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 month ago
0 Votes
10 Answers
313 Views
0 Votes 10 Answers 313 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...
5 months ago
0 Votes
1 Answers
307 Views
0 Votes 1 Answers 307 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...
5 months ago
0 Votes
2 Answers
319 Views
0 Votes 2 Answers 319 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 ....
5 months ago
0 Votes
1 Answers
258 Views
0 Votes 1 Answers 258 Views
Hi team, how to you use MicroMamba and pip together with ClearML ?
4 months ago
0 Votes
4 Answers
210 Views
0 Votes 4 Answers 210 Views
2 months ago
0 Votes
2 Answers
333 Views
0 Votes 2 Answers 333 Views
Experiment Environment Containers Tutorial : I create a docker image with: $ clearml-agent build --id d8162747eb2d4453bba9778851d1e120 --docker --target new_...
5 months ago
0 Votes
8 Answers
214 Views
0 Votes 8 Answers 214 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 ?
2 months ago
0 Votes
15 Answers
254 Views
0 Votes 15 Answers 254 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...
3 months ago
0 Votes
4 Answers
327 Views
0 Votes 4 Answers 327 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...
5 months ago
0 Votes
5 Answers
201 Views
0 Votes 5 Answers 201 Views
one month ago
0 Votes
4 Answers
374 Views
0 Votes 4 Answers 374 Views
What are project default output ? That the default output_uri set on the server side ? Can I use azure blob storage ?
5 months ago
0 Votes
1 Answers
197 Views
0 Votes 1 Answers 197 Views
From the python code point of view, how do you detect if it is running locally or via clearml-agent ?
2 months ago
0 Votes
3 Answers
327 Views
0 Votes 3 Answers 327 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...
4 months ago
0 Votes
10 Answers
337 Views
0 Votes 10 Answers 337 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...
5 months ago
0 Votes
1 Answers
289 Views
0 Votes 1 Answers 289 Views
Is there a way for clearml to assign semantic version to model automatically like mlfow does?
5 months ago
0 Votes
4 Answers
248 Views
0 Votes 4 Answers 248 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...
3 months ago
0 Votes
0 Answers
284 Views
0 Votes 0 Answers 284 Views
3 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

2 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

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

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

2 months ago
2 months ago
2 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 ...)

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

2 months ago
0 Security Issue: I Have Deployed A Clearml Server On Prem With Docker. I Set The User Credential In

Nevermind: None

By default, the File Server is not secured even if Web Login Authentication has been configured. Using an object storage solution that has built-in security is recommended.

My bad

5 months ago
0 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 In Azure:

For #2: it's a pull rather than a push system: you need to have a script that do pulling at regular interval and need to keep track what new and what not?

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

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

3 months ago
one month ago
2 months 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.

10 days ago
0 How To Tell Clearml Server To Use Cloud Storage (Azure)? I Have A Clearml Server Deployed With Docker-Compose. As Per Instruction

Hi.
How do you tell the server to use my azure storage instead of local drive, on the host machine ? Isn't it by setting azure.storage in /opt/clearml/config/clearml.conf ?

5 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"}
}
3 months ago
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

4 months 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 😞

5 months ago
5 months ago
0 Another Questions Related To

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

5 months 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 ?

5 months ago
Show more results compactanswers