Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/TorchSSL/TorchSSL
/ get_value
Method
get_value
models/fullysupervised/fullysupervised_utils.py:10–11 ·
view source on GitHub ↗
(self, iter)
Source
from the content-addressed store, hash-verified
8
self.value = value
9
10
def
get_value(self, iter):
11
return
self.value
12
13
def
__call__(self, iter):
14
return
self.value
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected