Skip to content

Commit 1042257

Browse files
committed
Quick fix following #381
1 parent b51a960 commit 1042257

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

efficientdet/efficientdet_arch.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -658,7 +658,7 @@ def build_bifpn_layer(feats, feat_sizes, config):
658658
data_format=config.data_format)
659659
nodes.append(input_node)
660660

661-
new_node = fuse_features(nodes, p.fpn_weight_method)
661+
new_node = fuse_features(nodes, fpn_config.weight_method)
662662

663663
with tf.variable_scope('op_after_combine{}'.format(len(feats))):
664664
if not p.conv_bn_act_pattern:

0 commit comments

Comments
 (0)