You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
relu = L.ReLU(scale, in_place=True)
Is it a mistake?Or,is it discarded?
The text was updated successfully, but these errors were encountered:
zjuzuhe
changed the title
The relu activation function don't be used in grp-dsod.
The result after relu activation function don't be used in grp-dsod.
Mar 30, 2018
zjuzuhe
changed the title
The result after relu activation function don't be used in grp-dsod.
The result after relu activation function isn't used in grp-dsod.
Mar 30, 2018
Hi @zjuzuhe, thanks for pointing out this, actually, we did not use relu following the scale operation in global-level attention. I will remove or comment this line soon. I'm also not sure if it is helpful or not using relu here.
Thx for your sharing code of grp-dsod.I read the code and I find that result after relu function isn't used in this part.
relu = L.ReLU(scale, in_place=True)
Is it a mistake?Or,is it discarded?
The text was updated successfully, but these errors were encountered: