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
TrickySheep9
Moderator
71 Questions, 428 Answers
  Active since 10 January 2023
  Last activity 8 months ago

Reputation

0

Badges 1

383 × Eureka!
0 Quick Qn, When Using The Clearml-Task, How To Specify The Output_Uri.

BTW when I started using s3, I was thinking I needed to specify ouput_uri for each task. Soon realized that you just need the prefix where you want to put it into, and clearml will take care of project etc being appended to the path. So for most usecases, a single output uri set in conf should work.

3 years ago
0 I Am Not Familiar With Pytorch, But Is It Expected That So Many “Models” Are Created? These Are Being Repeated As Well For A Single Task (This Is Training A T5_Model With Transformers):

OK i found what’s happening:

I had an additional Task.init() - just the blank one, to get the project name. Adding the disable to that as well fixed the issue

3 years ago
0 This Verify Param To Decode Of Pyjwt Seems To Be Removed And In A Fresh Intallation We Are Seeing This Error:

Not really right? They deprecated a param which wasn’t removed in that commit i mentioned above

3 years ago
3 years ago
0 Need Some Help With Shell Script For A Task That Is Not Running From What I Can See: Have A

If you don’t mind, can you point me at the code where this happens?

3 years ago
0 After I Have Create A Task And Closed It In A Notebook, Any Activity Seems To Trigger Another Task. For Example:

Thanks AgitatedDove14 . Have removed Task.current_task() usage for this now. Think I can do without it

3 years ago
0 Is There A Way To

Something like the Gitlab Kubernetes Executor could work well.

3 years ago
0 Can Someone Confirm If

Ok, but doesn't work for me though. Can you or AgitatedDove14 help me in linking to relevant code so that I can see what's wrong?

3 years ago
0 I Am Not Familiar With Pytorch, But Is It Expected That So Many “Models” Are Created? These Are Being Repeated As Well For A Single Task (This Is Training A T5_Model With Transformers):

Yeah concerns make sense.

The underlying root issue is unnecessary models being added or at least what I think are unnecessary and even happening when you load a model to test.

Do people use ClearML with huggingface transformers? The code is std transformers code.

Will create an issue.

3 years ago
0 The

Great, thanks

3 years ago
0 My Nth Question For The Day

That's cool AgitatedDove14 , will try it out and pester you a bit more. 🙂

3 years ago
0 Any Pointers On Running Gpu Tasks With K8S Glue?

Thanks for the fast responses as usual AgitatedDove14 🙂

3 years ago
3 years ago
0 Is It Possible To Schedule Pipelines On Events Like Dataset Update?

Not able to understand what’s really happening in the links

3 years ago
0 Is There A Way To

+1. The k8s helper needs to be more k8s native.

3 years ago
Show more results compactanswers