MCPcopy Create free account
hub / github.com/apache/singa / optim

Method optim

test/python/test_model.py:76–77  ·  view source on GitHub ↗
(self, loss)

Source from the content-addressed store, hash-verified

74 return autograd.softmax_cross_entropy(out, ty)
75
76 def optim(self, loss):
77 self.optimizer(loss)
78
79
80class MLP(model.Model):

Callers 1

train_one_batchMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected