Commit e76190e8 authored by derekjchow's avatar derekjchow Committed by Sergio Guadarrama
Browse files

Use spatial_squeeze=False for ResNet feature extractors. (#1586)

Fixes #1585
parent daf4bf93
......@@ -122,6 +122,7 @@ class FasterRCNNResnetV1FeatureExtractor(
is_training=False,
global_pool=False,
output_stride=self._first_stage_features_stride,
spatial_squeeze=False,
scope=var_scope)
handle = scope + '/%s/block3' % self._architecture
......
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