diff --git a/doc/_static/basic.css b/doc/_static/basic.css index 2b513f0c9643dcd7e671013a2507badf2efb3040..0b79414a16adfcf062bf14fc3c040bc335eb79ad 100644 --- a/doc/_static/basic.css +++ b/doc/_static/basic.css @@ -494,6 +494,13 @@ pre { overflow-y: hidden; /* fixes display issues on Chrome browsers */ } +span.pre { + -moz-hyphens: none; + -ms-hyphens: none; + -webkit-hyphens: none; + hyphens: none; +} + td.linenos pre { padding: 5px 0px; border: 0; diff --git a/doc/_static/searchtools.js b/doc/_static/searchtools.js index 066857ce21b1b4b055f9a9308eb351237260fcca..a51e0dc5b6ab26465274ba8810118382bc597652 100644 --- a/doc/_static/searchtools.js +++ b/doc/_static/searchtools.js @@ -324,7 +324,7 @@ var Search = { var searchterms = []; var excluded = []; var hlterms = []; - var tmp = query.split(/\s+/); + var tmp = query.split(/\W+/); var objectterms = []; for (i = 0; i < tmp.length; i++) { if (tmp[i] !== "") { diff --git a/doc/algorithm/rnn/rnn.html b/doc/algorithm/rnn/rnn.html index 64e21e37601fd3ad0ed7444a9567f148ee45dd27..c969e63e5cddcf7975211b0a2d1a782a689ea8f6 100644 --- a/doc/algorithm/rnn/rnn.html +++ b/doc/algorithm/rnn/rnn.html @@ -26,6 +26,8 @@ + + + + @@ -445,7 +447,7 @@ sudo paddle version \ No newline at end of file diff --git a/doc/build/contribute_to_paddle.html b/doc/build/contribute_to_paddle.html index 3d3bc4ddb8d418fef231924bdf2e0df8d445f49a..24b5dac2aee7a936734d61c58868cdaa85fb1894 100644 --- a/doc/build/contribute_to_paddle.html +++ b/doc/build/contribute_to_paddle.html @@ -26,6 +26,8 @@ + + @@ -234,7 +236,7 @@ git push -f origin HEAD \ No newline at end of file diff --git a/doc/build/docker_install.html b/doc/build/docker_install.html index 3531ea939180c343e03d977e18d05eb6d2695c8f..4d37c99847203dbada91b51919bd5e4da33160dd 100644 --- a/doc/build/docker_install.html +++ b/doc/build/docker_install.html @@ -26,6 +26,8 @@ + + @@ -269,7 +271,7 @@ docker rm paddle_ssh_machine \ No newline at end of file diff --git a/doc/build/index.html b/doc/build/index.html index 9c33041dcac223977d46dede0b4641433e60f693..21d9f9c1870f0705cec4fdf1689c496c2020ffa2 100644 --- a/doc/build/index.html +++ b/doc/build/index.html @@ -26,6 +26,8 @@ + + @@ -154,7 +156,7 @@ var _hmt = _hmt || []; \ No newline at end of file diff --git a/doc/build/ubuntu_install.html b/doc/build/ubuntu_install.html index c5b975aafe11792845546f2f450349e4f665a3e4..a8e50b12628f3b76b5613e05d97dc1910bb32d56 100644 --- a/doc/build/ubuntu_install.html +++ b/doc/build/ubuntu_install.html @@ -26,6 +26,8 @@ + + @@ -138,7 +140,7 @@ apt-get install -f \ No newline at end of file diff --git a/doc/cluster/index.html b/doc/cluster/index.html index 5b9ad480a2ffe546f2c2572c01e66446868a52ae..dea668cb58ad0ef586ececf5740af530233d8682 100644 --- a/doc/cluster/index.html +++ b/doc/cluster/index.html @@ -26,6 +26,8 @@ + + @@ -138,7 +140,7 @@ var _hmt = _hmt || []; \ No newline at end of file diff --git a/doc/cluster/opensource/cluster_train.html b/doc/cluster/opensource/cluster_train.html index db454799930efa5f738fdf3d6b367690a1d93221..44d78e82e3ee913d0b05de5d840c0e49d47fba76 100644 --- a/doc/cluster/opensource/cluster_train.html +++ b/doc/cluster/opensource/cluster_train.html @@ -26,6 +26,8 @@ + + @@ -269,7 +271,7 @@ It provides stderr and stdout of trainer process. Check error log if training cr \ No newline at end of file diff --git a/doc/demo/embedding_model/index.html b/doc/demo/embedding_model/index.html index f837253bddf51fa2e1124f8b104d93fc9b793384..8d7cf685f6bee637e7532424bfbcd6e84e362f4a 100644 --- a/doc/demo/embedding_model/index.html +++ b/doc/demo/embedding_model/index.html @@ -26,6 +26,8 @@ + + @@ -315,7 +317,7 @@ python paraconvert.py --t2b -i INPUT -o OUTPUT \ No newline at end of file diff --git a/doc/demo/image_classification/image_classification.html b/doc/demo/image_classification/image_classification.html index dee46b03b4b9545382d97f7a67a3362fb8cad78a..fca8f8a9dfcdd7e6dc55d9c50cba60cd96cd25ae 100644 --- a/doc/demo/image_classification/image_classification.html +++ b/doc/demo/image_classification/image_classification.html @@ -26,6 +26,8 @@ + + @@ -337,7 +339,7 @@ python prediction.py $model $image $use_gpu \ No newline at end of file diff --git a/doc/demo/image_classification/index.html b/doc/demo/image_classification/index.html index 69ad204e73d75a86bb23a95dbcce8d0e34acb504..397dc11b2c2b53bba4572841700b1626a544fb74 100644 --- a/doc/demo/image_classification/index.html +++ b/doc/demo/image_classification/index.html @@ -26,6 +26,8 @@ + + @@ -141,7 +143,7 @@ var _hmt = _hmt || []; \ No newline at end of file diff --git a/doc/demo/imagenet_model/resnet_model.html b/doc/demo/imagenet_model/resnet_model.html index 68afee6346ac5916a68056288703ddd4815547c4..eac93df13b2bfe466149d7e099312d3b4b950050 100644 --- a/doc/demo/imagenet_model/resnet_model.html +++ b/doc/demo/imagenet_model/resnet_model.html @@ -26,6 +26,8 @@ + + @@ -401,7 +403,7 @@ shape: (Co, \ No newline at end of file diff --git a/doc/demo/index.html b/doc/demo/index.html index 630af00ba15ac69001e139e6ba0d931fb6613d13..136b7137b3b271eb10af8ee406c423ce68ad0cb2 100644 --- a/doc/demo/index.html +++ b/doc/demo/index.html @@ -26,6 +26,8 @@ + + @@ -170,7 +172,7 @@ var _hmt = _hmt || []; \ No newline at end of file diff --git a/doc/demo/quick_start/index_en.html b/doc/demo/quick_start/index_en.html index bf055e902d938e0f7b81dd12f61b99c55bb9bddd..b5d15b2db47b9d649a48a318a4e5f728c7234fa8 100644 --- a/doc/demo/quick_start/index_en.html +++ b/doc/demo/quick_start/index_en.html @@ -26,6 +26,8 @@ + + @@ -649,7 +651,7 @@ mv rank-00000 result.txt \ No newline at end of file diff --git a/doc/demo/rec/ml_dataset.html b/doc/demo/rec/ml_dataset.html index 29519a617370ea5289eff9b9d838751aecc141db..74b1f902ccfd46d38d878b3a6b19187451889f2c 100644 --- a/doc/demo/rec/ml_dataset.html +++ b/doc/demo/rec/ml_dataset.html @@ -26,6 +26,8 @@ + + @@ -242,7 +244,7 @@ entries and/or test entries \ No newline at end of file diff --git a/doc/demo/rec/ml_regression.html b/doc/demo/rec/ml_regression.html index 3472ef9dd87ac46dbfef9b390c77636ad5d39542..0eb9c29dbd7c358193436b7938f4403f0362d5b5 100644 --- a/doc/demo/rec/ml_regression.html +++ b/doc/demo/rec/ml_regression.html @@ -26,6 +26,8 @@ + + @@ -753,7 +755,7 @@ Prediction Score is 3.13 \ No newline at end of file diff --git a/doc/demo/semantic_role_labeling/index.html b/doc/demo/semantic_role_labeling/index.html index e0cb06f2832bd229b283b2d2e0835621edf9f159..786c18e1184e064f89693e516c81ba8ed7fbb589 100644 --- a/doc/demo/semantic_role_labeling/index.html +++ b/doc/demo/semantic_role_labeling/index.html @@ -26,6 +26,8 @@ + + @@ -144,7 +146,7 @@ var _hmt = _hmt || []; \ No newline at end of file diff --git a/doc/demo/semantic_role_labeling/semantic_role_labeling.html b/doc/demo/semantic_role_labeling/semantic_role_labeling.html index 110b313d9e52922a978a94f5a0dd7f8e969f6a71..a459bc93e631fd3d4eef19a1cd0e21c8ffbbebe2 100644 --- a/doc/demo/semantic_role_labeling/semantic_role_labeling.html +++ b/doc/demo/semantic_role_labeling/semantic_role_labeling.html @@ -26,6 +26,8 @@ + + @@ -323,7 +325,7 @@ feature: the extracted features from data set \ No newline at end of file diff --git a/doc/demo/sentiment_analysis/index.html b/doc/demo/sentiment_analysis/index.html index ada5b7d424434ea836c7e07bc169c007acbf8f99..9346fc214a107cf81b915c745e3f2542a9b24237 100644 --- a/doc/demo/sentiment_analysis/index.html +++ b/doc/demo/sentiment_analysis/index.html @@ -26,6 +26,8 @@ + + @@ -146,7 +148,7 @@ var _hmt = _hmt || []; \ No newline at end of file diff --git a/doc/demo/sentiment_analysis/sentiment_analysis.html b/doc/demo/sentiment_analysis/sentiment_analysis.html index c19efacb491070450731cd7b63c09f037a949f9e..b323e007afa8979ca1cbc37a46f10b7e6f15c683 100644 --- a/doc/demo/sentiment_analysis/sentiment_analysis.html +++ b/doc/demo/sentiment_analysis/sentiment_analysis.html @@ -26,6 +26,8 @@ + + @@ -451,7 +453,7 @@ exists or change the model path.

\ No newline at end of file diff --git a/doc/demo/text_generation/index.html b/doc/demo/text_generation/index.html index a27ffff9f7e889602f826b9de91cd3358e845c59..3830e7263b0f276ddbda07b34eba7e5d69466fbb 100644 --- a/doc/demo/text_generation/index.html +++ b/doc/demo/text_generation/index.html @@ -26,6 +26,8 @@ + + @@ -156,7 +158,7 @@ var _hmt = _hmt || []; \ No newline at end of file diff --git a/doc/demo/text_generation/text_generation.html b/doc/demo/text_generation/text_generation.html index a54ad6f4423e2d91e691777c50ce96e46baedbe1..27f9b43a1f42cf508a79fbc59e6eb7191d79286c 100644 --- a/doc/demo/text_generation/text_generation.html +++ b/doc/demo/text_generation/text_generation.html @@ -26,6 +26,8 @@ + + @@ -512,7 +514,7 @@ var _hmt = _hmt || []; \ No newline at end of file diff --git a/doc/dev/new_layer/index.html b/doc/dev/new_layer/index.html index e06ca4bd3f0b3e3bcdd1225c0ca3bf80b06d9a3d..26835130c2e647c0c6039cef6f44cdec49fb53e0 100644 --- a/doc/dev/new_layer/index.html +++ b/doc/dev/new_layer/index.html @@ -26,6 +26,8 @@ + + @@ -131,7 +133,7 @@ var _hmt = _hmt || []; \ No newline at end of file diff --git a/doc/dev/new_layer/new_layer.html b/doc/dev/new_layer/new_layer.html index 05cbdd3e7cc19bab27b451348748a9f63707c56e..b647273d81a19fe4327f46fac8554bfcd7435b5e 100644 --- a/doc/dev/new_layer/new_layer.html +++ b/doc/dev/new_layer/new_layer.html @@ -26,6 +26,8 @@ + + @@ -510,7 +512,7 @@ add_test(NAME test_FCGrad \ No newline at end of file diff --git a/doc/genindex.html b/doc/genindex.html index e81cdf1f33c7276b51db88efe47e03fa1e297f64..50f5737bb097506333f25f07c9af1d33207e3e63 100644 --- a/doc/genindex.html +++ b/doc/genindex.html @@ -27,6 +27,8 @@ + + + + + + @@ -128,7 +130,7 @@ var _hmt = _hmt || []; \ No newline at end of file diff --git a/doc/py-modindex.html b/doc/py-modindex.html index d9e20e9f93717ce7a908a66b60275646d282219d..80d316c9f45ce0a358c72d320dd50b9a4c82c5dc 100644 --- a/doc/py-modindex.html +++ b/doc/py-modindex.html @@ -26,6 +26,8 @@ + + + + + + @@ -1886,7 +1888,7 @@ Example:

     
   
 
\ No newline at end of file
diff --git a/doc/source/cuda/cuda/cuda.html b/doc/source/cuda/cuda/cuda.html
index 3043d4ea61b0d07268758e83fbf633d5eeb275e8..c503bfaffa4495579c9468876442ea490e0c063c 100644
--- a/doc/source/cuda/cuda/cuda.html
+++ b/doc/source/cuda/cuda/cuda.html
@@ -26,6 +26,8 @@
     
     
     
+    
+    
     
     
     
@@ -2075,7 +2077,7 @@ var _hmt = _hmt || [];
     
\ No newline at end of file diff --git a/doc/source/cuda/cuda/index.html b/doc/source/cuda/cuda/index.html index 04894afebf452c322b20eca05a391dd033460c51..b3365f9762ba86e65e75447efda97a6283950181 100644 --- a/doc/source/cuda/cuda/index.html +++ b/doc/source/cuda/cuda/index.html @@ -26,6 +26,8 @@ + + @@ -147,7 +149,7 @@ var _hmt = _hmt || [];
\ No newline at end of file diff --git a/doc/source/cuda/matrix/index.html b/doc/source/cuda/matrix/index.html index 7a276cd27fd29955ff13fe88fef559f1e2436902..cf1955004f7db356e4830875bd1ff590aee746b4 100644 --- a/doc/source/cuda/matrix/index.html +++ b/doc/source/cuda/matrix/index.html @@ -26,6 +26,8 @@ + + @@ -153,7 +155,7 @@ var _hmt = _hmt || []; \ No newline at end of file diff --git a/doc/source/cuda/matrix/matrix.html b/doc/source/cuda/matrix/matrix.html index 47430c58ee7655b348142987a94275fb754edff6..7229711160b2ee307e606dbcbe82c0612b1bbe5f 100644 --- a/doc/source/cuda/matrix/matrix.html +++ b/doc/source/cuda/matrix/matrix.html @@ -26,6 +26,8 @@ + + @@ -2846,7 +2848,7 @@ CPU element wise quaternary operator. element wise op(a, b, c, d) for 0 <= i \ No newline at end of file diff --git a/doc/source/cuda/rnn/index.html b/doc/source/cuda/rnn/index.html index a8063093796f6fd6fb0e71f85388c6a9c836ed35..4bb6b3772988627088186ee09fa13c0311385ac6 100644 --- a/doc/source/cuda/rnn/index.html +++ b/doc/source/cuda/rnn/index.html @@ -26,6 +26,8 @@ + + @@ -139,7 +141,7 @@ var _hmt = _hmt || []; \ No newline at end of file diff --git a/doc/source/cuda/rnn/rnn.html b/doc/source/cuda/rnn/rnn.html index 7bc95b34060f1019e9b24136539dfbcc13a5f0ff..7674518f273c8469e4d423531862630ff3064af8 100644 --- a/doc/source/cuda/rnn/rnn.html +++ b/doc/source/cuda/rnn/rnn.html @@ -26,6 +26,8 @@ + + @@ -1937,7 +1939,7 @@ var _hmt = _hmt || []; \ No newline at end of file diff --git a/doc/source/cuda/utils/index.html b/doc/source/cuda/utils/index.html index ca0ed50689b6646b5ed5a6420c0e9c29ed754990..89ffc7569611ad7683cda6f87520b2b7e5a0103e 100644 --- a/doc/source/cuda/utils/index.html +++ b/doc/source/cuda/utils/index.html @@ -26,6 +26,8 @@ + + @@ -144,7 +146,7 @@ var _hmt = _hmt || []; \ No newline at end of file diff --git a/doc/source/cuda/utils/utils.html b/doc/source/cuda/utils/utils.html index 4e05b24f4c1b0abbabdd3d975ea1c2d6fc06bf1a..d04114c67d4b08a5c8a08183e324de7115558749 100644 --- a/doc/source/cuda/utils/utils.html +++ b/doc/source/cuda/utils/utils.html @@ -26,6 +26,8 @@ + + @@ -870,7 +872,7 @@ var _hmt = _hmt || []; \ No newline at end of file diff --git a/doc/source/gserver/activations/index.html b/doc/source/gserver/activations/index.html index 5e4091aee11c55f932d0654f648bf20db9a4c346..b160547c48cdd6dbdb6eb750a41dccb6c8559994 100644 --- a/doc/source/gserver/activations/index.html +++ b/doc/source/gserver/activations/index.html @@ -26,6 +26,8 @@ + + @@ -182,7 +184,7 @@ var _hmt = _hmt || []; \ No newline at end of file diff --git a/doc/source/gserver/dataprovider/dataproviders.html b/doc/source/gserver/dataprovider/dataproviders.html index d810b6cef31324d32d265c6121738d18c52030d1..07d3d9cb2fb4fe2a0592a497ff476b39e170f847 100644 --- a/doc/source/gserver/dataprovider/dataproviders.html +++ b/doc/source/gserver/dataprovider/dataproviders.html @@ -26,6 +26,8 @@ + + @@ -1496,7 +1498,7 @@ virtual © Copyright 2016, PaddlePaddle developers. - Created using Sphinx 1.4.6. + Created using Sphinx 1.4.8. \ No newline at end of file diff --git a/doc/source/gserver/dataprovider/index.html b/doc/source/gserver/dataprovider/index.html index 1a623a0bdc7a0c3e6601b60876afe7da3fc4e760..859f4c402a6fdd2a140283e81f3c5bba9c4c0feb 100644 --- a/doc/source/gserver/dataprovider/index.html +++ b/doc/source/gserver/dataprovider/index.html @@ -26,6 +26,8 @@ + + @@ -153,7 +155,7 @@ var _hmt = _hmt || []; \ No newline at end of file diff --git a/doc/source/gserver/evaluators/evaluators.html b/doc/source/gserver/evaluators/evaluators.html index f7376936d8cfa164571aa66798b5346c53df419b..9df17965e0be3c980d63f05ec6f47c7c5e9f38aa 100644 --- a/doc/source/gserver/evaluators/evaluators.html +++ b/doc/source/gserver/evaluators/evaluators.html @@ -26,6 +26,8 @@ + + @@ -1278,7 +1280,7 @@ The config file api is column_sum_evaluator.
\ No newline at end of file diff --git a/doc/source/gserver/evaluators/index.html b/doc/source/gserver/evaluators/index.html index a43e3640b57e685bf514b7eee34d126bccb84370..0dbe286c68e18433843d4ee49e9e03883d4f3884 100644 --- a/doc/source/gserver/evaluators/index.html +++ b/doc/source/gserver/evaluators/index.html @@ -26,6 +26,8 @@ + + @@ -161,7 +163,7 @@ var _hmt = _hmt || []; \ No newline at end of file diff --git a/doc/source/gserver/gradientmachines/gradientmachines.html b/doc/source/gserver/gradientmachines/gradientmachines.html index f320ea0eb44906760838aeaca7965d1c849c9f71..8cf64b80e3dc5a2a445d0c9db345aa50df002c32 100644 --- a/doc/source/gserver/gradientmachines/gradientmachines.html +++ b/doc/source/gserver/gradientmachines/gradientmachines.html @@ -26,6 +26,8 @@ + + @@ -2365,7 +2367,7 @@ virtual © Copyright 2016, PaddlePaddle developers. - Created using Sphinx 1.4.6. + Created using Sphinx 1.4.8. \ No newline at end of file diff --git a/doc/source/gserver/gradientmachines/index.html b/doc/source/gserver/gradientmachines/index.html index 20f1ba5ac9774353f29adde2f7e6e097af15f240..de249e02a18d94aa13b8de5f66ae2b68687012e1 100644 --- a/doc/source/gserver/gradientmachines/index.html +++ b/doc/source/gserver/gradientmachines/index.html @@ -26,6 +26,8 @@ + + @@ -144,7 +146,7 @@ var _hmt = _hmt || []; \ No newline at end of file diff --git a/doc/source/gserver/layers/index.html b/doc/source/gserver/layers/index.html index b8c1eebb95cd99c2a20bd53b025b89e2ff09f2d3..ff033b9b311c938c0f9df900e5a5307eb7668a5c 100644 --- a/doc/source/gserver/layers/index.html +++ b/doc/source/gserver/layers/index.html @@ -26,6 +26,8 @@ + + @@ -292,7 +294,7 @@ var _hmt = _hmt || []; \ No newline at end of file diff --git a/doc/source/gserver/layers/layer.html b/doc/source/gserver/layers/layer.html index 30f5c1528bbfcf1941cb6ad4c62bf589780ac132..986968adf0dbb6bdd28c4b6257dbd17493eec1e5 100644 --- a/doc/source/gserver/layers/layer.html +++ b/doc/source/gserver/layers/layer.html @@ -26,6 +26,8 @@ + + @@ -8303,7 +8305,7 @@ Hierarchical Probabilistic Neural Network Language Model.”

\ No newline at end of file diff --git a/doc/source/index.html b/doc/source/index.html index 48920025d39f9450bd13e416e854beb779678f2a..3a047e5d6b67d7f9f82709249a8c85153698d24c 100644 --- a/doc/source/index.html +++ b/doc/source/index.html @@ -26,6 +26,8 @@ + + @@ -217,7 +219,7 @@ var _hmt = _hmt || []; \ No newline at end of file diff --git a/doc/source/math/matrix/index.html b/doc/source/math/matrix/index.html index 80369e6e88da34f9a3a89cfdb575f8828b4ba0c5..5e9873a077344b8eb1cd4c53491b598adabf507f 100644 --- a/doc/source/math/matrix/index.html +++ b/doc/source/math/matrix/index.html @@ -26,6 +26,8 @@ + + @@ -135,7 +137,7 @@ var _hmt = _hmt || []; \ No newline at end of file diff --git a/doc/source/math/matrix/matrix.html b/doc/source/math/matrix/matrix.html index ea50db2c447c27a7713e597c5c1cf4c1991a2322..600590e5fd4856fda81215c597dc3f6bc89c407a 100644 --- a/doc/source/math/matrix/matrix.html +++ b/doc/source/math/matrix/matrix.html @@ -26,6 +26,8 @@ + + @@ -6472,7 +6474,7 @@ virtual © Copyright 2016, PaddlePaddle developers. - Created using Sphinx 1.4.6. + Created using Sphinx 1.4.8. \ No newline at end of file diff --git a/doc/source/math/utils/index.html b/doc/source/math/utils/index.html index 39b2d89cc7c5731082297736dd566cec89262104..f892b4c11adb568350ad62089d95e37261fe26a9 100644 --- a/doc/source/math/utils/index.html +++ b/doc/source/math/utils/index.html @@ -26,6 +26,8 @@ + + @@ -133,7 +135,7 @@ var _hmt = _hmt || []; \ No newline at end of file diff --git a/doc/source/math/utils/utils.html b/doc/source/math/utils/utils.html index d756715e33f6ec59c0d97fe5de643b4a8877ae25..78cc33e3ef5f567fbc8ce4b5764be0a540bffcfa 100644 --- a/doc/source/math/utils/utils.html +++ b/doc/source/math/utils/utils.html @@ -26,6 +26,8 @@ + + @@ -637,7 +639,7 @@ var _hmt = _hmt || []; \ No newline at end of file diff --git a/doc/source/parameter/optimizer/index.html b/doc/source/parameter/optimizer/index.html index e61e2cfd9475bd79819808199a4f109d3a9177dd..58365d22e120d4f41c77e60eda101c9fd9f6bfe6 100644 --- a/doc/source/parameter/optimizer/index.html +++ b/doc/source/parameter/optimizer/index.html @@ -26,6 +26,8 @@ + + @@ -130,7 +132,7 @@ var _hmt = _hmt || []; \ No newline at end of file diff --git a/doc/source/parameter/optimizer/optimizer.html b/doc/source/parameter/optimizer/optimizer.html index 3be36ffec68956f106fa3ca49007d5034d3005be..93bcd7d29fa0583f76b7d845c1e9972329802e53 100644 --- a/doc/source/parameter/optimizer/optimizer.html +++ b/doc/source/parameter/optimizer/optimizer.html @@ -26,6 +26,8 @@ + + @@ -1577,7 +1579,7 @@ var _hmt = _hmt || []; \ No newline at end of file diff --git a/doc/source/parameter/parameter/index.html b/doc/source/parameter/parameter/index.html index b0c1bcf77d0faf6ca9014d63c8dd7a05a2069633..473cd698005a5e861fcae95b4353d26d82d79406 100644 --- a/doc/source/parameter/parameter/index.html +++ b/doc/source/parameter/parameter/index.html @@ -26,6 +26,8 @@ + + @@ -135,7 +137,7 @@ var _hmt = _hmt || []; \ No newline at end of file diff --git a/doc/source/parameter/parameter/parameter.html b/doc/source/parameter/parameter/parameter.html index c0584fdc298007e30c09098022900db5cc25e185..6c54a8c865c06fc9022e1b2bde1244246614b301 100644 --- a/doc/source/parameter/parameter/parameter.html +++ b/doc/source/parameter/parameter/parameter.html @@ -26,6 +26,8 @@ + + @@ -1626,7 +1628,7 @@ var _hmt = _hmt || []; \ No newline at end of file diff --git a/doc/source/parameter/update/index.html b/doc/source/parameter/update/index.html index 3d691804cd05c972cd9d9c27a46c0c413fb9731f..51ce48aecd916f78bb410b21a474f36c81e63602 100644 --- a/doc/source/parameter/update/index.html +++ b/doc/source/parameter/update/index.html @@ -26,6 +26,8 @@ + + @@ -130,7 +132,7 @@ var _hmt = _hmt || []; \ No newline at end of file diff --git a/doc/source/parameter/update/update.html b/doc/source/parameter/update/update.html index bca454275d057cab54c8eeaf7a835afbac794d57..3ab3dbeccdf1f4ebfd8d42929d13168679438ee1 100644 --- a/doc/source/parameter/update/update.html +++ b/doc/source/parameter/update/update.html @@ -26,6 +26,8 @@ + + @@ -434,7 +436,7 @@ var _hmt = _hmt || []; \ No newline at end of file diff --git a/doc/source/pserver/client/client.html b/doc/source/pserver/client/client.html index 87c9a758b2a82af22f9c44bf88e9793f120fc156..f049cb02b3794407c270c497d56e0bfc6c684877 100644 --- a/doc/source/pserver/client/client.html +++ b/doc/source/pserver/client/client.html @@ -26,6 +26,8 @@ + + @@ -875,7 +877,7 @@ var _hmt = _hmt || []; \ No newline at end of file diff --git a/doc/source/pserver/client/index.html b/doc/source/pserver/client/index.html index 87b7b758fc5faa75dc520c665b23d518ba2a45e2..51cebf68235f228aedf9a37b2bda14d8ff086e39 100644 --- a/doc/source/pserver/client/index.html +++ b/doc/source/pserver/client/index.html @@ -26,6 +26,8 @@ + + @@ -130,7 +132,7 @@ var _hmt = _hmt || []; \ No newline at end of file diff --git a/doc/source/pserver/network/index.html b/doc/source/pserver/network/index.html index ef98dfc78cd29ce86c26a44724bd11691f0bbbfa..0b9e8adf26db66f705ed32c266b4dcc95bdd0874 100644 --- a/doc/source/pserver/network/index.html +++ b/doc/source/pserver/network/index.html @@ -26,6 +26,8 @@ + + @@ -137,7 +139,7 @@ var _hmt = _hmt || []; \ No newline at end of file diff --git a/doc/source/pserver/network/network.html b/doc/source/pserver/network/network.html index f6463528dbcaded83f09f60342095c86325619f6..c97ab4bad72b8672ec2db1675c9358ebd6a86bee 100644 --- a/doc/source/pserver/network/network.html +++ b/doc/source/pserver/network/network.html @@ -26,6 +26,8 @@ + + @@ -683,7 +685,7 @@ rdma::readv and rdma::writev can take advantage of RDMA blocking offload transfe \ No newline at end of file diff --git a/doc/source/pserver/server/index.html b/doc/source/pserver/server/index.html index 47037b2b5585f8ddcbc603f4100221cd9add046e..5ec71cf3ab1e5197e97b095e8ac7327f742e6404 100644 --- a/doc/source/pserver/server/index.html +++ b/doc/source/pserver/server/index.html @@ -26,6 +26,8 @@ + + @@ -130,7 +132,7 @@ var _hmt = _hmt || []; \ No newline at end of file diff --git a/doc/source/pserver/server/server.html b/doc/source/pserver/server/server.html index 468361ab386d7e9f490fbb9ed578bf62b4089185..28b6638e21855cebd84ed94cab373027baedff9c 100644 --- a/doc/source/pserver/server/server.html +++ b/doc/source/pserver/server/server.html @@ -26,6 +26,8 @@ + + @@ -1151,7 +1153,7 @@ var _hmt = _hmt || []; \ No newline at end of file diff --git a/doc/source/trainer/trainer.html b/doc/source/trainer/trainer.html index b880abd8e4f013b5f58c071965ec6d46eae256cc..e48b1bbb6e8a3369ab17b6b744ead9527e71a5f5 100644 --- a/doc/source/trainer/trainer.html +++ b/doc/source/trainer/trainer.html @@ -26,6 +26,8 @@ + + @@ -802,7 +804,7 @@ var _hmt = _hmt || []; \ No newline at end of file diff --git a/doc/source/utils/customStackTrace.html b/doc/source/utils/customStackTrace.html index 6855b66cc08515663ff2bd21bd8bb9a5a1f9141b..cb85e5e19ca372516e67d1fe8b3f653c8eb1da76 100644 --- a/doc/source/utils/customStackTrace.html +++ b/doc/source/utils/customStackTrace.html @@ -26,6 +26,8 @@ + + @@ -208,7 +210,7 @@ var _hmt = _hmt || []; \ No newline at end of file diff --git a/doc/source/utils/enum.html b/doc/source/utils/enum.html index acdfa314acd8f8453e0a5994bf6de1807e180d15..58d055a590b65443960db98c5a81ea0e2ea4ae0b 100644 --- a/doc/source/utils/enum.html +++ b/doc/source/utils/enum.html @@ -26,6 +26,8 @@ + + @@ -286,7 +288,7 @@ var _hmt = _hmt || []; \ No newline at end of file diff --git a/doc/source/utils/lock.html b/doc/source/utils/lock.html index 5994468e4871ead2b58d619e733a49640b426528..38d50fd40c91984fbeef5370e67813df79bc685b 100644 --- a/doc/source/utils/lock.html +++ b/doc/source/utils/lock.html @@ -26,6 +26,8 @@ + + @@ -765,7 +767,7 @@ var _hmt = _hmt || []; \ No newline at end of file diff --git a/doc/source/utils/queue.html b/doc/source/utils/queue.html index 9ff3cffd1382947e5eecb1fb909233d0f1228964..0aa172fa03a605672fcb8168be74b7c85ed26503 100644 --- a/doc/source/utils/queue.html +++ b/doc/source/utils/queue.html @@ -26,6 +26,8 @@ + + @@ -340,7 +342,7 @@ var _hmt = _hmt || []; \ No newline at end of file diff --git a/doc/source/utils/thread.html b/doc/source/utils/thread.html index 4485e7d66bc8925d916546f2c4318eacb8e39811..9cc40d5c9b4a3fdba53ec9f051f50021cf0024a4 100644 --- a/doc/source/utils/thread.html +++ b/doc/source/utils/thread.html @@ -26,6 +26,8 @@ + + @@ -473,7 +475,7 @@ var _hmt = _hmt || []; \ No newline at end of file diff --git a/doc/ui/api/trainer_config_helpers/activations.html b/doc/ui/api/trainer_config_helpers/activations.html index bf33406c756e52cd93594787af998c13dc817dce..cb1ca2c5b68f9064d233dce30ba5b366e86b4f61 100644 --- a/doc/ui/api/trainer_config_helpers/activations.html +++ b/doc/ui/api/trainer_config_helpers/activations.html @@ -26,6 +26,8 @@ + + @@ -320,7 +322,7 @@ supported by hppl. \ No newline at end of file diff --git a/doc/ui/api/trainer_config_helpers/activations_index.html b/doc/ui/api/trainer_config_helpers/activations_index.html index 85ebff808b6a79e65bda95f4952201c99b817fbb..8fca937f9decafb02e12d5aa2d8e95c068177447 100644 --- a/doc/ui/api/trainer_config_helpers/activations_index.html +++ b/doc/ui/api/trainer_config_helpers/activations_index.html @@ -26,6 +26,8 @@ + + @@ -145,7 +147,7 @@ var _hmt = _hmt || []; \ No newline at end of file diff --git a/doc/ui/api/trainer_config_helpers/attrs.html b/doc/ui/api/trainer_config_helpers/attrs.html index f1844909093881fd3c2ec1989775d69387f94deb..132cca0e00c597e62cf43a85cad921de43f96e52 100644 --- a/doc/ui/api/trainer_config_helpers/attrs.html +++ b/doc/ui/api/trainer_config_helpers/attrs.html @@ -26,6 +26,8 @@ + + @@ -214,7 +216,7 @@ The details allocation in parallel_nn please refer to © Copyright 2016, PaddlePaddle developers. - Created using Sphinx 1.4.6. + Created using Sphinx 1.4.8. \ No newline at end of file diff --git a/doc/ui/api/trainer_config_helpers/data_sources.html b/doc/ui/api/trainer_config_helpers/data_sources.html index 29458d2a50532e4410efecf461d7bebefb4f71ca..c9516e78b8067c67ed4da5506cbfeb3377944864 100644 --- a/doc/ui/api/trainer_config_helpers/data_sources.html +++ b/doc/ui/api/trainer_config_helpers/data_sources.html @@ -26,6 +26,8 @@ + + @@ -174,7 +176,7 @@ or list to this argument. \ No newline at end of file diff --git a/doc/ui/api/trainer_config_helpers/evaluators.html b/doc/ui/api/trainer_config_helpers/evaluators.html index 703d0c98a6afe957ccfe73b3c18f644dcee74116..81fece621a1dcb3a970a17b84d1df52505153128 100644 --- a/doc/ui/api/trainer_config_helpers/evaluators.html +++ b/doc/ui/api/trainer_config_helpers/evaluators.html @@ -26,6 +26,8 @@ + + @@ -681,7 +683,7 @@ one or more input layers.

\ No newline at end of file diff --git a/doc/ui/api/trainer_config_helpers/evaluators_index.html b/doc/ui/api/trainer_config_helpers/evaluators_index.html index c44b35cba00b3990964d737ab29f62e11ef5d9e6..948d55ab30175f2559811fb49d88fdccaefbd7dd 100644 --- a/doc/ui/api/trainer_config_helpers/evaluators_index.html +++ b/doc/ui/api/trainer_config_helpers/evaluators_index.html @@ -26,6 +26,8 @@ + + @@ -158,7 +160,7 @@ var _hmt = _hmt || []; \ No newline at end of file diff --git a/doc/ui/api/trainer_config_helpers/index.html b/doc/ui/api/trainer_config_helpers/index.html index f5f54af4c875c1d36528e04b42c48d090277209f..f0e959204d164b66f8c4972cd9d49ad012dd152f 100644 --- a/doc/ui/api/trainer_config_helpers/index.html +++ b/doc/ui/api/trainer_config_helpers/index.html @@ -26,6 +26,8 @@ + + @@ -137,7 +139,7 @@ var _hmt = _hmt || []; \ No newline at end of file diff --git a/doc/ui/api/trainer_config_helpers/layers.html b/doc/ui/api/trainer_config_helpers/layers.html index d46749ba31f305dbaf9adb435fdb521bcfe28682..617f04443e962aa00bcce188e5829a475aa09b8d 100644 --- a/doc/ui/api/trainer_config_helpers/layers.html +++ b/doc/ui/api/trainer_config_helpers/layers.html @@ -26,6 +26,8 @@ + + @@ -2700,7 +2702,7 @@ It is used by recurrent layer group.

\ No newline at end of file diff --git a/doc/ui/api/trainer_config_helpers/layers_index.html b/doc/ui/api/trainer_config_helpers/layers_index.html index d2ff7372ed0313e66930721dfe7f12db8ccdb7ce..75693063fb75aecd988fd666ae0e62dfdcaf406e 100644 --- a/doc/ui/api/trainer_config_helpers/layers_index.html +++ b/doc/ui/api/trainer_config_helpers/layers_index.html @@ -26,6 +26,8 @@ + + @@ -233,7 +235,7 @@ var _hmt = _hmt || []; \ No newline at end of file diff --git a/doc/ui/api/trainer_config_helpers/networks.html b/doc/ui/api/trainer_config_helpers/networks.html index af28458f0d49a1e5e428a40dc9afa8917c978e8d..93e67d832934c5f356ba37f92c13843bc111a061 100644 --- a/doc/ui/api/trainer_config_helpers/networks.html +++ b/doc/ui/api/trainer_config_helpers/networks.html @@ -26,6 +26,8 @@ + + @@ -861,7 +863,7 @@ train network’s output automatically.

\ No newline at end of file diff --git a/doc/ui/api/trainer_config_helpers/networks_index.html b/doc/ui/api/trainer_config_helpers/networks_index.html index 126db6fe7bdfcac71b12bcbae2a351f73e313e3f..9bf91ced41ccb781bdd34976c12b84de8eae105d 100644 --- a/doc/ui/api/trainer_config_helpers/networks_index.html +++ b/doc/ui/api/trainer_config_helpers/networks_index.html @@ -26,6 +26,8 @@ + + @@ -166,7 +168,7 @@ var _hmt = _hmt || []; \ No newline at end of file diff --git a/doc/ui/api/trainer_config_helpers/optimizers.html b/doc/ui/api/trainer_config_helpers/optimizers.html index 92dd9abc4aba7f25a55e09a3001d7ffe651e526b..de240ec5beaf92117a2cecd360b0d346cdb1bc3c 100644 --- a/doc/ui/api/trainer_config_helpers/optimizers.html +++ b/doc/ui/api/trainer_config_helpers/optimizers.html @@ -26,6 +26,8 @@ + + @@ -375,7 +377,7 @@ clipped. \ No newline at end of file diff --git a/doc/ui/api/trainer_config_helpers/optimizers_index.html b/doc/ui/api/trainer_config_helpers/optimizers_index.html index 4bd1af4334ce7652eb91d0a660138065ede36f46..dfb96d5386f800ef43876b21528dbbf989705519 100644 --- a/doc/ui/api/trainer_config_helpers/optimizers_index.html +++ b/doc/ui/api/trainer_config_helpers/optimizers_index.html @@ -26,6 +26,8 @@ + + @@ -140,7 +142,7 @@ var _hmt = _hmt || []; \ No newline at end of file diff --git a/doc/ui/api/trainer_config_helpers/poolings.html b/doc/ui/api/trainer_config_helpers/poolings.html index 57c7cb47b15a49574f6c6125808f96b5d72df916..cd07c4e1a335adbe52c1bb0c8845a45536edfb2e 100644 --- a/doc/ui/api/trainer_config_helpers/poolings.html +++ b/doc/ui/api/trainer_config_helpers/poolings.html @@ -26,6 +26,8 @@ + + @@ -211,7 +213,7 @@ value. None means use default value in proto. \ No newline at end of file diff --git a/doc/ui/api/trainer_config_helpers/poolings_index.html b/doc/ui/api/trainer_config_helpers/poolings_index.html index 9f4dc46b786707afe20b054db288ef8dae2cacb4..95641c9e02e40fb1ab7111dbddbbbde3e395e9cf 100644 --- a/doc/ui/api/trainer_config_helpers/poolings_index.html +++ b/doc/ui/api/trainer_config_helpers/poolings_index.html @@ -26,6 +26,8 @@ + + @@ -137,7 +139,7 @@ var _hmt = _hmt || []; \ No newline at end of file diff --git a/doc/ui/cmd_argument/argument_outline.html b/doc/ui/cmd_argument/argument_outline.html index df7d5ad91489dacdba1178049eaab5b7c4ea948b..fdbf52c1247b464feac50a986c8cdff0d907d023 100644 --- a/doc/ui/cmd_argument/argument_outline.html +++ b/doc/ui/cmd_argument/argument_outline.html @@ -26,6 +26,8 @@ + + @@ -369,7 +371,7 @@ var _hmt = _hmt || []; \ No newline at end of file diff --git a/doc/ui/cmd_argument/detail_introduction.html b/doc/ui/cmd_argument/detail_introduction.html index f130132f318a087a7ff9cafb9831993b58978616..27caecf65a568defdf5de09a9d5fe1a42d4b941c 100644 --- a/doc/ui/cmd_argument/detail_introduction.html +++ b/doc/ui/cmd_argument/detail_introduction.html @@ -26,6 +26,8 @@ + + @@ -599,7 +601,7 @@ var _hmt = _hmt || []; \ No newline at end of file diff --git a/doc/ui/cmd_argument/use_case.html b/doc/ui/cmd_argument/use_case.html index 762f62f1331e882b8cfdfe5ad524f0cb3364351d..b6b140c5af1e988242587f3b4e9869845bcc8c00 100644 --- a/doc/ui/cmd_argument/use_case.html +++ b/doc/ui/cmd_argument/use_case.html @@ -26,6 +26,8 @@ + + @@ -326,7 +328,7 @@ var _hmt = _hmt || []; \ No newline at end of file diff --git a/doc/ui/data_provider/index.html b/doc/ui/data_provider/index.html index 4b4db19ed8a7a88af33299f9a3513c4f0dd538ee..f3adbe528ef395659c5687fe36f2eb8a08308bd0 100644 --- a/doc/ui/data_provider/index.html +++ b/doc/ui/data_provider/index.html @@ -26,6 +26,8 @@ + + @@ -169,7 +171,7 @@ usages of DataProvider and how to implement a new DataProvider,

\ No newline at end of file diff --git a/doc/ui/data_provider/pydataprovider2.html b/doc/ui/data_provider/pydataprovider2.html index b74b16b835b01fd3abd5bc9b56fd32c6dc89afa3..2e02bf2fa3f64b4fd81a8a3b262b90d3b57c9e70 100644 --- a/doc/ui/data_provider/pydataprovider2.html +++ b/doc/ui/data_provider/pydataprovider2.html @@ -26,6 +26,8 @@ + + @@ -591,7 +593,7 @@ memory. \ No newline at end of file diff --git a/doc/ui/index.html b/doc/ui/index.html index 405906b4d5b904e19ec55f76089a144413b48468..aa74634b6af970012f7e461e4b9ecb8c28fa676b 100644 --- a/doc/ui/index.html +++ b/doc/ui/index.html @@ -26,6 +26,8 @@ + + @@ -168,7 +170,7 @@ var _hmt = _hmt || []; \ No newline at end of file diff --git a/doc/ui/predict/swig_py_paddle_en.html b/doc/ui/predict/swig_py_paddle_en.html index f3ea878b6a0c442dcb9559dcb59dc5f99b9bb5dc..d92dcb4e6ce387c06bad9bd3cc2d6ae0bc87d17c 100644 --- a/doc/ui/predict/swig_py_paddle_en.html +++ b/doc/ui/predict/swig_py_paddle_en.html @@ -26,6 +26,8 @@ + + @@ -204,7 +206,7 @@ the corresponding neuron in the output layer.

\ No newline at end of file diff --git a/doc_cn/_static/basic.css b/doc_cn/_static/basic.css index 2b513f0c9643dcd7e671013a2507badf2efb3040..0b79414a16adfcf062bf14fc3c040bc335eb79ad 100644 --- a/doc_cn/_static/basic.css +++ b/doc_cn/_static/basic.css @@ -494,6 +494,13 @@ pre { overflow-y: hidden; /* fixes display issues on Chrome browsers */ } +span.pre { + -moz-hyphens: none; + -ms-hyphens: none; + -webkit-hyphens: none; + hyphens: none; +} + td.linenos pre { padding: 5px 0px; border: 0; diff --git a/doc_cn/_static/searchtools.js b/doc_cn/_static/searchtools.js index 066857ce21b1b4b055f9a9308eb351237260fcca..a51e0dc5b6ab26465274ba8810118382bc597652 100644 --- a/doc_cn/_static/searchtools.js +++ b/doc_cn/_static/searchtools.js @@ -324,7 +324,7 @@ var Search = { var searchterms = []; var excluded = []; var hlterms = []; - var tmp = query.split(/\s+/); + var tmp = query.split(/\W+/); var objectterms = []; for (i = 0; i < tmp.length; i++) { if (tmp[i] !== "") { diff --git a/doc_cn/build/docker/build_docker_image.html b/doc_cn/build/docker/build_docker_image.html index 11252d9dc4eefeabcd43b2d345fb997e77950c3b..ae6fade3d8505d76dc4c3ba51cadef8e4e902376 100644 --- a/doc_cn/build/docker/build_docker_image.html +++ b/doc_cn/build/docker/build_docker_image.html @@ -26,6 +26,8 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +