Commit 465ebbd4 authored by Menglong Zhu's avatar Menglong Zhu Committed by dreamdragon
Browse files

PiperOrigin-RevId: 207625446

parent 0d8e49ec
...@@ -26,7 +26,9 @@ _batch_norm = tf.contrib.layers.batch_norm ...@@ -26,7 +26,9 @@ _batch_norm = tf.contrib.layers.batch_norm
class BottleneckConvLSTMCell(tf.contrib.rnn.RNNCell): class BottleneckConvLSTMCell(tf.contrib.rnn.RNNCell):
"""Basic LSTM recurrent network cell using separable convolutions. """Basic LSTM recurrent network cell using separable convolutions.
The implementation is based on: http://arxiv.org/abs/1409.2329. The implementation is based on:
Mobile Video Object Detection with Temporally-Aware Feature Maps
https://arxiv.org/abs/1711.06368.
We add forget_bias (default: 1) to the biases of the forget gate in order to We add forget_bias (default: 1) to the biases of the forget gate in order to
reduce the scale of forgetting in the beginning of the training. reduce the scale of forgetting in the beginning of the training.
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment