pytorch-hebbian
pytorch-hebbian copied to clipboard
A lightweight and flexible framework for Hebbian learning in PyTorch.
Small updates to get the system working with the newest PyTorch (2.2.1 at the time of writing this) as well as Ignite and Tensorboard. Most changes consist of making sure...
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. 1. It seems...
Hi, I'm trying to speed up training by using a multi-processing in the DataLoader, however this throws an error. Any insight would be appreciated. Here is a snippet of code...