jingweiz / pytorch-dnc

Neural Turing Machine (NTM) & Differentiable Neural Computer (DNC) with pytorch & visdom
MIT License
278 stars 52 forks source link

Bidirectional DNC #11

Closed Rahim16 closed 5 years ago

Rahim16 commented 6 years ago

Hello, thank you for this package it has been very helpful to start experimenting with DNCs. I tried to implement bidirectional version of the circuit by using two separate lstm controllers for forward and backward pass respectively, one thing I am not sure of is whether it makes sense to concatenate read vectors for both directions along with hidden layer activations for the input at time T before feeding them to the linear layer. I would appreciate if you could provide feedback: https://github.com/Rahim16/pytorch-dnc/blob/master/core/circuits/bi_circuit.py

Thank you! Rahim