From 22760801dbe6c3ba2240966b11267155f8edc81f Mon Sep 17 00:00:00 2001 From: Travis CI Date: Wed, 14 Dec 2016 09:35:58 +0000 Subject: [PATCH] Deploy to GitHub Pages: ab86711a5435b4bd146ac551a811afcccdc1fa14 --- .../ui/data_provider/pydataprovider2.txt | 8 +- doc/_sources/ui/index.txt | 2 +- doc/demo/index.html | 10 +- doc/demo/rec/ml_regression.html | 33 +- doc/dev/new_layer/new_layer.html | 30 +- doc/searchindex.js | 2 +- doc/source/api/api.html | 170 ++++---- doc/source/cuda/cuda/cuda.html | 40 +- doc/source/cuda/matrix/matrix.html | 70 ++-- doc/source/cuda/rnn/rnn.html | 70 ++-- doc/source/cuda/utils/utils.html | 28 +- doc/source/gserver/activations/index.html | 4 +- .../gserver/dataprovider/dataproviders.html | 66 +-- doc/source/gserver/evaluators/evaluators.html | 52 +-- .../gradientmachines/gradientmachines.html | 70 ++-- doc/source/gserver/layers/layer.html | 392 +++++++++--------- doc/source/math/matrix/matrix.html | 148 +++---- doc/source/math/utils/utils.html | 34 +- doc/source/parameter/optimizer/optimizer.html | 84 ++-- doc/source/parameter/parameter/parameter.html | 72 ++-- doc/source/parameter/update/update.html | 20 +- doc/source/pserver/client/client.html | 24 +- doc/source/pserver/network/network.html | 32 +- doc/source/pserver/server/server.html | 34 +- doc/source/trainer/trainer.html | 24 +- doc/source/utils/customStackTrace.html | 4 +- doc/source/utils/enum.html | 2 +- doc/source/utils/lock.html | 38 +- doc/source/utils/queue.html | 4 +- doc/source/utils/thread.html | 18 +- .../trainer_config_helpers/activations.html | 6 +- doc/ui/api/trainer_config_helpers/attrs.html | 16 +- .../trainer_config_helpers/data_sources.html | 6 +- .../trainer_config_helpers/evaluators.html | 6 +- doc/ui/api/trainer_config_helpers/index.html | 17 +- doc/ui/api/trainer_config_helpers/layers.html | 14 +- .../api/trainer_config_helpers/networks.html | 6 +- .../trainer_config_helpers/optimizers.html | 6 +- .../api/trainer_config_helpers/poolings.html | 6 +- doc/ui/cmd_argument/use_case.html | 10 +- doc/ui/data_provider/pydataprovider2.html | 14 +- doc/ui/index.html | 3 + doc/ui/predict/swig_py_paddle_en.html | 34 +- .../ui/data_provider/pydataprovider2.txt | 8 +- .../cmake/compile_options.html | 4 +- doc_cn/searchindex.js | 2 +- doc_cn/ui/data_provider/pydataprovider2.html | 13 +- doc_cn/ui/predict/swig_py_paddle.html | 22 +- 48 files changed, 889 insertions(+), 889 deletions(-) diff --git a/doc/_sources/ui/data_provider/pydataprovider2.txt b/doc/_sources/ui/data_provider/pydataprovider2.txt index e105d3be308..fcf230522f6 100644 --- a/doc/_sources/ui/data_provider/pydataprovider2.txt +++ b/doc/_sources/ui/data_provider/pydataprovider2.txt @@ -174,12 +174,12 @@ input_types +++++++++++ PaddlePaddle has four data types, and three sequence types. -The four data types are: +The four data types are: * :code:`dense_vector`: dense float vector. * :code:`sparse_binary_vector`: sparse binary vector, most of the value is 0, and the non zero elements are fixed to 1. -* :code:`sparse_float_vector`: sparse float vector, most of the value is 0, and some +* :code:`sparse_vector`: sparse float vector, most of the value is 0, and some non zero elements can be any float value. They are given by the user. * :code:`integer`: an integer scalar, that is especially used for label or word index. @@ -200,7 +200,7 @@ in the above table. +----------------------+---------------------+-----------------------------------+------------------------------------------------+ | sparse_binary_vector | [i, i, ...] | [[i, ...], [i, ...], ...] | [[[i, ...], ...], [[i, ...], ...],...] | +----------------------+---------------------+-----------------------------------+------------------------------------------------+ -| sparse_float_vector | [(i,f), (i,f), ...] | [[(i,f), ...], [(i,f), ...], ...] | [[[(i,f), ...], ...], [[(i,f), ...], ...],...] | +| sparse_vector | [(i,f), (i,f), ...] | [[(i,f), ...], [(i,f), ...], ...] | [[[(i,f), ...], ...], [[(i,f), ...], ...],...] | +----------------------+---------------------+-----------------------------------+------------------------------------------------+ | integer_value | i | [i, i, ...] | [[i, ...], [i, ...], ...] | +----------------------+---------------------+-----------------------------------+------------------------------------------------+ @@ -227,7 +227,7 @@ Its parameters lists as follows: * :code:`is_train` is a bool parameter that indicates the DataProvider is used in training or testing. * :code:`file_list` is the list of all files. - + * User-defined parameters args can be set in training configuration. Note, PaddlePaddle reserves the right to add pre-defined parameter, so please diff --git a/doc/_sources/ui/index.txt b/doc/_sources/ui/index.txt index 9c1ba27bdc1..5aa051b4e9f 100644 --- a/doc/_sources/ui/index.txt +++ b/doc/_sources/ui/index.txt @@ -7,7 +7,7 @@ ## API Reference -* [Model Config Interface](api/trainer_config_helpers/index.md) +* [Model Config Interface](api/trainer_config_helpers/index.rst) ## Command Line Argument diff --git a/doc/demo/index.html b/doc/demo/index.html index ef0b3baaa79..00b775ff8ea 100644 --- a/doc/demo/index.html +++ b/doc/demo/index.html @@ -30,7 +30,7 @@ - +