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
MoodySeaurchin4
Moderator
3 Questions, 7 Answers
  Active since 10 June 2023
  Last activity 9 months ago

Reputation

0

Badges 1

6 × Eureka!
0 Votes
2 Answers
501 Views
0 Votes 2 Answers 501 Views
Hi everyone, I'm following this tutorial: None When i run the pipeline remotely (min 47), the pipeline is created as in the video, but as soon as the task "g...
10 months ago
0 Votes
11 Answers
633 Views
0 Votes 11 Answers 633 Views
Hi everyone, I'm trying to setup clearml-serving as per None instructions, but I'm having troubles with the docker-compose command. I have the self hosted ve...
11 months ago
0 Votes
1 Answers
495 Views
0 Votes 1 Answers 495 Views
Good evening everyone, I have a question on how to monitor model performance (in terms of accuracy of predictions) with grafana. In this tutorial: None , onl...
8 months ago
0 Hi Everyone, I'M Trying To Setup Clearml-Serving As Per

It appears that the containers of clearml-serving couldn't access my host machine, because locahost referred to the container and not the host. However , changing the server address in the docker-compose.yml from localhost to host.docker.internal gives me another error:
clearml.backend_api.session.session.LoginError: Unrecognized Authentication Error: <class 'requests.exceptions.InvalidSchema'> No connection adapters were found for 'host.docker.internal:8008/auth.login'

Any idea what i am m...

11 months ago
0 Hi Everyone, I'M Following This Tutorial:

Hi @<1523701087100473344:profile|SuccessfulKoala55> , sure, here it is
I've just hidden the url of the server, which is the self deployed version

10 months ago
0 Hi Everyone, I'M Trying To Setup Clearml-Serving As Per

Hello Jack and thank you for your answer.
The server is reachable, curl gives me HTTP/1.1 200 OK.
I'm running both the clearml server and (attempting to run) the serving server on the same machine with Windows11. Both of them use docker containers

11 months ago
0 Hello Everyone! I'M Uploading A Dataset To The Server. During Dataset.Finalize() I Get The Following Error. Could You Please Advise What Could Be The Problem, Where Should I Start Looking?

Hi @<1524560082761682944:profile|MammothParrot39> , I have the same problem. Could you elaborate on the solution you found?

10 months ago
0 Hi Everyone, I'M Trying To Setup Clearml-Serving As Per

The error is a NewConnectionError caused by the fact that the serving server has to download the artifacts needed to deploy the model (aka the model itself and the preprocess script), but these have an address starting with localhost (since they are on the clearml server on my host machine), hence are not accessible by the serving, because the serving needs the url to start with "host.docker.internal" and not localhost

11 months ago
0 Hi Everyone, I'M Trying To Setup Clearml-Serving As Per

Unfortunately, now the problem is that, although the serving server can see the clearml server and I can create an endpoint to expose a model, the serving server can't access the needed artifacts (like the preprocessing script and the model chosen) because their url starts with "localhost", while the serving server needs the url to start with "host.docker.internal" to actually access them...

11 months ago
0 Hi Everyone, I'M Trying To Setup Clearml-Serving As Per

Yes, I realized I didn't put "http://" before the ip (host.docker.internal).

11 months ago