ixaxaar / pytorch-dnc

Differentiable Neural Computers, Sparse Access Memory and Sparse Differentiable Neural Computers, for Pytorch
MIT License
335 stars 56 forks source link

Stacked DNCs forward pass wrong #12

Closed ixaxaar closed 6 years ago

ixaxaar commented 6 years ago

Should be time-unrolled i.e. time -> layer, not layer -> time.

ixaxaar commented 6 years ago

Fixed in c4ce242