Associative_LSTM icon indicating copy to clipboard operation
Associative_LSTM copied to clipboard

LSTM with associative memory cells (http://arxiv.org/abs/1602.03032)

Results 6 Associative_LSTM issues
Sort by recently updated
recently updated
newest added

Hi, Thank you for releasing your implementation! I'm working on testing the model in Torch, and am having difficulty replicating results from the original paper, so I wanted to compare...

Hi, I got the latest stable release of BLOCKS, but still have this error. What is the proper way to correct it? Building model ... Traceback (most recent call last):...

Thanks for publishing your code for this paper! One portion of your paper talks about using multiple heads for solving the arithmetic challenge. For calculate the `next_cells` did you simply...

The formula for bound in the paper (equation 22) shows sqrt inside max. Here, you have max inside sqrt. Does this make any difference? Thanks for your fine work.

envy@ub1404:~/os_pri/github/Associative_LSTM$ python holographic_memory.py Using gpu device 0: GeForce GTX 950M (CNMeM is disabled, CuDNN 4007) Traceback (most recent call last): File "holographic_memory.py", line 94, in MEM = write_func(KEYS, VALUES) File...

README should contain version numbers or hashes of Blocks, Fuel & Theano used to get the result you specify. Particularly in Blocks, there are not often but sometimes breaking changes,...