Thanks BattyLizard6 , fix is on its way 🙂
just add description="test" to one of the tf.summary.image calls and see that it silently doesn't get logged
Hi BattyLizard6
Not that I'm aware of, which TF version are you using, and which clearml version?
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
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])
Verified.
BattyLizard6 can you open a github issue? I want to make sure this issue is addressed 🙂
Great! I'll update to this version and will verify the issue is solved