Skip to content

Commit

Permalink
Merge pull request chainer#8347 from disktnk/fix/onehot-check
Browse files Browse the repository at this point in the history
Revert output value check on SoftmaxCrossEntropy
  • Loading branch information
mergify[bot] authored Oct 31, 2019
2 parents e189205 + 221e16c commit 93a5469
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions tests/onnx_chainer_tests/functions_tests/test_loss.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,5 @@ def __call__(self, x, t):
high=self.in_shape[1]).astype(np.int32)

def test_output(self):
# Currently, onnxruntime does not support OneHot node,
# so skip output value check
self.check_out_values = None
self.expect(self.model, [self.x, self.t], name=self.name,
skip_opset_version=[7, 8])

0 comments on commit 93a5469

Please sign in to comment.