uber-research/differentiable-plasticity
Implementations of the algorithms described in Differentiable plasticity: training plastic networks with gradient descent, a research paper from Uber AI Labs.
PythonNOASSERTION
Issues
- 0
Not training on Omniglot
#8 opened by AlexandruBurlacu - 0
omniglot.py activ = activin.mm( self.w + torch.mul(self.alpha, hebb)) + 1000.0 * inputlabel
#7 opened by violetxi - 0
lossnum = loss.data[0] gives an error
#6 opened by 3rdnightbaron - 1
In your opinion, can we apply plasticity to recognition task of nerural networks using Convolutional networks. If yes, how and why should it work.
#4 opened by Magotraa - 3
Forward function in simple.py
#5 opened by udion - 4
RNN only carry first batch of hebb weight
#1 opened by indiejoseph - 3
no module named pics_tosend
#2 opened by jwingit - 1
Plasticity on Omniglot.
#3 opened by Boazrciasn