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
Anyone Experiencing This With A Custom S3 Bucket In The Debug Samples? The S3 Configuration In The Webapp Is Correct

Anyone experiencing this with a custom S3 bucket in the debug samples? The S3 configuration in the webapp is correct

  
  
Posted 4 months ago
Votes Newest

Answers 16


Hi TrickyFox41 , how did you save the debug samples? What is the URL of the image?

  
  
Posted 4 months ago

The debug samples are correctly uploaded in the bucket (is a minio bucket) i can see them from the minio webapp. I have used logger.report_image

  
  
Posted 4 months ago

Hi TrickyFox41 , I think this issue is solved in 1.9.0, please update to the latest version of clearml

  
  
Posted 4 months ago

I might be wrong. Did you try 1.9.1?

  
  
Posted 4 months ago

just tried 1.9.1 and it is affected

  
  
Posted 4 months ago

Please do 🙂

  
  
Posted 4 months ago

I specified the upload destination in the logger. Logger.current_logger().set_default_upload_destination(cfg.clearml.media_uri) . Yes Minio with no special config. The s3 config is in the clearml.conf

  
  
Posted 4 months ago

I also save the models in the s3 bucket using output_uri=cfg.clearml.output_uri, in the Task.init

  
  
Posted 4 months ago

Also 1.9.1-312 is affected

  
  
Posted 4 months ago

No problem! Thank you for your amazing work!

  
  
Posted 4 months ago

Hi TrickyFox41 , I'm sorry for the confusion. It appears that the issue is solved in the unreleased version 1.9.2 of the server that should be coming out in the next few days (Thursday or start of next week).

  
  
Posted 4 months ago

1.9.0 is still affected

  
  
Posted 4 months ago

Just so I understand the scenario - You're using Minio (I assume no special configs) and when saving debugs Minio all the files are there but in the UI you can't view it, correct? How did you save debug samples to Minio - by default they are always saved to fileserver?

  
  
Posted 4 months ago

I opened the issue on github https://github.com/allegroai/clearml-web/issues/46

  
  
Posted 4 months ago

Ok i did some investigations and the bug appear from version 1.8.0. In version 1.7.0 there is not. I open a issue in GitHub

  
  
Posted 4 months ago