memn2n icon indicating copy to clipboard operation
memn2n copied to clipboard

Separate memory from model?

Open domluna opened this issue 8 years ago • 1 comments

Assuming I could define a custom gradient for the nil embedding, the memory a.k.a variables A, B, TA, and TB can be in a separate memory component.

The main benefit of this would be to more easily play around with different models around the memory.

domluna avatar Apr 24 '16 00:04 domluna

Might be able to this in TF v0.9 with the new tf.Function feature.

domluna avatar May 31 '16 00:05 domluna