- 21 7月, 2020 2 次提交
-
-
由 wangchaochaohu 提交于
-
由 wangchaochaohu 提交于
-
- 20 7月, 2020 13 次提交
-
-
由 Tao Luo 提交于
-
由 Chen Weihang 提交于
* polish install error hint msg, test=develop * fix variable error, test=develop * polish hint messgae again
-
由 zhupengyang 提交于
-
由 wanghuancoder 提交于
* fix error msg report in ir/, about 5 files, test=develop * fix error msg report in ir/, about 5 files, test=develop * fix error msg report in ir/, about 5 files, test=develop
-
由 Zhou Wei 提交于
just skip case of distribute on windows
-
由 LutaoChu 提交于
* update cross op parameters
-
由 Zhou Wei 提交于
windows CI scripts for xly
-
由 YUNSHEN XIE 提交于
* add add checker for seting parameter RUNTYPE to EXCLUSIVE or DIST. test=develop * add checker for seting parameter RUNTYPE to EXCLUSIVE or DIST. test=develop * add check for setting TIMEOUT properties, test=develop * add check for setting TIMEOUT properties, or setting parameter RUN_TYPE to EXCLUSIVE or DIST,test=document_fix test=develop * add check for setting TIMEOUT properties, or setting parameter RUN_TYPE to EXCLUSIVE or DIST,test=document_fix test=develop * modify the github wiki link,test=document_fix test=develop
-
由 Huihuang Zheng 提交于
We found that the reason of multiple return error in SimNet is that I wrote wrong task_mode. If we set task_mode as "pairwise" correctly, which is a format of the model input data, the multiple return won't have problem in the unit test. In this PR we corrected the task_mode and enable multiple return in SimNet unit test.
-
由 Dong Daxiang 提交于
refactor fleet api under paddle.fleet update DistributedStrategy
-
由 tianshuo78520a 提交于
-
由 feng626 提交于
-
由 zhangchunle 提交于
-
- 17 7月, 2020 6 次提交
-
-
由 Jacek Czaja 提交于
-
由 Aurelius84 提交于
* add reinforcement learning model test=develop * align backward test=develop * add gym in paddle_build.sh test=develop * rm pip install in script test=develop * refine paddle_build.sh test=develop * fix sed error in macOS test=develop * polish code test=develop
-
由 zhupengyang 提交于
-
由 Chen Weihang 提交于
-
由 Peihan 提交于
* refine infer ir pass tests, test=develop * commit to change copy_from_cpu input to np array, test=develop
-
由 Huihuang Zheng 提交于
Enable multiple "return" statement in MNIST as Unit test in dy2stat.
-
- 16 7月, 2020 10 次提交
-
-
由 zhangchunle 提交于
-
由 Leo Chen 提交于
* fix test_activation_op, test=develop * remove paddle.mul related unittest, test=develop
-
由 iducn 提交于
-
由 Shibo Tao 提交于
* delete mul op. test=develop,test=document_fix * bug fix. test=develop,test=document_fix
-
由 Leo Chen 提交于
-
由 WuHaobo 提交于
-
由 hong 提交于
-
由 Huihuang Zheng 提交于
Add Support for SelectedRows for Transpose OP and Fix a Bug That SelectedRows Cannot be Supported in SimNet (#25536) This PR fixes a bug that SelectedRows cannot be supported in SimNet. The reason of this bug is that dygraph basic_engine didn't copy var's type when the var needs to be accumulated during backward. So when a var is SelectedRows and needs to be accumulated, like SimNet which calls net for two times, the var's type will be changed to default LoDTensor thus bug happens. To fix it, we just also copy the type. Without this PR, the accumulated SelectedRows parameters in dygraph will be changed into LoDTensor. So when we fixed the bug of supporting SelectedRows in SimNet, we found `test_imperative_lod_tensor_to_selected_rows` failed and threw the error that SelectedRows was not supported for Transpose OP. To fix it, too, this PR also added support for SelectedRows for Transpose OP.
-
由 liym27 提交于
-
由 Aurelius84 提交于
* remove op call stack test=develop * fix typo test=develop
-
- 15 7月, 2020 9 次提交
-
-
由 Wilber 提交于
-
由 wanghuancoder 提交于
* fix paddle/fluid/framework/ir/ error msg reoprt, test=develop * modify error msg reoprt in ir/, about errortype, grammar, supplementary infor, test=develop * modified some unclear descriptions, test=develop * Modify the problem that report msg is less than 20 characters, test=develop
-
由 Shibo Tao 提交于
* fix doc of logical_* op. * fix doc of op pow. * fix comment syntax error9D * fix operator reciprocal demo. * fix logical_* ops' doc. test=develop,test=document_fix * bug fix. test=develop,test=document_fix * bug fix. test=develop,test=document_fix * bug fix. test=develop,test=document_fix * bug fix. test=develop,test=document_fix
-
由 Shibo Tao 提交于
-
由 Shibo Tao 提交于
-
由 Aurelius84 提交于
* fix topk_avg_pool hang test=develop * refactor get_topk_pos test=develop * add check of channel_num and num_k test=develop * add TopKPosPaddingId test=develop
-
由 Leo Chen 提交于
add try..catch...
-
由 LielinJiang 提交于
* add bilateral slice op
-
由 YUNSHEN XIE 提交于
-