Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/TorchSSL/TorchSSL
/ count_parameters
Function
count_parameters
utils.py:102–103 ·
view source on GitHub ↗
(model)
Source
from the content-addressed store, hash-verified
100
101
102
def
count_parameters(model):
103
return
sum(p.numel()
for
p in model.parameters()
if
p.requires_grad)
Callers
13
main_worker
Function · 0.90
main_worker
Function · 0.90
main_worker
Function · 0.90
main_worker
Function · 0.90
main_worker
Function · 0.90
main_worker
Function · 0.90
main_worker
Function · 0.90
main_worker
Function · 0.90
main_worker
Function · 0.90
main_worker
Function · 0.90
main_worker
Function · 0.90
main_worker
Function · 0.90
Calls
no outgoing calls
Tested by
no test coverage detected