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

Reputation

0

Badges 1

5 × Eureka!
0 Votes
6 Answers
491 Views
0 Votes 6 Answers 491 Views
2 years ago
0 Votes
19 Answers
599 Views
0 Votes 19 Answers 599 Views
2 years ago
0 Hi All, I Installed Clearml Server On A Separate Linux Server With Docker-Compose And Tried To Do Clearml-Init However Getting Http 403 On Credential Verification. Used Verify_Certificate = False For Api Config, Port And Ip Is Accessible From My Machine.

Detected credentials key="WRDIF3K1AQQTAADGU8HD" secret="p8qS***"
WEB Host configured to: [ http://10.3.19.183:8080 ]
API Host configured to: [ http://10.3.19.183:8008 ]
File Store Host configured to: [ http://10.3.19.183:8081 ]

ClearML Hosts configuration:
Web App: http://10.3.19.183:8080
API: http://10.3.19.183:8008
File Store: http://10.3.19.183:8081

Verifying credentials ...
Error: could not verify credentials: key=WRDIF3K1AQQTAADGU8HD secret=p8qSszJ0v8VmDChBowpGztfwQIILaRYvbuqfkcB...

2 years ago
0 Hi All, I Installed Clearml Server On A Separate Linux Server With Docker-Compose And Tried To Do Clearml-Init However Getting Http 403 On Credential Verification. Used Verify_Certificate = False For Api Config, Port And Ip Is Accessible From My Machine.

api {

web_server:  http://10.3.19.183:8080 
api_server:  http://10.3.19.183:8008 
files_server:  http://10.3.19.183:8081 
verify_certificate = False
credentials {
    "access_key" = "M3Q7QA2TT48OHV6MMFVW"
    "secret_key" = "r7s6axxIpKsNT9sQrxSfsTdZOZti2TS9eJVN9mTVYUqRa15HZT"
}

}

2 years ago
0 Hi, Having Problems During Credentials Verification In Clearml-Init. Server Installed On A Separate Machine, Web Ui Is Accessible Where I Generated Credentials For Api. Here Is The Log. Don'T Know Why I'M Getting Http 403. Detected Credentials Key="Wrdif3

for curl I get HTTP 405 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">

<title>405 Method Not Allowed</title> <h1>Method Not Allowed</h1> <p>The method is not allowed for the requested URL.</p>

2 years ago
0 Hi All, I Installed Clearml Server On A Separate Linux Server With Docker-Compose And Tried To Do Clearml-Init However Getting Http 403 On Credential Verification. Used Verify_Certificate = False For Api Config, Port And Ip Is Accessible From My Machine.

Yes, I tried it. Getting Json response from both urls. 8080 portal is accessible and I could generate credentials as well which I pasted for clearml-init but doesn't work there

2 years ago