From ded495336e0803dfc63e7ea479d851f677d15ff7 Mon Sep 17 00:00:00 2001 From: typhoonzero Date: Mon, 22 Jan 2018 15:36:51 +0800 Subject: [PATCH] update style --- doc/faq/local/index_cn.rst | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/doc/faq/local/index_cn.rst b/doc/faq/local/index_cn.rst index efafaaab35..d0cdba90d8 100644 --- a/doc/faq/local/index_cn.rst +++ b/doc/faq/local/index_cn.rst @@ -255,5 +255,4 @@ mini-batch forward的output的值。获得的值类型均为 :code:`numpy.ndarra logger.info("Param %s, Grad %s", parameters.get(p), parameters.get_grad(p)) -注意:“在训练过程中获得某一个layer的output”和“在训练过程中获得参数的权重和梯度”都会造成训练中的数据从C++拷贝到numpy,会对训练性能造成影响。不要在 - 注重性能的训练场景下使用。 \ No newline at end of file +注意:“在训练过程中获得某一个layer的output”和“在训练过程中获得参数的权重和梯度”都会造成训练中的数据从C++拷贝到numpy,会对训练性能造成影响。不要在注重性能的训练场景下使用。 \ No newline at end of file -- GitLab