- 09 10月, 2019 17 次提交
-
-
由 Youwei Song 提交于
* fix CUDA CPU places, test=document_fix, test=develop * fix CUDAPlace param doc, test=document_fix, test=develop * fix CUDAPlace param doc, test=document_fix, test=develop
-
由 Double_V 提交于
* test=develop,test=document_preview, test=document_fix * test=develop,test=document_preview, test=document_fix * fix API.spec, test=develop,test=document_preview, test=document_fix
-
由 Chengmo 提交于
* test=develop,test=document_fix,fix transpiler doc,add API.spec
-
由 lvmengsi 提交于
* update api example, test=develop, test=document_fix
-
由 zhoushiyu 提交于
* fix cvm and DataFeedDesc apis test=develop test=document_preview test=document_fix * add ref and rst tensor type test=develop test=document_preview test=document_fix * change API.spec test=develop test=ducument_fix * fix fluid.data test=develop test=document_preview test=document_fix * change API.spec test=develop test=document_preview test=document_fix * fix cvm example test=develop test=document_preview test=document_fix * change API.spec test=develop test=document_preview test=document_fix * fix cvm example test=develop test=document_fix * fix cvm example test=develop test=document_fix * change api.spec example test=develop test=document_fix
-
由 Yi Liu 提交于
test=develop test=document_fix
-
由 Aurelius84 提交于
* refine seq_pool/reshape/reverse test=develop, test=document_fix * modify api.spec test=develop, test=document_fix
-
由 Zhang Ting 提交于
-
由 Zhang Ting 提交于
-
由 zhang wenhui 提交于
* fix api 1.6 doc bpr, data_norm teacher_student
-
由 ShenLiang 提交于
-
由 Youwei Song 提交于
* polish in_dygraph_mode, test=document_fix * test=document_fix, test=develop * test=document_fix, test=develop
-
由 Youwei Song 提交于
-
由 danleifeng 提交于
fix code example of elementwise op in en_doc
-
由 wawltor 提交于
* test=develop Add input type and dtype check for sign_op. * test=develop Fix the api text format in sign op. * test=develop Fix the api examples in sign op add update the api.spec.
-
由 JesseyXujin 提交于
* fix APIs,test=develop,test=document_fix * fix conflict, test=develop, test=document_fix * fix confict, test=develop, test=document_fix * fix confict, test=develop, test=document_fix * fix API.spec, test=develop, test=document_fix * change fluid.layers.data to fluid.data,test=develop, test=document_fix * fix bug on example code, test=develop, test=document_fix * fix API.spec, test=develop, test=document_fix
-
由 Aurelius84 提交于
* refine fc/seq_conv/seq_concat en doc test=develop, test=document_fix * modify into fluid.data test=develop, test=document_fix
-
- 08 10月, 2019 3 次提交
- 07 10月, 2019 3 次提交
-
-
由 Zhang Ting 提交于
-
由 tangwei12 提交于
add executor.FetchHandler for train/infer from the dataset
-
由 Yibing Liu 提交于
* Update crf_decoding api & example test=develop * Update api spec test=develop * Fix linear chain crf api test=develop * Avoid sharing data pointer with input test=develop * Simplify the logic in linear_chain_crf_decoding * Add unittest for crf_decoding when label & path both are set test=develop * Update API spec test=develop * Add unittest for layers && correct infer_shape in chunk_eval test=develop
-
- 30 9月, 2019 1 次提交
-
-
由 Zeng Jinle 提交于
* add deprecated memory optimize doc, test=develop, test=document_fix * merge develop to solve conflict, test=develop, test=document_fix
-
- 29 9月, 2019 4 次提交
-
-
由 Huihuang Zheng 提交于
-
由 liym27 提交于
1.support asymmetric padding; 2.support padding algorithm:"SAME" and "VALID"; 3.support channel_last: data_format NHWC and NDHWC; 4.change doc of python API and c++; test=develop, test=document_preview
-
由 Zeng Jinle 提交于
-
由 wangguanzhong 提交于
* refine doc, test=document_fix * add API.spec,test=develop,test=document_fix
-
- 28 9月, 2019 4 次提交
-
-
由 qingqing01 提交于
* How to write custom op needs to follow framework OP spec. * Package fluid_framework.so and headers into whl. * Add paddle.sysconfig.get_include() and paddle.sysconfig.get_lib() to get include dir and lib dir. * Export some C-APIs to merge OpInfo between core.so and custom_op.so. * Add unit testing. * Update API.spec.
-
由 silingtong123 提交于
* test=develop, argument shape support tensor and tensor in list * test=develop,Increasing the coverage of CI tests * test=develop, modify the document and update API.spec * test=develop, modify the doc and update API.spec * test=develop, modify the doc and update API.spec * test=develop, modify the interface of UniformInitializer * test=develop, modify the interface of XavierInitializer and MSRAInitializer * test=develop, modify based on review's comments * test=develop, modify based on review's comments * test=develop, modify based on review's comments
-
由 liym27 提交于
* fix pool2d pool3d: 1. support asymmetric padding; 2. support padding algorithm:"SAME" and "VALID"; 3. support channel_last: data_format NHWC and NDHWC; 4. support inferring shape when input with negative dims in compile time; 5. change doc of python API and c++; 6. fix bug in cuda kernel when Attr(adaptive) is true. test=develop,test=document_preview * fix 'tensors' to 'Tensors'. test=develop,test=document_preview * add test for converage ValueError.test=develop,test=document_preview * resolve conflict in test_pool2d. test=develop
-
由 Youwei Song 提交于
* opt FC * opt rest of dygraph.nn * new param shape check and unittest * add kwargs for Layer * add new set_value api * use property decorator * update API.spec, test=develop * use UserList, separate gettersetters, test=develop * update test_custom_layer_with_kwargs, test=develop * fix UserList compatibility, test=develop * fix UserList compatibility, test=develop * keep FC._w, test=develop * add unittests, Conv3D bug fix, test=develop * clean code, test=develop * fix dygraph guard in unittest, test=develop * add property setters, remove unused param in tracer, test=develop * tracer none check, test=develop * merge, test=develop * refine, test=develop * bug fix in prelu and conv3d_transpose, test=develop * rm __set__, test=develop * set tensor value instead of assign op * fix property setter call, test=develop * fix api.spec, test=develop * fix doc sample, test=develop
-
- 27 9月, 2019 5 次提交
-
-
由 Zeng Jinle 提交于
* fix en docs of apis, test=develop, test=document_fix * follow chunwei's comments, test=develop
-
由 Jiabin Yang 提交于
* test=develop, fix docker with paddle nccl problem * test=develop, Add Variable api and refine dygraph related API * test=develop, Add Variable api and refine dygraph related API * test=develop, refine test for new api and error info * test=develop, refine error info and test_layers * test=develop, add API.spec * test=devleop, fix to_string python2 and python3 compat error and refien doc * test=devleop, add API spec * test=devleop, update API spec * test=devleop, update API spec * test=develop, invoke ci * test=develop, fix example code * test=develop, update API spec * test=develop, add compat test and fix inplace campat dict error
-
由 WangXi 提交于
Refine document of DGCMomentumOptimizer
-
由 danleifeng 提交于
Polish English docs of elementwise_add/sub/mul/div
-
由 Huihuang Zheng 提交于
Set output type LoDTensor only After code experiment, I found data doens't support other type
-
- 26 9月, 2019 3 次提交
-
-
由 123malin 提交于
* fix DistributeTranspilerConfig document, test=develop
-
由 whs 提交于
* Make PaddleSlim support PyReader. * Fix unittest of sensitive pruning. * Add some assert.
-
由 gongweibao 提交于
Polish elementwise max min pow document to add more examples
-