Skip to content

Commit

Permalink
fix data format in ppyolo (PaddlePaddle#2403)
Browse files Browse the repository at this point in the history
  • Loading branch information
wangxinxin08 authored Mar 22, 2021
1 parent 6716d44 commit 118e8b7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions dygraph/ppdet/modeling/necks/yolo_fpn.py
Original file line number Diff line number Diff line change
Expand Up @@ -313,6 +313,7 @@ def __init__(self,

self.spp = kwargs.get('spp', False)
self.conv_block_num = kwargs.get('conv_block_num', 2)
self.data_format = data_format
if self.coord_conv:
ConvLayer = CoordConv
else:
Expand Down

0 comments on commit 118e8b7

Please sign in to comment.