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
Hi Jamie,
I try to check the traditional hardmax NW but code execution fails unless I remove the , _ on the left hand side. I think the torch.max function only returns a single Tensor, doesn't it?
Yes, you are right -- this looks like it was inherited from an older version of pytorch where max returned both the value and indices. This will need to updated.
Hi Jamie,
I try to check the traditional hardmax NW but code execution fails unless I remove the
, _
on the left hand side. I think the torch.max function only returns a single Tensor, doesn't it?deepblast/deepblast/ops.py
Line 7 in ab48e4f
The text was updated successfully, but these errors were encountered: