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 one year ago
Votes Newest

Answers 16


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 one year ago

1.9.0 is still affected

  
  
Posted one year ago

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

  
  
Posted one year ago

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

  
  
Posted one year ago

No problem! Thank you for your amazing work!

  
  
Posted one year ago

just tried 1.9.1 and it is affected

  
  
Posted one year ago

Also 1.9.1-312 is affected

  
  
Posted one year ago

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

  
  
Posted one year ago

Please do 🙂

  
  
Posted one year ago

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

  
  
Posted one year 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 one year ago

I might be wrong. Did you try 1.9.1?

  
  
Posted one year 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 one year 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 one year 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 one year ago