MCPcopy Create free account
hub / github.com/alexrame/fishr / predict

Method predict

domainbed/algorithms.py:845–846  ·  view source on GitHub ↗
(self, x)

Source from the content-addressed store, hash-verified

843 return {'loss_c': loss_c.item(), 'loss_s': loss_s.item(), 'loss_adv': loss_adv.item()}
844
845 def predict(self, x):
846 return self.network_c(self.network_f(x))
847
848
849class RSC(ERM):

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected