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
14 Questions, 36 Answers
  Active since 28 June 2024
  Last activity 7 months ago

Reputation

0

Badges 1

31 × Eureka!
0 Votes
9 Answers
1K Views
0 Votes 9 Answers 1K 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...
one year ago
0 Votes
1 Answers
829 Views
0 Votes 1 Answers 829 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 year ago
0 Votes
3 Answers
912 Views
0 Votes 3 Answers 912 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...
one year ago
0 Votes
2 Answers
705 Views
0 Votes 2 Answers 705 Views
Hello guys! What might be the reason that in pre_execute_callback node.job is None ?
7 months ago
0 Votes
3 Answers
680 Views
0 Votes 3 Answers 680 Views
Hi everyone, I'm trying to log a file using the ClearML logger like this: clearml.log_file(file_name=file_name, file_path=file_path) For example, if file_nam...
9 months ago
0 Votes
1 Answers
1K Views
0 Votes 1 Answers 1K 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: "***"...
one year ago
0 Votes
11 Answers
2K Views
0 Votes 11 Answers 2K Views
one year ago
0 Votes
2 Answers
832 Views
0 Votes 2 Answers 832 Views
Hello everyone! Can I use dropdown somehow in pipelines when I want to change params in UI? In this particular case the params are added to the pipeline auto...
8 months ago
0 Votes
1 Answers
1K Views
0 Votes 1 Answers 1K Views
hello! basic ClearML Pipeline question here. let's say I've declared pipeline like so: pipe = PipelineController( project="Stevens AutoScan", name="Dataset F...
one year ago
0 Votes
2 Answers
640 Views
0 Votes 2 Answers 640 Views
7 months ago
0 Votes
4 Answers
1K Views
0 Votes 4 Answers 1K 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 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
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 ...
one year ago
0 Votes
5 Answers
805 Views
0 Votes 5 Answers 805 Views
9 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

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

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

one year ago
0 Hello Everyone! Can I Use Dropdown Somehow In Pipelines When I Want To Change Params In Ui? In This Particular Case The Params Are Added To The Pipeline Automatically When Using

atm I use pre_execute_callback to validate the params but it'be great if I can restrict a user to specific options

8 months ago
Show more results compactanswers