-
Notifications
You must be signed in to change notification settings - Fork 27
Open
Description
Hi!
I find this repository very curious, thank you!
However, I've tried to run the code with the Hebbian update rule, and I run across several exceptions.
-
It seems that in
pytorch_hebbian/handlers/tensorboard_logger.pyin line 8,BaseWeightsHandlershould be imported instead ofBaseWeightsHistHandler. -
Running HebbsRule from
hebb.pyresults withRuntimeError: 1D tensors expected, but got 2D and 1D tensors. I believe it is due to thetorch.dot(w, x)operation: in PyTorch,dotonly supports computing the dot product of two 1D tensors with the same number of elements, in contrast to NumPy.
Is there a way to fix it? Do you have any plans on continuing working on this project?
Metadata
Metadata
Assignees
Labels
No labels