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
AdventurousRabbit79
Moderator
3 Questions, 15 Answers
  Active since 10 January 2023
  Last activity one year ago

Reputation

0

Badges 1

15 × Eureka!
0 Votes
11 Answers
529 Views
0 Votes 11 Answers 529 Views
How do we configure s3 bucket credentials when working with the autoscaling service?
2 years ago
0 Votes
8 Answers
558 Views
0 Votes 8 Answers 558 Views
2 years ago
0 Votes
8 Answers
556 Views
0 Votes 8 Answers 556 Views
Does ClearML currently support access to custom s3 endpoints? If so, how can we do this?
2 years ago
0 How Do We Configure S3 Bucket Credentials When Working With The Autoscaling Service?

"extra_clearml_conf" : """ aws { s3 {key: "A" secret : "B" region: "C" }} """,

2 years ago
0 How Do We Configure S3 Bucket Credentials When Working With The Autoscaling Service?

Thanks for the quick reply! I tried your suggestion and its telling me that the aws line is an invalid control character now

2 years ago
0 How Do We Configure S3 Bucket Credentials When Working With The Autoscaling Service?

when copying my clearml config into the "Edit configuration menu" and running it, I am getting a Json decode error (expected "," before the aws)

2 years ago
2 years ago
0 How Do We Configure S3 Bucket Credentials When Working With The Autoscaling Service?

I just sent you a dm with the scrubbed autoscaler config, would you be able to give some pointers on overarching things that are wrong?

2 years ago
0 How Do We Configure S3 Bucket Credentials When Working With The Autoscaling Service?

The overall format seems to be slightly different between my local clearml conf and the accepted strings

2 years ago
0 When Running Jobs, My Pipeline Controller Always Updates To The Latest Git Commit Id But Sometimes My Pipeline Steps Do Not. This Appears To Be Somewhat Random So I Believe It Is Due To Caching. Has Anyone Else Encountered This Or Have Any Idea How To Fix

Hi Jake, we aren't using any specific use-case or example but this has been occurring sporadically throughout the last month or so. Would it be possible to hop on a 15 or so minute zoom call some time to show you what has been happening?

2 years ago
0 When Running Jobs, My Pipeline Controller Always Updates To The Latest Git Commit Id But Sometimes My Pipeline Steps Do Not. This Appears To Be Somewhat Random So I Believe It Is Due To Caching. Has Anyone Else Encountered This Or Have Any Idea How To Fix

Clarification question: was cache_executed_step present in clearml 0.17 (which we are running)? I am trying to add it in manually and it is giving me an unexpected keyword argument error

2 years ago
2 years ago