Closed Atcold closed 7 years ago
This is a fix for the Fast Weights model. The matrix A needs to be computed at each step t. Batch mode is also now correctly implemented via nn.MM() (one A fast weights matrix per each representation in the batch).
t
nn.MM()
@codeAC29, please review this PR. It should be all good now.
This is a fix for the Fast Weights model. The matrix A needs to be computed at each step
t
. Batch mode is also now correctly implemented viann.MM()
(one A fast weights matrix per each representation in the batch).