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 All, I Am Running A Self Hosting Clearml Server On An Ec2 Instance. I Am Able To Run Training And Log The Data Into A Separate S3 Bucket By Specifying The

Hi all,

I am running a self hosting ClearML server on an EC2 instance. I am able to run training and log the data into a separate S3 bucket by specifying the output_uri argument in Task.init . This al; works fine, however I have noticed that any image (Such as debug images) are being logged into the ClearML EC2 server and not the S3 bucket.

Does ClearML always require images to be stored on the EC2 instance?

  
  
Posted one year ago
Votes Newest

Answers 2


Hi @<1523702547896864768:profile|FrightenedHippopotamus86> , debug samples are stored automatically on the files server. You can manipulate this by changing api.files_server in clearml.conf to connect to the bucket of your choice

  
  
Posted one year ago

Thanks for that I will give it a go

  
  
Posted one year ago