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
DepravedCoyote18
Moderator
2 Questions, 17 Answers
  Active since 10 January 2023
  Last activity one year ago

Reputation

0

Badges 1

12 × Eureka!
0 Votes
14 Answers
523 Views
0 Votes 14 Answers 523 Views
one year ago
0 Votes
5 Answers
587 Views
0 Votes 5 Answers 587 Views
one year ago
0 Hi Everyone, I'M Looking For Configuring My Server Web Such That The Presented Url (Web, Api, Fileserver), Given When You Click For A New Credential, Are The Right Ones With My Configuration. For Instance, I Have Added Clearml_Api_Host In The Docker-File.

Hi CostlyOstrich36 Sure. My web-server currently shows somethings like :
api { web_server: host1 api_server: host1:8008 credentials { "access_key" = "akey" "secret_key" = "skey" } }, when I ask for credential

one year ago
0 Hi There. I Have My Own Clearml Server Working On

Hello MotionlessCoral18 and DeterminedCrab71 , I have exactly the same problem. What did you put in the output_uri ? minio.10.68.0.250.nip/simclr:80 ? In the Task.init ?
Many thanks

one year ago
0 Hi There. I Have My Own Clearml Server Working On

Okay but do you put the bucket name ? if so, before the port ?

one year ago
one year ago
0 Hi There. I Have My Own Clearml Server Working On

Dear Jean-François and Shay,
I am still not able to use it properly.
I have the same setup. what did you put in your clearml.conf ?
credentials: [ { host : url.for.api.minio:80 key: secret: multiport: secure: false } ] ... default_output_uri: " "
is that correct ?

one year ago
0 Hi There. I Have My Own Clearml Server Working On

I solved it with :
credentials: [ { host : url.for.api.minio:443 key: secret: multiport: secure: true } ] ... default_output_uri: "

one year ago