- 22 9月, 2020 1 次提交
-
-
由 guofei 提交于
* Fix test_gast_with_compatibility.py due to the problem of gast in python3.8 (#27433) test=develop * fix dll load bug on windows from python3.8 (#27324) * Support python3.8 (#26850) * Support python3.8 test=notest * Replace the 'spawn' start method with 'fork' start method for multiprocessing, on MacOS with python>=3.8 (#27317) * Replace the 'spawn' start method with 'fork' start method for multiprocessing, on MacOs when python>=3.8 test=develop * Correct the error in decorator.py (#27409) test=develop Co-authored-by: NZhou Wei <52485244+zhouwei25@users.noreply.github.com>
-
- 15 9月, 2020 1 次提交
-
-
由 danleifeng 提交于
* add DISTRIBUTED_TRAINER_ENDPOINTS env for cloud
-
- 11 9月, 2020 1 次提交
-
-
由 lilong12 提交于
* add double grad for expand, test=develop
-
- 10 9月, 2020 1 次提交
-
-
由 Qinghe JING 提交于
* add double grad to reduce sum
-
- 27 8月, 2020 1 次提交
-
-
由 yaoxuefeng 提交于
-
- 18 8月, 2020 1 次提交
-
-
由 Thunderbrook 提交于
* add mock barrier all (#24786) * add mock barrier all test=develop * fix test=develop * fix test=develop * fix test=develop * fix gloo error test=develop Co-authored-by: Nxujiaqi01 <173596896@qq.com>
-
- 17 8月, 2020 1 次提交
-
-
由 YUNSHEN XIE 提交于
-
- 12 8月, 2020 2 次提交
-
-
由 Thunderbrook 提交于
* fix dataset py3 (#25012) * fix dataset py3 error * test=develop * fix logger (#24682) * fix logger of FetchHandler,which may print log twice * test=develop * add timeout and http store in communication (#23436) * add timeout and http store in communication, add revert and confirm in fleet * test=develop * modify datanorm op test=develop (#23030) Co-authored-by: Nxujiaqi01 <173596896@qq.com> Co-authored-by: Nyaoxuefeng <yaoxuefeng@baidu.com>
-
由 Leo Chen 提交于
* fix prelu for compatibility with saved model of old version * reshape alpha
-
- 07 8月, 2020 2 次提交
-
-
由 YUNSHEN XIE 提交于
test=develop Co-authored-by: Nchalsliu <45041955+chalsliu@users.noreply.github.com>
-
由 Pei Yang 提交于
* fix cpuid.h not found * fix-jetson-compile-pyramid_hash * add more info to version.txt, test=develop (#24551)
-
- 05 8月, 2020 1 次提交
-
-
由 hong 提交于
* Fix dygraph grad bugs (#25781) * fix double grad visitid unit; test=develop * change name hash_pair to HashPair; test=develop * follow comment; test=develop * remove manual seed; test=develop * change create_graph from True to False; test=develop
-
- 25 7月, 2020 1 次提交
-
-
由 wangguanzhong 提交于
* add scale_x_y for yolo_box, test=develop * add scale_x_y for yolo_box, test=develop * refine eps in iou_similarity, test=develop
-
- 10 7月, 2020 1 次提交
-
-
由 Zhou Wei 提交于
cherry-pick,fix optimizer.state_dict and LRScheduler.state_dict to save/load dygraph
-
- 09 7月, 2020 2 次提交
- 07 7月, 2020 1 次提交
-
-
由 Kaipeng Deng 提交于
* make default_collate_fn visible. test=develop. test=release/1.8
-
- 03 7月, 2020 3 次提交
-
-
由 123malin 提交于
-
由 Kaipeng Deng 提交于
-
由 Chengmo 提交于
* test=release/1.8, cherry fix fluid.embedding
-
- 02 7月, 2020 1 次提交
-
-
由 Yang Zhang 提交于
test=release/1.8
-
- 01 7月, 2020 3 次提交
-
-
由 Zhou Wei 提交于
* CHERR-PICK1.8,add base class of LearningRateEpochDecay, and API: MultiStepDecay, and API: StepDecay,test=release/1.8 * fix unittest to add coverage,test=develop
-
由 Chengmo 提交于
* test=release/1.8, add index sample
-
由 Leo Chen 提交于
* fix bug of prelu when rank not equal 4, test=develop * fix prelu inference, test=develop * fix api, test=develop * fix shape when mode is chennel, test=develop * remove debug code, test=develop * add unittest, test=develop
-
- 29 6月, 2020 1 次提交
-
-
由 Leo Chen 提交于
-
- 28 6月, 2020 1 次提交
-
-
由 liu zhengxi 提交于
* fix beam_search infershape, test=develop * fix beam search op unittest, test=develop
-
- 10 6月, 2020 2 次提交
- 09 6月, 2020 1 次提交
-
-
由 hong 提交于
* raise index error when slice out of range; test=develop * add uni test; test=develop * fix format error; test=develop * add comment for py::index_error; test=develop * polish error message; test=develop * polish error message; test=develop
-
- 05 6月, 2020 1 次提交
-
-
由 whs 提交于
-
- 03 6月, 2020 1 次提交
-
-
由 wawltor 提交于
PR types: Bug fixes PR changes:Ops Describe: Fix the broadcast bug in elementwise ops, when elementwise ops do not have fast gradient calculate way,use the default way to calculate.
-
- 02 6月, 2020 1 次提交
-
-
由 Yi Liu 提交于
Enhance error message of checkpoint_notify_op, fake_init_op gen_nccl_id_op and listen_and_serv_op (#24554) (#24844) test=develop
-
- 01 6月, 2020 1 次提交
-
-
由 wangchaochaohu 提交于
-
- 26 5月, 2020 1 次提交
-
-
由 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
-
- 25 5月, 2020 1 次提交
-
-
由 jinyuKING 提交于
API/OP(sequence_first_step,sequence_last_step,sequence_mask,beam_search,beam_search_decode) error message enhancement ,test=release/1.8 (#24668)
-
- 21 5月, 2020 2 次提交
-
-
由 Leo Chen 提交于
* fix bug of varbase.__getitem__, test=develop (#24642) * fix bug of varbase.__getitem__, test=develop * fix bug of float and other type, test=develop * fix unittest, test=develop
-
由 Chen Weihang 提交于
* Append scale for static runner outputs (#24627) * add scale for static runner outputs, test=develop * fix import relation, test=develop * remove len limit, test=develop * remove imperative data loader place limit, test=develop (#24641)
-
- 20 5月, 2020 2 次提交
-
-
由 Zhang Ting 提交于
-
由 liu zhengxi 提交于
* API(dynamic_gru, chunk_eval, BeamSearchDecoder) error message enhancement (#24513) * 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 * API/OP(sequence_expand_as) error message enhancement (#23712) Co-authored-by: NGuo Sheng <whucsgs@163.com>
-
- 15 5月, 2020 1 次提交
-
-
由 lilong12 提交于
* improve error reporting messages
-