Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/chengsen/PyTorch_TextGCN
/ load_model
Method
load_model
utils.py:203–204 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
201
self.val_loss_min = val_loss
202
203
def
load_model(self):
204
return
th.load(self.model_path)
205
206
207
def
parameter_parser():
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected