Closed Inquisitive-ME closed 1 year ago
@Inquisitive-ME ClearML converts Tensorboard images to image files, and its default settings might indeed produce distorted results for small images. You can configure the conversion settings through clearml.conf (e.g. in this case, opting for a "PNG" format would yield better results).
Thank you that fixed the issue.
Describe the bug
Small images are incorrectly saved and rendered when saved through tensorboard
To reproduce
Run the python script below
Expected behaviour
The image downloaded via clearML is below, which has artifacts that do not exist in the actual image
This is the actual image that was downloaded from tensoboard
Github does not show them well so here is a closeup side by side of each image. The correct TensorBoard image is on the left
Environment