jacobkimmel / pytorch_convgru

Convolutional Gated Recurrent Units implemented in PyTorch
MIT License
191 stars 41 forks source link

About the number of convolutions in GRU #7

Closed manmanCover closed 5 years ago

manmanCover commented 5 years ago

According to paper DELVING DEEPER INTO CONVOLUTIONAL NETWORKS FOR LEARNING VIDEO REPRESENTATIONS (https://arxiv.org/abs/1511.06432), there are 6 2D-convolutions. However, in your implementation, there are only 3, why?