ixaxaar / pytorch-dnc

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

Unresolved reference 'output' #50

Open denizetkar opened 4 years ago

denizetkar commented 4 years ago

https://github.com/ixaxaar/pytorch-dnc/blob/016b541223bf801f3f3a617fa3942cc12ef71be9/dnc/dnc.py#L270

The variable named 'output' (as can be seen above) is an unresolved reference. Kindly, please fix it.

LiUzHiAn commented 4 years ago

@denizetkar By walking through the code, I guess outputs = pack(outputs, lengths) is okay. 😄