From 64a14b0b6bc62bd69c0ee4fe7d4c91f44123252f Mon Sep 17 00:00:00 2001 From: Travis CI Date: Sat, 1 Jul 2017 02:37:22 +0000 Subject: [PATCH] Deploy to GitHub Pages: ea641da51bb8627f05607b91d8ac40ec03be8640 --- develop/doc_cn/getstarted/concepts/use_concepts_cn.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/develop/doc_cn/getstarted/concepts/use_concepts_cn.html b/develop/doc_cn/getstarted/concepts/use_concepts_cn.html index 3391e5d857..d3b2aa62d8 100644 --- a/develop/doc_cn/getstarted/concepts/use_concepts_cn.html +++ b/develop/doc_cn/getstarted/concepts/use_concepts_cn.html @@ -413,7 +413,7 @@ trainer.train( # define training dataset reader def train_reader(): train_x = np.array([[1, 1], [1, 2], [3, 4], [5, 2]]) - train_y = np.array([-2, -3, -7, -7]) + train_y = np.array([[-2], [-3], [-7], [-7]]) def reader(): for i in xrange(train_y.shape[0]): -- GitLab