carpedm20 / MemN2N-tensorflow

"End-To-End Memory Networks" in Tensorflow
http://arxiv.org/abs/1503.08895v4
MIT License
829 stars 251 forks source link

Weight sharing missing? #18

Open bearpaw opened 6 years ago

bearpaw commented 6 years ago

Hi,

Thanks for the code. I notice that in the original code, the weights of C are shared, as in https://github.com/facebook/MemNN/blob/946c4784b59dcf053bbbbb9637d6814bc152c276/MemN2N-lang-model/model.lua#L67-L74

However, I cannot find the weight sharing part in this code. Did I miss something? Thank you.