Skip to content

Commit

Permalink
Use spatial_squeeze=False for ResNet feature extractors. (tensorflow#…
Browse files Browse the repository at this point in the history
  • Loading branch information
derekjchow authored and sguada committed Jun 16, 2017
1 parent daf4bf9 commit e76190e
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -122,6 +122,7 @@ def _extract_proposal_features(self, preprocessed_inputs, scope):
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
Expand Down

0 comments on commit e76190e

Please sign in to comment.