You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
99c99< if tag.startswith('image'):---> if 'image' in tag:101c101< elif tag.startswith('label'):---> elif 'label' in tag:195c195< tag.startswith('image') or tag.startswith('label')):---> 'image' in tag or 'label' in tag):
I have the same issue as #61 & #64 (and likely #62 & #63):
I'm using SyneRBI/PETRIC@16393ed; effectively:
Note that the "Images" tab shows the GIF properly.
But the "3D" tab doesn't display, and forcefully loading the 3D plugin produces the
ZeroDivisionError
intensorboard
's logs.The text was updated successfully, but these errors were encountered: