I've updated my feature request to describe that as well. A textual description is not necessarily a preview 😅 For now I'll use the debug samples.
These kind of things definitely show how ClearML was designed originally only for neural networks tbh, where images are almost always only part of the dataset. Same goes for the consistent use of iteration
everywhere 😞
That's a nice work around of course - I'm sure it works and I'll give it a shot momentarily. I'm just wondering if ClearML could automatically recognize image files in upload_artifact
(and other well known suffixes) and do that for me.
Hi UnevenDolphin73 , Do you get any preview run this example - https://github.com/allegroai/clearml/blob/master/examples/reporting/artifacts.py ?
The preview will show text 😕
Is this image for debugging? Can debug samples section help with that? Or it used for data?
Actually TimelyPenguin76 I get only the following as a "preview" -- I thought the preview for an image would be... the image itself..?
you can this description as the preview, can this help?
task.upload_artifact(name='artifact name', artifact_object=artifact_object, preview="object description")
Not really - it will just show the string. A preview would be more like a low-res version of the uploaded image or similar.
Opened a matching feature request issue for this -> https://github.com/allegroai/clearml/issues/418
It's not exactly "debugging", but rather a description of the generated model/framework (generated with pygraphviz).