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

Reputation

0

Badges 1

5 × Eureka!
0 Votes
6 Answers
574 Views
0 Votes 6 Answers 574 Views
2 years ago
0 Votes
1 Answers
489 Views
0 Votes 1 Answers 489 Views
Is this the old document page? https://allegro.ai/clearml/docs/rst/getting_started/index.html Does it contain anything that the official document doesn't hav...
2 years ago
0 Votes
4 Answers
511 Views
0 Votes 4 Answers 511 Views
2 years ago
0 I Also Want A Low Latency Unthrottled System. It Seems Like The Free Version Of Clearml Is Somewhat Throttled. I Tried Uploading An Artifact To The Free Version Of Clearml And It'S Very Slow To Download The Artifact To My Laptop Using Get_Local_Copy() Fun

My version is 1.1.1 and the file size is 47 MB. I don't think I have network issue because uploading was fast. but downloading is slow.

Anyway, I've gone and tried to reproduce the issue and it seems that there's no problem now. It's downloading fast already!

2 years ago
0 Hi, If I Want To Run Many Hyperparameter Tuning Trials In Parallel E.G. 50 Trials Concurrently, What'S The Best Way To Do It In The Cloud? I Have An Aws Account But Not Much Knowledge About Stuff Like Kubernetes. Should I Use The Premium Version Of Clearm

It can be also on ClearML. I'm just evaluating options currently. Is the free version suitable for running big experiment like that? (50-100 trials concurrent for maybe an hour and then stop)
My workflow is that I like to try a bunch of parameters (50-100 trials at a time) and then develop idea of what to do next.

2 years ago
0 Hi, If I Want To Run Many Hyperparameter Tuning Trials In Parallel E.G. 50 Trials Concurrently, What'S The Best Way To Do It In The Cloud? I Have An Aws Account But Not Much Knowledge About Stuff Like Kubernetes. Should I Use The Premium Version Of Clearm

Yes, on AWS or on anything as long as it's not too hard for someone who doesn't know much DevOps stuff.
Ideally I want it to automatically spawn new compute instances when required and terminate the instances when not in use.

2 years ago