Commit a6f9dad0 authored by syiming's avatar syiming
Browse files

remove unused print

parent 92700f62
......@@ -491,7 +491,6 @@ def _build_faster_rcnn_feature_extractor(
first_stage_features_stride = (
feature_extractor_config.first_stage_features_stride)
batch_norm_trainable = feature_extractor_config.batch_norm_trainable
print(feature_type)
if feature_type not in FASTER_RCNN_FEATURE_EXTRACTOR_CLASS_MAP:
raise ValueError('Unknown Faster R-CNN feature_extractor: {}'.format(
......
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