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

Method forward

examples/onnx/tiny_yolov2.py:117–119  ·  view source on GitHub ↗
(self, *x)

Source from the content-addressed store, hash-verified

115 super(MyModel, self).__init__(onnx_model)
116
117 def forward(self, *x):
118 y = super(MyModel, self).forward(*x)
119 return y[0]
120
121 def train_one_batch(self, x, y):
122 pass

Callers 1

tiny_yolov2.pyFile · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected