Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/alexrame/fishr
/ predict
Method
predict
domainbed/algorithms.py:171–172 ·
view source on GitHub ↗
(self, x)
Source
from the content-addressed store, hash-verified
169
return
{
'loss'
: loss.item()}
170
171
def
predict(self, x):
172
return
self.network(x)
173
174
175
class
ARM(ERM):
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected