Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenDriveLab/OccNet
/ forward
Method
forward
projects/mmdet3d_plugin/models/backbones/vovnet.py:161–162 ·
view source on GitHub ↗
(self, x)
Source
from the content-addressed store, hash-verified
159
self.inplace = inplace
160
161
def
forward(self, x):
162
return
F.relu6(x + 3.0, inplace=self.inplace) / 6.0
163
164
165
class
eSEModule(nn.Module):
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected