You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mxnet.apache.org by jx...@apache.org on 2018/01/05 18:40:46 UTC

[incubator-mxnet] branch master updated: fix utf8 error in odc (#9322)

This is an automated email from the ASF dual-hosted git repository.

jxie pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-mxnet.git


The following commit(s) were added to refs/heads/master by this push:
     new f9fd88b  fix utf8 error in odc (#9322)
f9fd88b is described below

commit f9fd88bf178c0005a81ebf909750d5786bb1ec69
Author: Hu Shiwen <ya...@gmail.com>
AuthorDate: Sat Jan 6 02:40:42 2018 +0800

    fix utf8 error in odc (#9322)
---
 src/operator/contrib/bounding_box.cc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/operator/contrib/bounding_box.cc b/src/operator/contrib/bounding_box.cc
index 36dc3db..288fe44 100644
--- a/src/operator/contrib/bounding_box.cc
+++ b/src/operator/contrib/bounding_box.cc
@@ -164,7 +164,7 @@ NNVM_REGISTER_OP(_contrib_bipartite_matching)
     s = [[0.5, 0.6], [0.1, 0.2], [0.3, 0.4]]
     x, y = bipartite_matching(x, threshold=1e-12, is_ascend=False)
     x = [1, -1, 0]
-    y = [2, 0]
+    y = [2, 0]
 
 )doc" ADD_FILELINE)
 .set_num_inputs(1)

-- 
To stop receiving notification emails like this one, please contact
['"commits@mxnet.apache.org" <co...@mxnet.apache.org>'].