Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/VisionLearningGroup/OVANet
/ set_lambda
Method
set_lambda
models/basenet.py:92–93 ·
view source on GitHub ↗
(self, lambd)
Source
from the content-addressed store, hash-verified
90
self.tmp = temp
91
92
def
set_lambda(self, lambd):
93
self.lambd = lambd
94
95
def
forward(self, x, dropout=False, return_feat=False):
96
if
return_feat:
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected