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
ScantChimpanzee51
Moderator
15 Questions, 49 Answers
  Active since 10 January 2023
  Last activity 5 months ago

Reputation

0

Badges 1

49 × Eureka!
0 Votes
1 Answers
707 Views
0 Votes 1 Answers 707 Views
Quick question: Is there a way for a task that is executing remotely to find out which ClearML queue it is in or was in?
one year ago
0 Votes
6 Answers
777 Views
0 Votes 6 Answers 777 Views
[Errors when migrating ClearML Server from AWS to GCP] Hi everyone! As we’re using ClearML quite a bit, we’d love to take it with us when migrating our cloud...
one year ago
0 Votes
18 Answers
978 Views
0 Votes 18 Answers 978 Views
How do I view Debug Samples images in the browser when the output_uri is on Google Cloud Storage ( None )? Unlike for AWS storage, I do not get a popup windo...
one year ago
0 Votes
12 Answers
993 Views
0 Votes 12 Answers 993 Views
[Task gets interrupted / aborted / reset when in offline mode] For local testing, we have added a --no-clearml option to our code that sets task.set_offline(...
one year ago
0 Votes
16 Answers
887 Views
0 Votes 16 Answers 887 Views
[Injecting secrets into a ClearML Agent / accessing clearml.conf from within a Task] Hi everyone, we are using the ClearML AWS Autoscaler (still awesome 😉 )...
one year ago
0 Votes
4 Answers
844 Views
0 Votes 4 Answers 844 Views
[Caching of environment and storage when using AWS auto scaler] First off : We are aiming to set up ClearML for large-scale DL training for multiple projects...
one year ago
0 Votes
7 Answers
1K Views
0 Votes 7 Answers 1K Views
Hi everyone, I’m getting an error during model upload to S3. The error shows up in the console like below and I don’t see any uploaded objects in S3: 2022-10...
one year ago
0 Votes
3 Answers
1K Views
0 Votes 3 Answers 1K Views
one year ago
0 Votes
10 Answers
960 Views
0 Votes 10 Answers 960 Views
[ClearML with Pytorch-based distributed training} Hi everyone! Is the combination of ClearML with torch.distributed.launch or torchrun actively supported? A ...
one year ago
0 Votes
2 Answers
886 Views
0 Votes 2 Answers 886 Views
[Potential bug where the script path option is changed for remote runs] Hi everyone! We’re still using ClearML quite a bit, usually by running the first, sma...
one year ago
0 Votes
2 Answers
791 Views
0 Votes 2 Answers 791 Views
[Auto scaler / API client does not see tasks in queue] We had used the AWS auto scaler (based on the aws_autoscaler.py script in the repo) and it worked grea...
one year ago
0 Votes
5 Answers
906 Views
0 Votes 5 Answers 906 Views
Hi everyone, quick question: Is there any easy way to get a task's full output directory ? E.g. when I create a task with task = Task.init(..., output_uri=" ...
one year ago
0 Votes
4 Answers
937 Views
0 Votes 4 Answers 937 Views
one year ago
0 Votes
2 Answers
925 Views
0 Votes 2 Answers 925 Views
[WebUI-based options injection not working] Hey everyone! Since our training repo has gotten quite complex, we configure all setup in an options.yml file whi...
one year ago
0 Votes
3 Answers
769 Views
0 Votes 3 Answers 769 Views
[Instance AutoScaler for GCP] In case someone else is interested, we have build an AutoScaler for GCP, too. It works similar to the AWS one in the ClearML re...
one year ago