- 25 5月, 2020 4 次提交
-
-
由 Bai Yifan 提交于
-
由 Liufang Sang 提交于
* remove pow in speed up in dequantize_log test=develop * remove pow in speed up in dequantize_log test=develop * fix unittest test=develop
-
由 Leo Chen 提交于
* support NHWC in Pool2D, test=develop * add unittest, test=develop * fix unittest, test=develop * fix typo, test=develop * follow comments, test=develop * refine comments, test=develop
-
由 liym27 提交于
DataLoader makes the data diff even if the data of reader is the same on CUDA place. This PR doesn't use DataLoader to pass the test. we will use DataLoader back after we fix it.
-
- 22 5月, 2020 2 次提交
- 21 5月, 2020 5 次提交
-
-
由 liym27 提交于
[Dy2Stat]Support to transform sequence assignments and multi-target assignments to normal assignments (#24643)
-
由 Guo Sheng 提交于
test=develop
-
由 FDInSky 提交于
* test=develop update interpolate & upsample api
-
由 Huihuang Zheng 提交于
As discussed with QA, we will use p4 machine for unit test and the GPU on those machine may not have enough GPU, which can cause "test_parallel_executor_seresnext_base_gpu" failed. So I decrease the batch size.
-
由 Leo Chen 提交于
-
- 20 5月, 2020 5 次提交
-
-
由 Leo Chen 提交于
* fix bug of varbase.__getitem__, test=develop * fix bug of float and other type, test=develop
-
由 jinyuKING 提交于
API/OP(sequence_first_step, sequence_last_step, sequence_mask, beam_search, beam_search_decode) error message enhancement (#24590)
-
由 Huihuang Zheng 提交于
In the past, the test_cond will fail with 2% probability and easy to re-produce. Now I re-run 300 times and no failure occurs. The probability of still has the failure is (1 - 2%) ^ 300 ~= 0.00004. We can say the random failure disappears. Maybe someone fixed some bugs in PE.
-
由 Chen Weihang 提交于
-
由 Chen Weihang 提交于
* add scale for static runner outputs, test=develop * fix import relation, test=develop * remove len limit, test=develop
-
- 19 5月, 2020 5 次提交
-
-
由 hutuxian 提交于
* Refactor code for dump_field & dump_param: abstracting the common function in base class. * Support dump randomly & random with lineid * Support specify the random interval, which avoids printing too much logs.
-
由 Aurelius84 提交于
* fix bug with `if Tensor` in is_control_flow test=develop * remove continue test=develop * Support lambda and add unittest test=develop
-
由 liym27 提交于
* Support to create LoDTensorArray in control flow (cond and while_loop) * Fix bug: return LoDTensorArray in while_loop * Change code in list_transformer.py to accommodate the new features.
-
由 Chen Weihang 提交于
-
由 Yiqun Liu 提交于
-
- 18 5月, 2020 4 次提交
-
-
由 Aurelius84 提交于
* test_seresnet support gpu test=develop * Set the Flag by core.globals test=develop * modify into set_flags test=develop
-
由 Jacek Czaja 提交于
-
由 Guo Sheng 提交于
* API/OP(sequence_expand_as) error message enhancement. test=develop Co-authored-by: NFrostML <380185688@qq.com>
-
由 Chen Weihang 提交于
* initial test * for enumerate basic implement, test=develop * update unittests, test=develop * refine unittests to adapt new training mode, test=develop * refactor for node stmts parsing code, test=develop * self-review & polish details, test=develop
-
- 15 5月, 2020 10 次提交
-
-
由 liu zhengxi 提交于
* dynamic_gru err_msg enhancement, test=develop * chunk_eval err_msg enhancement and fix crf_decoding output type, test=develop * BeamSearchDecoder err msg enhancement, test=develop * fix doc for chunk_eval, test=develop * refine lod err msg for chunk_eval, test=develop
-
由 Huihuang Zheng 提交于
As the title.
-
由 wangchaochaohu 提交于
-
由 Leo Chen 提交于
-
由 liym27 提交于
* Compatible int32 and int64 for attr in op slice/strided_slice. test=develop * Polish code in nn.py test=develop * Fix bug: set the same dtype for the inputs of elementwise_add. test=develop * Convert int32 to int64 in slice op to avoid data overflow. test=develop * Convert int32 to int64 in strided_slice_op to avoid data overflow. test=develop
-
由 lilong12 提交于
* improve error reporting message
-
由 Chen Weihang 提交于
* fix some print transformer problems, test=develop * simplify writing & avoid bud, test=develop * polish detail, test=develop
-
由 Aurelius84 提交于
* fix convert call globals_funcs test=develop * add import statement test=develop
-
由 XiaoguangHu 提交于
* add alias in paddle.nn and paddle.tensor test=develop * add alias in paddle.nn and paddle.tensor dir test=develop * fix same conflict manually test=develop * update fc and dygraph alias test=develop * fix initalizer.py typo test=develop
-
由 hong 提交于
* add base name alias; test=develop * fix embedding bug; test=develop * fix io error; test=develop * add metric; test=develop * add import palce; test=develop * add setup; test=develop * fix incubate reader; test=develop * fix initializer error; test=develop
-
- 14 5月, 2020 5 次提交
-
-
由 silingtong123 提交于
Co-authored-by: Nroot <root@yq01-gpu-151-22-00.epc.baidu.com>
-
由 lidanqing 提交于
Update DNNL QAT document 2.0-alpha
-
由 Cindy Cai 提交于
* test=develop, test=document_fix * test=develop, test=document_fix Co-authored-by: Nswtkiwi <1208425345@qq.com>
-
由 Huihuang Zheng 提交于
Add assert grammar for ProgramTranslator
-
由 ruri 提交于
* fix error message, test=develop
-