carlthome/tensorflow-convlstm-cell

Evaluate peephole importance

carlthome opened this issue · 0 comments

The basic intuition for peepholes is that they benefit problems that require precise timing but I wonder how they work for the convolutional RNNs. The simpler version without peepholes could be calculated with fewer operations so what are the exact trade-offs?