carpedm20/MemN2N-tensorflow

Global gradients clipping should be used in stead of clipping each matrix separately.

Opened this issue · 0 comments

wwt17 commented

I found your code measuring norms and clipping gradients for each parameter separately. But in the paper, the authors said "the l2 norm of the whole gradient of all parameters..." and your method was used in QA tasks.