[Fix] Fix a typo problem in MASTER (#1031)

* loss

* fix

* 'fix'
pull/1034/head
Qing Jiang 2022-05-23 23:33:13 +08:00 committed by GitHub
parent 13986f497d
commit 86879c6834
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@ model = dict(
cfg=dict(
type='GCAModule',
ratio=0.0625,
headers=1,
n_head=1,
pooling_type='att',
is_att_scale=False,
fusion_type='channel_add'),