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
From OSA stage I noticed that SE param can be changed to False in some cases, e.g. block_per_stage != 1. I guess it means the following OSA module should not include SE module.
From OSA stage I noticed that
SE
param can be changed to False in some cases, e.g.block_per_stage != 1
. I guess it means the following OSA module should not include SE module.vovnet-detectron2/vovnet/vovnet.py
Lines 260 to 265 in f96f534
But it seems that the
SE
param defined in OSA module is never used, so SE module will be applied in every OSA module.vovnet-detectron2/vovnet/vovnet.py
Lines 186 to 189 in f96f534
Is it a bug? or just I misunderstood it?
The text was updated successfully, but these errors were encountered: