Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/TaoRuijie/TalkNet-ASD
/ saveParameters
Method
saveParameters
talkNet.py:78–79 ·
view source on GitHub ↗
(self, path)
Source
from the content-addressed store, hash-verified
76
return
mAP
77
78
def
saveParameters(self, path):
79
torch.save(self.state_dict(), path)
80
81
def
loadParameters(self, path):
82
selfState = self.state_dict()
Callers
1
main
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected