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
No problem! Thank you for your amazing work!
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
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
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?
I opened the issue on github https://github.com/allegroai/clearml-web/issues/46
Hi TrickyFox41 , I think this issue is solved in 1.9.0, please update to the latest version of clearml
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).
Hi TrickyFox41 , how did you save the debug samples? What is the URL of the image?
I also save the models in the s3 bucket using output_uri=cfg.clearml.output_uri,
in the Task.init