Skip to content

Commit 3991a54

Browse files
yeqinglitensorflower-gardener
authored andcommitted
Internal changes.
PiperOrigin-RevId: 288514265
1 parent a6e4493 commit 3991a54

File tree

1 file changed

+1
-1
lines changed
  • official/vision/detection/modeling/architecture

1 file changed

+1
-1
lines changed

official/vision/detection/modeling/architecture/heads.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -224,7 +224,7 @@ def __call__(self, roi_features, is_training=None):
224224
net = tf.keras.layers.Dense(
225225
units=self._fc_dims,
226226
activation=(None if self._use_batch_norm else tf.nn.relu),
227-
name='fc{}'.format(i+6))(
227+
name='fc{}'.format(i))(
228228
net)
229229
if self._use_batch_norm:
230230
net = self._batch_norm_relu(fused=False)(net, is_training=is_training)

0 commit comments

Comments
 (0)