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

Method forward

examples/onnx/arcface.py:61–63  ·  view source on GitHub ↗
(self, *x)

Source from the content-addressed store, hash-verified

59 super(MyModel, self).__init__(onnx_model)
60
61 def forward(self, *x):
62 y = super(MyModel, self).forward(*x)
63 return y[0]
64
65 def train_one_batch(self, x, y):
66 pass

Callers 1

arcface.pyFile · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected