- 21 5月, 2020 6 次提交
-
-
由 zhangchunle 提交于
-
由 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.
-
由 Pei Yang 提交于
-
由 Leo Chen 提交于
-
由 zlsh80826 提交于
-
- 20 5月, 2020 10 次提交
-
-
由 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)
-
由 iducn 提交于
-
由 Chen Weihang 提交于
-
由 Wilber 提交于
-
由 Jinhua Liang 提交于
-
由 Huihuang Zheng 提交于
The background is that buddy_allocator_test depends on some big GPU allocations and current machine may not have it. It can cause random failure on cloud machine. After discussion with Shuo Tian, we decided to make buddy_allocator_test exclusive.
-
由 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 7 次提交
-
-
由 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.
-
由 Leo Chen 提交于
-
由 tianshuo78520a 提交于
-
由 Chen Weihang 提交于
-
由 Yiqun Liu 提交于
-
- 18 5月, 2020 11 次提交
-
-
由 ShenLiang 提交于
* add lod msg in gather and scatter_op, test=develop
-
由 Aurelius84 提交于
* test_seresnet support gpu test=develop * Set the Flag by core.globals test=develop * modify into set_flags test=develop
-
由 Muennighoff 提交于
* Updated ReadMe * Readme Corrections, test=develop, test=document_fix
-
由 Jacek Czaja 提交于
-
由 Yiqun Liu 提交于
* Add the check for whether CUDA Driver and NVRTC is available for the runtime system. * Call cuInit to initialize the CUDA Driver API before all CUDA callings. test=develop * Change the behavior when libnvrtc.so can not be found, printing a warning instead of exiting. test=develop * Do not initialize CUDA Driver API for windows and macos. test=develop * Remove the call of cuInit when entering paddle and enable the test_code_generator. test=develop * Add some built-in functions for __half. test=develop * Change save_intermediate_out to false in unittest. test=develop * Fix error reference to tempropary variable when seting including path for device_code. test=develop
-
由 tianshuo78520a 提交于
-
由 tianshuo78520a 提交于
-
由 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
-
由 Leo Chen 提交于
-
由 yaoxuefeng 提交于
* OP(datanorm lookupsparsetable lookuptable) error message enhancement * fix test=develop * fix test=develop * fix test=develop * fix test=develop * fix test=develop * fix test=develop * fix test=develop
-
- 15 5月, 2020 6 次提交
-
-
由 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
-
由 Zhaolong Xing 提交于
test=develop
-