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
37 Questions, 270 Answers
  Active since 05 June 2023
  Last activity 28 days ago

Reputation

0

Badges 1

100 × Eureka!
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
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
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...
one year 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
5 Answers
259 Views
0 Votes 5 Answers 259 Views
2 months ago
0 Votes
3 Answers
834 Views
0 Votes 3 Answers 834 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
1K Views
0 Votes 2 Answers 1K Views
Experiment Environment Containers Tutorial : I create a docker image with: $ clearml-agent build --id d8162747eb2d4453bba9778851d1e120 --docker --target new_...
one year 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
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
0 Votes
11 Answers
951 Views
0 Votes 11 Answers 951 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
18 Answers
1K Views
0 Votes 18 Answers 1K Views
one year ago
0 Votes
2 Answers
543 Views
0 Votes 2 Answers 543 Views
6 months ago
0 Votes
2 Answers
269 Views
0 Votes 2 Answers 269 Views
3 months ago
0 Votes
13 Answers
764 Views
0 Votes 13 Answers 764 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...
9 months ago
0 Votes
6 Answers
403 Views
0 Votes 6 Answers 403 Views
Hi. from Python, Is there away to check how many worker is there in a given queue ?
5 months ago
0 Votes
15 Answers
1K Views
0 Votes 15 Answers 1K 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
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
4 Answers
963 Views
0 Votes 4 Answers 963 Views
SuccessfulKoala55 I just saw the new release of the agent 1.8.1 : None > Fix git pulling on cached invalid git entry. On error...
11 months ago
0 Votes
2 Answers
228 Views
0 Votes 2 Answers 228 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 ...
2 months 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
4 Answers
1K Views
0 Votes 4 Answers 1K Views
one year ago
0 Votes
1 Answers
1K Views
0 Votes 1 Answers 1K Views
Is there a way for clearml to assign semantic version to model automatically like mlfow does?
one year 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
10 Answers
1K Views
0 Votes 10 Answers 1K Views
Another questions related to requirements.txt We use pip install with git commit. Eg: mylib
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
0 Answers
1K Views
0 Votes 0 Answers 1K Views
one year ago
0 Votes
2 Answers
200 Views
0 Votes 2 Answers 200 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 ?
2 months ago
0 Votes
1 Answers
216 Views
0 Votes 1 Answers 216 Views
2 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
Show more results questions