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
VastShells9
Moderator
5 Questions, 7 Answers
  Active since 10 January 2023
  Last activity 18 days ago

Reputation

0

Badges 1

7 × Eureka!
0 Votes
2 Answers
743 Views
0 Votes 2 Answers 743 Views
Hello! We're using free on-prem clearml server and planning to promote it to enterprise. Could you help me with links to promotion procedure? I didn't find it.
11 months ago
0 Votes
3 Answers
1K Views
0 Votes 3 Answers 1K Views
Hello! I faced the issue with hyper parameters optimization. When I try to run optimization I receive an error: 2022-12-20 12:48:02,560 - clearml.automation....
2 years ago
0 Votes
4 Answers
80 Views
0 Votes 4 Answers 80 Views
Hi, ClearML we're running self-hosted clearml server: Server: 1.14.0-431 • API: 2.28 And faced odd issue with task running on spot VMs. When task was started...
18 days ago
0 Votes
2 Answers
1K Views
0 Votes 2 Answers 1K Views
Hi! We run self-hosted clear-ml and use autoscaler for aws, but we're migrating to google cloud and I can not find any documentation is it possible to use au...
one year ago
0 Votes
2 Answers
1K Views
0 Votes 2 Answers 1K Views
Hi! I faced some odd problem. I'm trying to run pipelines and one of the task trying to install some dependencies with pip. I tried to skip venv creation wit...
one year ago
0 Hi! I Faced Some Odd Problem. I'M Trying To Run Pipelines And One Of The Task Trying To Install Some Dependencies With Pip. I Tried To Skip Venv Creation With Env Variable:

Hi, sorry it is not required anymore. We fixed this problem with setting
packages=['numpy==1.21.0']in pipeline functions configuration.

one year ago
0 Hello! I Faced The Issue With Hyper Parameters Optimization. When I Try To Run Optimization I Receive An Error:

I'm using self-hosted clear-ml server: WebApp: 1.7.0-232 • Server: 1.7.0-232 • API: 2.21
And I'm not sure what to do with this. Optimization script was created according to: https://clear.ml/docs/latest/docs/fundamentals/hpo/
Could you help me to debug and resolve this issue?

2 years ago
0 Hi, Clearml We'Re Running Self-Hosted Clearml Server:

self-created script to create a VM, we're on free version, so we can not use GCP autoscaler

18 days ago