Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ModelZoo
ResNet50_tensorflow
Commits
465ebbd4
Commit
465ebbd4
authored
Aug 06, 2018
by
Menglong Zhu
Committed by
dreamdragon
Oct 24, 2018
Browse files
PiperOrigin-RevId: 207625446
parent
0d8e49ec
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
1 deletion
+3
-1
research/lstm_object_detection/lstm/lstm_cells.py
research/lstm_object_detection/lstm/lstm_cells.py
+3
-1
No files found.
research/lstm_object_detection/lstm/lstm_cells.py
View file @
465ebbd4
...
@@ -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.
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment