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 Everyone, Qq: I Specified The Output_Uri Of The

Hi everyone,
qq: I specified the output_uri of the Task instance to be an s3 bucket and any artifact logged explicitly is indeed uploaded there. However, all the plots logged automatically from matplotlib are not being logged to the s3 bucket but to the https://api.clear.ml server. How do I change this?

  
  
Posted one year ago
Votes Newest

Answers 2


I think you need to configure api.files_server in ~clearml.conf as your s3 bucket

  
  
Posted one year ago

yes! thanks

  
  
Posted one year ago
599 Views
2 Answers
one year ago
one year ago
Tags
Similar posts