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
Hello! I get the following error when trying to use bindsnet.encoding.encodings.single: TypeError: 'device' is an invalid keyword argument for zeros()
I think the error is that np.zeros is used instead of torch.zeros, so device is not a keyword :)
The text was updated successfully, but these errors were encountered:
Hello! I get the following error when trying to use bindsnet.encoding.encodings.single:
TypeError: 'device' is an invalid keyword argument for zeros()
I think the error is that np.zeros is used instead of torch.zeros, so
device
is not a keyword :)The text was updated successfully, but these errors were encountered: