- 06 7月, 2020 8 次提交
-
-
由 tianshuo78520a 提交于
-
由 Aurelius84 提交于
-
由 ceci3 提交于
* add Pad2D and Leaky_ReLU, test=develop * update,test=develop * change name,test=develop * add unittest and redine docs,test=develop
-
由 Wojciech Uss 提交于
-
由 Chen Weihang 提交于
-
由 hong 提交于
-
由 wawltor 提交于
Fix the doc example api for the scale op
-
由 cc 提交于
* Save output threshold by argname_index, test=develop
-
- 05 7月, 2020 2 次提交
-
-
由 littletomatodonkey 提交于
* test=develop, fix softmax
-
由 Zhen Wang 提交于
* add cast transform and its UT for dygraph_to_static.
-
- 04 7月, 2020 3 次提交
-
-
由 Aurelius84 提交于
-
由 Aurelius84 提交于
* fix test_lac timeout test=develop * disable it on windows test=develop
-
由 lilong12 提交于
* modify pipeline optimizer, test=develop
-
- 03 7月, 2020 3 次提交
-
-
由 Zhou Wei 提交于
* show the attr and functions of the Layer,test=develop * add buffer for dir,test=develop * fix __dir__,test=develop * fix doc of Layer.__dir__, test=develop
-
由 Kaipeng Deng 提交于
* add mish op. test=develop
-
由 Zhou Wei 提交于
* support tuple/list init for VarBase,test=develop * fix doc of fluid.dygraph.to_variable,test=develop * fix doc of fluid.dygraph.to_variable,test=develop
-
- 02 7月, 2020 8 次提交
-
-
由 Zhen Wang 提交于
-
由 Yi Liu 提交于
* fix the compatibility of PY2 and PY3 in paddle.distributed.launch test=develop * only pull log of local rank 0 test=develop * log exception if UnicodeEncodeError occurs when pulling log in paddle.distributed.launch test=develop Co-authored-by: NSunGaofeng <peakbee@gmail.com>
-
由 Yang Zhang 提交于
* Add `matrix_nms_op` test=develop * Make ci happy test=develop * Exit early when no detection test=develop * Fix license year test=develop * Output index as well test=develop * Match nms2 lod behavior and add `return_index` flag test=develop * Make CI happy test=develop * Fix wording test=develop
-
由 danleifeng 提交于
-
由 tangwei12 提交于
* disable distributed UT temporary,enable it soon, test=develop
-
由 chalsliu 提交于
test=develop
-
由 Kaipeng Deng 提交于
* fix test_multiprocess_dataloader_static random fail. test=develop
-
由 Aurelius84 提交于
* add sentiment unittest * add LAC model * add test=develop * rename tmp test=develop * fix timeout test=develop * undo tmp_var test=develop
-
- 01 7月, 2020 5 次提交
-
-
由 Chengmo 提交于
* test=develop, fix_embedding
-
由 Zhou Wei 提交于
* add new API: MultiStepDecay, a new learing rate strategy, test=develop * add new API: MultiStepDecay, a new learing rate strategy,test=develop * add new API: MultiStepDecay, a new learing rate strategy,test=develop * add base class of LearningRateEpochDecay, and MultiStepDecay, and StepDecay, test=develop * fix doc to add coverage,test=develop
-
由 Aurelius84 提交于
* Modify tmp var name prefix in dygraph test=develop * refine comment test=develop
-
由 Aurelius84 提交于
-
由 Zhou Wei 提交于
* add new api: optimizer.set_lr, test=develop * add API doc and example code for optimizer.set_lr,test=develop * add API doc and example code for optimizer.set_lr,test=develop * Modified doc to :api_attr: imperative,test=develop
-
- 30 6月, 2020 10 次提交
-
-
由 WuHaobo 提交于
-
由 Kaipeng Deng 提交于
-
由 Huihuang Zheng 提交于
Support Various-Length Return Grammar in Dy2stat. This PR is a follow-up of https://github.com/PaddlePaddle/Paddle/pull/25176 . The basic idea is putting no-value placeholder variables at `return` statement to make all `return` statement have same length, after that the static graph can have fixed fetch output (code at return_transformer.py). Then remove those no-value placeholder when we finally return dygraph result (code at partial_program.py). However, various length return in Bert model is still not supported. The dy2stat can change the code as I wish but some ops which check shape at compile time (e.g. Reshape, MatMul) will throw error because of the no-value-placeholder may not have the required shape. Is this a matter? To me, those no-value placeholder will be replaced as really values meeting shape requirements at run time, so I think the solution should be some way to do the compile-time checking. By the way, every time when we have dynamic shape, it often causes problem in dy2stat. We should find a way to handle it in the future. Fixing various return in Bert is my TODO thing and I will also find some other existing models for verification.
-
由 Aurelius84 提交于
* fix GPU diff test=develop * refine code test=develop
-
由 Wojciech Uss 提交于
test=develop
-
由 123malin 提交于
-
由 Yi Liu 提交于
test=develop
-
由 hong 提交于
-
由 tangwei12 提交于
-
由 Tao Luo 提交于
* add test_parallel_executor_profiler.py test=develop * set exec_strategy.num_threads=1 * skip check_profile_result * add TODO for test_profiler test=develop
-
- 29 6月, 2020 1 次提交
-
-
由 Wojciech Uss 提交于
test=develop
-