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
WearyLeopard29
Moderator
6 Questions, 23 Answers
  Active since 10 January 2023
  Last activity one year ago

Reputation

0

Badges 1

22 × Eureka!
0 Votes
30 Answers
542 Views
0 Votes 30 Answers 542 Views
Hi, I'm encountering a problem while setting up the clearml-agent I've installed clearml-server on a remote machine, and made 3 url (eg, http://myclearmlfile...
2 years ago
0 Votes
6 Answers
571 Views
0 Votes 6 Answers 571 Views
If I update the annotation files for some dataset and upload it. Can it call the previous version of dataset using the dataset id ? Dataset.get(dataset_id=DS...
2 years ago
0 Votes
2 Answers
528 Views
0 Votes 2 Answers 528 Views
Hi, is there a way to tag a dataset using the python package ?
2 years ago
0 Votes
2 Answers
538 Views
0 Votes 2 Answers 538 Views
I see that there are new products called clreaml deploy and clearml hyper datasets. What are the use cases or features of these ?
2 years ago
0 Votes
2 Answers
644 Views
0 Votes 2 Answers 644 Views
For Google Cloud Storage, you can use default project credentials for all buckets, or specify credentials per individual buckets and sub-directory. Does this...
2 years ago
0 Votes
2 Answers
539 Views
0 Votes 2 Answers 539 Views
I'm trying to setup clearml-server on a Linux VM using these instruction However clearml-elastic doesn't startup which also causes the API server to fail sta...
2 years ago
0 I'M Trying To Setup Clearml-Server On A Linux Vm Using [These Instruction](

yes the VM has less RAM let me increase and check.

2 years ago
0 Hi, I'M Encountering A Problem While Setting Up The Clearml-Agent I'Ve Installed Clearml-Server On A Remote Machine, And Made 3 Url (Eg,

I used the configuration file provided as example changes the necessary things. Looks like it's somehow not able to hit the api.
clearml_agent: ERROR: Failed getting token (error 400 from https://myclearmlapi.com ): Bad Request

2 years ago
0 Hi, I'M Encountering A Problem While Setting Up The Clearml-Agent I'Ve Installed Clearml-Server On A Remote Machine, And Made 3 Url (Eg,

was checking the clearml-apiserver logs there are no events when doing clearml-agent init

2 years ago
0 Hi, I'M Encountering A Problem While Setting Up The Clearml-Agent I'Ve Installed Clearml-Server On A Remote Machine, And Made 3 Url (Eg,

{"meta":{"id":"e1dbf2fcec864085ae05762a61594e9c","trx":"e1dbf2fcec864085ae05762a61594e9c","endpoint":{"name":"users.get_current_user","requested_version":"2.13","actual_version":"1.0"},"result_code":401,"result_subcode":22,"result_msg":"Unauthorized (invalid credentials) (failed to locate provided credentials)","error_stack":null,"error_data":{}},"data":{}}

2 years ago
0 Hi, I'M Encountering A Problem While Setting Up The Clearml-Agent I'Ve Installed Clearml-Server On A Remote Machine, And Made 3 Url (Eg,

Do you thing putting it behind nginx will be an useful feature ? Then i'll open a feature request issue.

2 years ago
0 Hi, I'M Encountering A Problem While Setting Up The Clearml-Agent I'Ve Installed Clearml-Server On A Remote Machine, And Made 3 Url (Eg,

I wanted to enable HTTPS. exposing the ports would disable the ssl nginx was providing.

2 years ago
0 Hi, I'M Encountering A Problem While Setting Up The Clearml-Agent I'Ve Installed Clearml-Server On A Remote Machine, And Made 3 Url (Eg,

No it seems something is still going wrong, my clear-agent-services is not starting, as well as when I install clearml-agent anywhere it's not able to verify the credentials.

2 years ago
0 Hi, I'M Encountering A Problem While Setting Up The Clearml-Agent I'Ve Installed Clearml-Server On A Remote Machine, And Made 3 Url (Eg,

Got it exposing the ports should work, I'm guessing. How do you suggest to secure the port in that case ?

2 years ago
0 Hi, I'M Encountering A Problem While Setting Up The Clearml-Agent I'Ve Installed Clearml-Server On A Remote Machine, And Made 3 Url (Eg,

Redirection seems to be working with curl, as well as dashboard ie i'm able to access the dashboard with the URL.

2 years ago
0 Hi, I'M Encountering A Problem While Setting Up The Clearml-Agent I'Ve Installed Clearml-Server On A Remote Machine, And Made 3 Url (Eg,

Here is one log from the API
[2021-05-24 09:04:46,311] [9] [WARNING] [clearml.service_repo] Returned 400 for in 0ms, msg=Invalid request path /

2 years ago
0 Hi, I'M Encountering A Problem While Setting Up The Clearml-Agent I'Ve Installed Clearml-Server On A Remote Machine, And Made 3 Url (Eg,

I assumed this was the error when clear-ml tried to connect. Looks like this was the curl.

2 years ago
0 I See That There Are New Products Called Clreaml Deploy And Clearml Hyper Datasets. What Are The Use Cases Or Features Of These ?

got it, I see that serving is a very new project started in april, what other inference engine do you plan to support in the future ?

2 years ago
0 Hi, I'M Encountering A Problem While Setting Up The Clearml-Agent I'Ve Installed Clearml-Server On A Remote Machine, And Made 3 Url (Eg,

Since the traffic are routed through nginx for 3 url (eg,  http://myclearmlfiles.comhttp://myclearmlapi.comhttp://myclearmlapp.com ) to different port, what should be the value of CLEARML_HOST_IP

2 years ago
0 Hi Everyone, Does Anyone Have Any Pointers On How To Make The Clearml-Server Web Service Secure Using Ssl By Setting Up Nginx? I Have Played Around With It A Bit In Relation To Getting A Jupyterhub Setup Working Over Https, However, I Think That Was Mor

Hi VivaciousPenguin66 I was trying to do something similar, I was able to secure the webapp with something similar to this (the cert was on lb level), but were you able to secure the port for fileserver and api server ?

2 years ago