- 21 5月, 2020 3 次提交
-
-
由 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 11 次提交
-
-
由 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
-
由 chajchaj 提交于
* error message of cross_entropy_op, test=develop * fix bug : can't use platform::errors::InvalidArgument in HOSTDEVICE, test=develop * fix bug: recovery the check_variable_and_dtype for rank_loss and bpr_loss, test=develop
-
由 Guo Sheng 提交于
* Add hapi.text and corresponding unit test. test=develop * Remove hapi.text apis' reuse parameter args for coverage. test=develop * Fix TransformerCell and TransformerBeamSearchDecoder example codes. test=develop * Fix example codes in hapi.text. test=develop * Add some apis in hapi.text into example code white list. test=develop * Fix example code of DynamicDecode in hapi.text. text=develop * Rename Model.self as model in test_text.py test=develop
-
由 xujiaqi01 提交于
* fix error check of stack and space_to_depth * test=develop
-
由 swtkiwi 提交于
-
由 Yibing Liu 提交于
* Format error message for ops, test=develop * Fix check in sequence_expand, test=develop
-
由 hutuxian 提交于
-
- 13 5月, 2020 2 次提交
-
-
由 danleifeng 提交于
fix check info for flatten hash is_empty op; test=develop
-
由 liu zhengxi 提交于
* update err msg for dynamic_lstm and dynamic_lstmp, test=develop
-