Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FoundationVision/LlamaGen
/ extra_repr
Method
extra_repr
utils/drop_path.py:35–36 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
33
return
drop_path(x, self.drop_prob, self.training, self.scale_by_keep)
34
35
def
extra_repr(self):
36
return
f
'drop_prob={round(self.drop_prob,3):0.3f}'
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected