From 3efa499e6da300ad5e75c611556546b75fe54bc2 Mon Sep 17 00:00:00 2001
From: Travis CI
Date: Wed, 28 Sep 2016 05:42:14 +0000
Subject: [PATCH] Deploy to GitHub Pages:
1c56e0dc9e105bb2190adba4e6bde3e0bf40c4b5
---
doc/ui/api/trainer_config_helpers/layers.html | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/doc/ui/api/trainer_config_helpers/layers.html b/doc/ui/api/trainer_config_helpers/layers.html
index ed4c24e561b..ce64b46abb9 100644
--- a/doc/ui/api/trainer_config_helpers/layers.html
+++ b/doc/ui/api/trainer_config_helpers/layers.html
@@ -281,7 +281,7 @@ support GPU mode.
filter_size_y (int) – The y dimension of a filter kernel. Since
PaddlePaddle now supports rectangular filters,
the filter’s shape can be (filter_size, filter_size_y).
-num_filter (int) – channel of output data.
+num_filters (int) – channel of output data.
num_channel (int) – channel of input data.
stride (int) – The x dimension of the stride.
stride_y (int) – The y dimension of the stride.
--
GitLab