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 Just To Confirm, I Set My Default Output_Uri To S3, Output_Uri Will Upload Just Artifacs, Console Log, File Server Will Save Plot Images Like Matplotlib/Seaborn. Is It Correct?

Hi
just to confirm, i set my default output_uri to s3,
output_uri will upload just artifacs, console log,
file server will save plot images like matplotlib/seaborn.

is it correct?

  
  
Posted one year ago
Votes Newest

Answers 6


CostlyOstrich36 I would like to point to azure blob storage, what kind of url schema should I use ? And also, where do you configure the credential for the ClearML server to access to Azure blob as file_server ? I couldn't find any documentation around this topic 😞
TIA

  
  
Posted one year ago

Found it: None
And credential are set with :

sdk {      
    azure.storage {
         containers: [
             {
                 account_name: "account"
                 account_key: "xxxx"
                 container_name:"clearml"
             }
         ]
    }
}
  
  
Posted one year ago

wow, okay, i think will move all logs/plot/artifacs to my storage s3. Thanks! really helpful!

  
  
Posted one year ago

Hi QuaintJellyfish58 , yes this is correct. You can also set your files_server in clearml.conf to point to S3 bucket as well and this way debug samples will be saved there as well

  
  
Posted one year ago

yep

  
  
Posted one year ago

do you mean i can change?

files_server: 
 -> 
 
  
  
Posted one year ago
1K Views
6 Answers
one year ago
one year ago
Tags