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
YummyLion54
Moderator
4 Questions, 10 Answers
  Active since 10 January 2023
  Last activity 4 months ago

Reputation

0

Badges 1

10 × Eureka!
0 Votes
5 Answers
566 Views
0 Votes 5 Answers 566 Views
I have am issue getting a model from the model repository when running a task in a remote worker. I have a custom model that was saved with OutputModel: mode...
7 months ago
0 Votes
2 Answers
261 Views
0 Votes 2 Answers 261 Views
4 months ago
0 Votes
5 Answers
598 Views
0 Votes 5 Answers 598 Views
I have a question about accessing the parameters from Hydra Omegaconfig. I am trying to follow the hyperparam optimization example, and there it is written #...
2 years ago
0 Votes
7 Answers
659 Views
0 Votes 7 Answers 659 Views
2 years ago
0 Hello, I Have A Question Regarding The Use Of Hydra For Config In Clearml Pipelines. I Have Setup A Pipeline Using The Pipeline Decorator (Based On The Example You Provided In Github), With The Config Values Hard-Coded In Code, And It Works Well. I Then T

Could you guys have a sample for pipelines using hydra? I think quite a few people would interested in that, and it isn't as straightforward as I thought it would be

2 years ago
2 years ago
0 Hello, I Have A Question Regarding The Use Of Hydra For Config In Clearml Pipelines. I Have Setup A Pipeline Using The Pipeline Decorator (Based On The Example You Provided In Github), With The Config Values Hard-Coded In Code, And It Works Well. I Then T

CostlyOstrich36
hello, I tried some stuff, namely creating the pipeline with hydra with functions, based on https://github.com/allegroai/clearml/blob/master/examples/pipeline/pipeline_from_functions.py .
Before the task starts remotely, I can access the hydra config no problem, but once in remote and the task starts, I got :
` Starting Task Execution:
Primary config directory not found.
Check that the config directory '/root/.clearml/venvs-builds/3.8/task_repository/clearml-example.git/src/...

2 years ago
0 I Have A Question About Accessing The Parameters From Hydra Omegaconfig. I Am Trying To Follow The Hyperparam Optimization Example, And There It Is Written

CostlyOstrich36 I already set allow_omegaconf_edit to true, and I could edit the hydra conf in the UI when cloning the original task, but now I want to update it in the code for hyperparam optimization

2 years ago
0 I Have Am Issue Getting A Model From The Model Repository When Running A Task In A Remote Worker. I Have A Custom Model That Was Saved With Outputmodel:

Thank you! Hadn’t thought about checking that the model was actually uploaded remotely! Will try it out!

7 months ago
0 I Have Am Issue Getting A Model From The Model Repository When Running A Task In A Remote Worker. I Have A Custom Model That Was Saved With Outputmodel:

@<1523701070390366208:profile|CostlyOstrich36>
Sure, here they are
original local run log:

2023-08-30 09:45:02
ClearML Task: overwriting (reusing) task id=ff7a3e0849bb4ce09c86f9ce1d31b5bf
2023-08-30 09:45:05
ClearML results page: 

2023-08-30 09:45:09
[<clearml.model.Model object at 0x7f937df010f0>]
2023-08-30 09:45:11
/tmp/model_package__enbe91c
/tmp/model_package__enbe91c
2023-08-30 09:45:24
Downloading from s3
2023-08-30 09:45:37
Download done
2023-08-30 09:45:37
0it [00...
7 months ago