Commit 5feb6bc0 authored by Pengchong Jin's avatar Pengchong Jin Committed by A. Unique TensorFlower
Browse files

Do not restrain min/max levels in FPN.

PiperOrigin-RevId: 281994265
parent 082bb878
...@@ -172,10 +172,6 @@ RETINANET_CFG = { ...@@ -172,10 +172,6 @@ RETINANET_CFG = {
RETINANET_RESTRICTIONS = [ RETINANET_RESTRICTIONS = [
'architecture.use_bfloat16 == retinanet_parser.use_bfloat16', 'architecture.use_bfloat16 == retinanet_parser.use_bfloat16',
'anchor.min_level == fpn.min_level',
'anchor.max_level == fpn.max_level',
'anchor.min_level == nasfpn.min_level',
'anchor.max_level == nasfpn.max_level',
'anchor.min_level == retinanet_head.min_level', 'anchor.min_level == retinanet_head.min_level',
'anchor.max_level == retinanet_head.max_level', 'anchor.max_level == retinanet_head.max_level',
'anchor.min_level == postprocess.min_level', 'anchor.min_level == postprocess.min_level',
......
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