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
WackyRabbit7
Moderator
73 Questions, 550 Answers
  Active since 10 January 2023
  Last activity 8 months ago

Reputation

0

Badges 1

533 × Eureka!
0 Question About The Configuration Format - I'D Like To Parse It Within My Python Code So I'Ll Be Able To Access Things Like

SuccessfulKoala55 this actually doesn't work

` apiserver_conf = ConfigFactory.parse_file(API_SERVER_CONF_PATH)

POINT 1

conf_content = HOCONConverter.to_hocon(config=ConfigFactory.from_dict(apiserver_conf.as_plain_ordered_dict()),
compact=False,
level=0, indent=2)

apiserver_conf['auth']['fixed_users']['users'].append(
ConfigFactory.from_dict({'username': username, 'password': password, 'name': name}))

##...

4 years ago
0 In Pipelinev2, Is It Possible To Register Artifacts To The Pipeline Task? I See There Is A Private Variable

Well this will have to wait a bit... my clearml-server is causing problems

3 years ago
0 Question About The Configuration Format - I'D Like To Parse It Within My Python Code So I'Ll Be Able To Access Things Like

The only way to change it is to convert apiserver_conf to a dictionary object ( as_plain_ordered_dict() ) and edit it

4 years ago
0 What'S Going On With The Documentation Site?

Switching to a VPN solves this, just saying 😕

4 years ago
0 What'S Going On With The Documentation Site?

Even assuming it suspects me, why doesn't the captcha prove my innocence? Isn't it what it is for O_O

4 years ago
0 We Are Having The Same Issue As

e.g. docker-compose restart

2 years ago
0 What'S Going On With The Documentation Site?

but why would the captcha fail? O_O

4 years ago
0 What'S Going On With The Documentation Site?

Clicking on that link exaclty 🙂

4 years ago
0 What'S Going On With The Documentation Site?

Am I being punished for asking too much on 🤔

4 years ago
0 I'M Looking To Utilize The Trains Aws Autoscaler Functionality, But After Going Through Its Docs A Few Times I Still Don'T Get It. Ultimately, My Setup Is That I Have Multiple Data Scientists Working On Static Instances, And They Have Queues Available To

What about permissions to the machines that are being spun up? For exampel if I want the instances to have specific permissions to read/write to S3 for example, how do I mange those?

4 years ago
0 How Should I Edit The

what does project ID mean?

3 years ago
0 How Should I Edit The

I might just do that, it will be my second contribution to ClearML 🙂

3 years ago
0 How Should I Edit The

bottom line I want to edit the cleanup service code to only delete tasks under a specific project - how do I do that?

3 years ago
0 In Pipelinev2, Is It Possible To Register Artifacts To The Pipeline Task? I See There Is A Private Variable

So if I'm collecting from the middle ones, shouldn't the callback be attached to them?

3 years ago
0 And An Explicit Question: When Using

now I'm curious what is the effect of _allow_extra_fields_

3 years ago
Show more results compactanswers