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
TrickyFox41
Moderator
8 Questions, 37 Answers
  Active since 10 January 2023
  Last activity 2 years ago

Reputation

0

Badges 1

37 × Eureka!
0 Votes
0 Answers
1K Views
0 Votes 0 Answers 1K Views
I have initialized the Task as so task = Task.init( project_name=cfg.clearml.project, task_name=cfg.clearml.task, tags=cfg.clearml.tags, output_uri=f" /", )
2 years ago
0 Votes
0 Answers
2K Views
0 Votes 0 Answers 2K Views
2 years ago
0 Votes
8 Answers
2K Views
0 Votes 8 Answers 2K Views
Hi everybody, when using a custom S3 bucket (a minio one) the webapp cant load the debug samples. It displays "Unable to load image". When checking the devel...
2 years ago
0 Votes
5 Answers
2K Views
0 Votes 5 Answers 2K Views
Hi, When i create a task using clearml-task specifying some hydra arguments the task correclty shows up in the web app with its arguments. But when i enqueue...
2 years ago
0 Votes
16 Answers
2K Views
0 Votes 16 Answers 2K Views
Anyone experiencing this with a custom S3 bucket in the debug samples? The S3 configuration in the webapp is correct
2 years ago
0 Votes
20 Answers
2K Views
0 Votes 20 Answers 2K Views
Hey since Hydra does not work with clearml-task does it work with the hyperparameter optimization?
2 years ago
0 Votes
1 Answers
1K Views
0 Votes 1 Answers 1K Views
Hi again everybody, is there a way to cache the docker containers used by the agents? as far as i understood every time it spawns a new container with a shar...
2 years ago
0 Votes
6 Answers
2K Views
0 Votes 6 Answers 2K Views
Hey! i was trying to use my minio instance for artifacts storage but there is not way of making it work. Maybe i am missing something. This is my clearml.con...
aws
2 years ago
0 Hey Since Hydra Does Not Work With

--args param.ovveride=value does not work with clearml-task

2 years ago
0 Anyone Experiencing This With A Custom S3 Bucket In The Debug Samples? The S3 Configuration In The Webapp Is Correct

I specified the upload destination in the logger. Logger.current_logger().set_default_upload_destination(cfg.clearml.media_uri) . Yes Minio with no special config. The s3 config is in the clearml.conf

2 years ago
0 Hi, When I Create A Task Using

When enqueued the configuration tab still shows the correct arguments

2 years ago
0 Anyone Experiencing This With A Custom S3 Bucket In The Debug Samples? The S3 Configuration In The Webapp Is Correct

Ok i did some investigations and the bug appear from version 1.8.0. In version 1.7.0 there is not. I open a issue in GitHub

2 years ago
Show more results compactanswers