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 10 months ago
Votes Newest

Answers 6


Hi @<1523701260895653888:profile|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 10 months ago

@<1523701070390366208:profile|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 10 months ago

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

  
  
Posted 10 months ago

do you mean i can change?

files_server: 
 -> 
 
  
  
Posted 10 months ago

Found it: None
And credential are set with :

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

yep

  
  
Posted 10 months ago
654 Views
6 Answers
10 months ago
10 months ago
Tags