mirror of https://github.com/open-mmlab/mmocr.git
parent
13986f497d
commit
86879c6834
|
@ -13,7 +13,7 @@ model = dict(
|
||||||
cfg=dict(
|
cfg=dict(
|
||||||
type='GCAModule',
|
type='GCAModule',
|
||||||
ratio=0.0625,
|
ratio=0.0625,
|
||||||
headers=1,
|
n_head=1,
|
||||||
pooling_type='att',
|
pooling_type='att',
|
||||||
is_att_scale=False,
|
is_att_scale=False,
|
||||||
fusion_type='channel_add'),
|
fusion_type='channel_add'),
|
||||||
|
|
Loading…
Reference in New Issue