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
WandB allows us to use histograms when we pass a tensor instead of a scalar.
In the current API I get the following error:
ValueError: `self.log(next_batch_pred, tensor([242, 143, 582, 190, 436, 260, 183], device='cuda:0'))` was called, but the tensor must have a single element. You can try doing `self.log(next_batch_pred, tensor([242, 143, 582, 190, 436, 260, 183], device='cuda:0').mean())`
It's understandable that for some loggers it might not be feasible, but it's sorta a missed opportunity.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
WandB allows us to use histograms when we pass a tensor instead of a scalar.
In the current API I get the following error:
It's understandable that for some loggers it might not be feasible, but it's sorta a missed opportunity.
Thanks!
Csabi
Beta Was this translation helpful? Give feedback.
All reactions