Great! I'll update to this version and will verify the issue is solved
Hi AgitatedDove14 - I think it's the one before 1.1.1, client is latest 1.0.5. Testing now on tensorflow-cpu 2.5.0
Hi BattyLizard6
Not that I'm aware of, which TF version are you using, and which clearml version?
just add description="test" to one of the tf.summary.image calls and see that it silently doesn't get logged
Thanks BattyLizard6 , fix is on its way 🙂
Verified.
BattyLizard6 can you open a github issue? I want to make sure this issue is addressed 🙂
You can also replace image_open = Image.open(os.path.join('..', '..', 'reporting', 'data_samples', 'picasso.jpg'))
image = np.asarray(image_open)
with image = np.random.random(
size
=[512, 512, 3])