MCPcopy
hub / github.com/jindongwang/transferlearning / predict

Method predict

code/DeepDG/alg/algs/ERM.py:37–38  ·  view source on GitHub ↗
(self, x)

Source from the content-addressed store, hash-verified

35 return {'class': loss.item()}
36
37 def predict(self, x):
38 return self.network(x)

Callers 15

updateMethod · 0.95
fit_predictMethod · 0.45
knn_classifyFunction · 0.45
fit_predictMethod · 0.45
train_classifyMethod · 0.45
fit_predictMethod · 0.45
fit_predictMethod · 0.45
proxy_a_distanceFunction · 0.45
fit_predictMethod · 0.45
partot_DAMethod · 0.45
proxy_a_distanceFunction · 0.45
fit_predictMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected