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
WittySeal70
Moderator
9 Questions, 28 Answers
  Active since 28 June 2024
  Last activity 6 days ago

Reputation

0

Badges 1

23 × Eureka!
0 Votes
1 Answers
421 Views
0 Votes 1 Answers 421 Views
Hi! I use ClearML & YOLOv5. To train the model I use ClearML dataset. So the question is if I can somehow make "data" arg to be a link to the actual dataset ...
4 months ago
0 Votes
3 Answers
44 Views
0 Votes 3 Answers 44 Views
Hello! The pipeline crashes when i run a task. Here's the logs: clearml_agent: ERROR: Could not install task requirements! Command '['/root/.clearml/venvs-bu...
11 days ago
0 Votes
9 Answers
280 Views
0 Votes 9 Answers 280 Views
Hi, can you help with this one: clearml_agent: ERROR: [Errno 2] No such file or directory: '/home/dhzus/.clearml/venvs-builds/3.10/bin/python The agent can't...
3 months ago
0 Votes
4 Answers
90 Views
0 Votes 4 Answers 90 Views
Hi, I'm not sure when exactly but at some point I've got no access to my debug samples. We're using self-hosted clearml, which runs within a docker container...
one month ago
0 Votes
11 Answers
256 Views
0 Votes 11 Answers 256 Views
3 months ago
0 Votes
1 Answers
296 Views
0 Votes 1 Answers 296 Views
hello! basic ClearML Pipeline question here. let's say I've declared pipeline like so: pipe = PipelineController( project="Stevens AutoScan", name="Dataset F...
4 months ago
0 Votes
4 Answers
74 Views
0 Votes 4 Answers 74 Views
16 days ago
0 Votes
1 Answers
241 Views
0 Votes 1 Answers 241 Views
Hello! Is it possible to use different credentials for different s3 buckets on different hosts? When I try to do like so: s3 { region: "us-east-2" key: "***"...
3 months ago
0 Votes
1 Answers
70 Views
0 Votes 1 Answers 70 Views
Hello! I know I can get a single reported value using task.get_reported_single_value(name) . Is there anything like this but for a reported plot (table in pa...
one month ago
0 Hello! The Pipeline Crashes When I Run A Task. Here'S The Logs:

@<1523701087100473344:profile|SuccessfulKoala55> sure. Thanks for taking a look.

11 days ago
0 Hi, I'M Not Sure When Exactly But At Some Point I'Ve Got No Access To My Debug Samples. We'Re Using Self-Hosted Clearml, Which Runs Within A Docker Container. Any Ideas? Thanks!

In my cleaml.conf I do not specify default_output_uri nor did I provide it when I initialize a task. Might it be that this is the reason? Because I've overwritten the config file a few times, and don't remember how it looked in the past.

one month ago
0 Hi, I'M Not Sure When Exactly But At Some Point I'Ve Got No Access To My Debug Samples. We'Re Using Self-Hosted Clearml, Which Runs Within A Docker Container. Any Ideas? Thanks!

Hi, @<1523701070390366208:profile|CostlyOstrich36>
No, I did not.

The address looks like this:
https://<my_file_server>/my_project/task_id/image.jpg

When I visit https://<my_file_server> I got OK in response. The image.jpg itself is also available to view locally at /opt/clearml/my_project/task_id/image.jpg and inside the file server container at /mnt/fileserver/ my_project/task_id/image.jpg

one month ago
0 Hello! I Am Having A Dependency Issue With Clearml. Would Someone Be Able To Help Me Understand How To Debug It/Replicate It?

probably you have to have ffmpeg libsm6 libxext6
packages installed in the docker container where you use opencv.

2 months ago
0 Hello! Is It Possible To Use Different Credentials For Different S3 Buckets On Different Hosts? When I Try To Do Like So:

nvm, just saw it has to have a different signature for aws/non-aws addresses
image

3 months ago
0 Hi, Can You Help With This One:

no, if you open the task logs you can see that it's git@github.com :[domain]/[repo]

unless I'm missing something

3 months ago
0 Hi, Can You Help With This One:

When i started agent with clearml-agent daemon --queue train it was 3.10.12. but I've installed the clearml itself and started the agent with bash were venv was not activated.

3 months ago
0 Hi, Can You Help With This One:

@<1523701070390366208:profile|CostlyOstrich36> sure! Thanks for taking a look!)

3 months ago
0 Hi, Can You Help With This One:

@<1523701070390366208:profile|CostlyOstrich36> any update here, by chance?

3 months ago
0 Hello! The Pipeline Crashes When I Run A Task. Here'S The Logs:

Hi @<1523701087100473344:profile|SuccessfulKoala55> , have you spot smth interesting here?
Thanks!

6 days ago
0 Hi, Can You Help With This One:

CLEARML-AGENT version 1.8.1

3 months ago
0 Hi, Can You Help With This One:

that issue was resolved by upgrading virtualenv to the latest version

3 months ago
0 Hello! How Do You Manage Ssh Github Connection & The Clearml Agent In A Services Mode (One That Has To Be Run In The Container)? When I Try To Run A Pipeline With The Service Queue It Fails To Connect. The Reasons For That As I Can See Is That It Runs In

Hey, @<1523701087100473344:profile|SuccessfulKoala55> it works!) Thanks:)

Two more questions, if you will.

  • For a regular worker I can specify python executable using agent.python_binary setting. How can I do in for a service worker? Should I tweak it inside the container as well?
  • (kinda stupid question) Do you know if specifying agent.git_user & agent.git_pass using https works for github as it requires 2FA now?
3 months ago
0 Hello! How Do You Manage Ssh Github Connection & The Clearml Agent In A Services Mode (One That Has To Be Run In The Container)? When I Try To Run A Pipeline With The Service Queue It Fails To Connect. The Reasons For That As I Can See Is That It Runs In

And one more thing that relates to the q#1 - is it safe to use more resent base image for agent-services service in docker compose? I see the specified latest tag point to image which was updated like 3 years ago..

3 months ago
0 ..

hello , i've got exactly same issue recently. first I would advice you to check if you can connect to ssh within the docker container (if it runs in docker) or from your host.

try
ssh -T git@gitlab.com
does it connect?

3 months ago
0 Hello! For Some Reasons My Reports Got Broken. It Started To Encode Debug Sample Url Incorrectly. It All Works When Checking Via Debug Samples Tab Directly, But Clearml Reports Got Broken. Any Ideas? Details: The Correctly Encoded Address Has Smth Like

Hello @<1523701070390366208:profile|CostlyOstrich36>
Yes, I'm self hosting. Yes, there's an error (see the pic). It says ERR_BLOCKED_BY_ORB. But the address it sent request to is wrong. As I said it's double-encoded.
image

14 days ago
0 ..

Funny, because when I faced the issue I thought it would be easier to use ssh and not user/pass (because gitgub uses 2FA and I was not sure (still not) how ClearML works with it).

What if you'd try manually change REPOSITORY prop in cloned task from ssh style address to https style?

3 months ago
0 ..
  1. the config as you show will try to use https connection in the first place, you have to remove user/pass for it to use ssh as far as I understand
3 months ago
0 ..

like so:
image

3 months ago