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
Answered
Hi! I'M Trying To Set Up Clear Ml, I Don'T Know How To Setup Azure Container Storage, For Some Reason It Raises Errors. I Tried This

Hi! I'm trying to set up Clear ML, I don't know how to setup Azure container storage, for some reason it raises errors.

I tried this None
But it continues uploading the dataset into clearml
So I changed files_server: in the clearml.conf file
But it raises errors (in the comments)

Some info about how to do it? Do I need the premium version?

  
  
Posted 21 days ago
Votes Newest

Answers 10


How did you configure the files_server in clearml.conf ?

  
  
Posted 21 days ago

Hi @<1739818374189289472:profile|SourSpider22> , are you using the self deployed server?

  
  
Posted 21 days ago

Community server?

  
  
Posted 21 days ago

No, I'm not @<1523701070390366208:profile|CostlyOstrich36>

  
  
Posted 21 days ago

> clearml-data sync --project yolo_test --name test1 --folder test1
clearml-data - Dataset Management & Versioning CLI
Creating a new dataset:
2024-08-27 11:58:26,131 - clearml.storage - ERROR - Exception encountered while uploading Failed uploading object /yolo_test/.datasets/test1/test1.9a02f7a3a5924fadbbe0c4b827deafe0/artifacts/state/state.json (405): <html>
<head><title>405 Not Allowed</title></head>
<body>
<center><h1>405 Not Allowed</h1></center>
<hr><center>nginx/1.24.0</center>
</body>
</html>

Error: Failed uploading object /yolo_test/.datasets/test1/test1.9a02f7a3a5924fadbbe0c4b827deafe0/artifacts/state/state.json (405): <html>
<head><title>405 Not Allowed</title></head>
<body>
<center><h1>405 Not Allowed</h1></center>
<hr><center>nginx/1.24.0</center>
</body>
</html>
  
  
Posted 21 days ago

I added these lines in the config file

api {
    # Notice: 'host' is the api server (default port 8008), not the web server.
    api_server: 

    web_server: 

    files_server: 

}
....
 azure.storage {
        # max_connections: 2

         containers: [
             {
                 account_name: "account_name"
                 account_key: "***"
                  container_name: "container_name"
             }
         ]
    }
  
  
Posted 21 days ago

I see. Leave the files_server section as it was by default. Then in the CLI specify the --output-uri flag
None

  
  
Posted 21 days ago

@<1523701070390366208:profile|CostlyOstrich36>
Thanks for your help! I will try to solve it with that

  
  
Posted 21 days ago

Also I think it should start with None

  
  
Posted 21 days ago

For now, yes, I'm using community server

  
  
Posted 21 days ago
97 Views
10 Answers
21 days ago
21 days ago
Tags