- 02 7月, 2019 1 次提交
- 
- 
由 xsrobin 提交于* test=develop * test=develop 
 
- 
- 01 7月, 2019 3 次提交
- 
- 
由 tensor-tang 提交于* fix mac ci random fail * use platform instead test=release/1.5 
- 
由 xiaoting 提交于replace mnist dataset url 
- 
由 hutuxian 提交于
 
- 
- 30 6月, 2019 1 次提交
- 
- 
由 tensor-tang 提交于* fix py-cpuinfo mac random fail * differentiate version on windows test=release/1.5 
 
- 
- 29 6月, 2019 2 次提交
- 
- 
由 Yibing Liu 提交于test=release/1.5 
- 
由 Yibing Liu 提交于* Update lamb optimizer (#18333) * Update lamb optimizer * Regenerate api spec test=release/1.5 * Give an experimental warning test=release/1.5 
 
- 
- 28 6月, 2019 4 次提交
- 
- 
由 qingqing01 提交于* Simplify multi_box_head API in detection.py and remove assign op. 
- 
由 lujun 提交于BackwardStrategy dygraph.nn dygraph.checkpoint 
- 
由 chengduo 提交于* add cuda_is_available test=release/1.5 
- 
由 Hongyu Liu 提交于
 
- 
- 27 6月, 2019 1 次提交
- 
- 
由 chengduo 提交于* update pe reduce config test=release/1.5 * drop the local_exe_scopes of the previous parallel_executor test=release/1.5 
 
- 
- 26 6月, 2019 1 次提交
- 
- 
由 whs 提交于Socket can't be pickled. test=release/1.5 
 
- 
- 25 6月, 2019 9 次提交
- 
- 
由 Jiabin Yang 提交于* test=release/1.5, add mutigpu install check * test=develop, refine code to use cuda_devices 
- 
由 Hongyu Liu 提交于* sequnce mask support max length tensor input; test=develop * add rnn_impl.py; test=develop * add basic gru lstm unittest; test=develop * fix api spec; test=develop * fix sequence_mask op bug; test=develop test=document_preview * change +-*x to elmentwise_op; test=develop * add mkl flag; test=develop * fix rnn impl bug; test=develop * update api spec; test=develop * fix doc bug; test=develop * fix lstm bugs; test=develop 
- 
由 Guo Sheng 提交于test=release/1.5 * Fix the GetExpectedKernelType of add_position_encoding_op. * Fix the doc of lstm_unit outputs in nn.py. 
- 
由 Yibing Liu 提交于test=release/1.5 
- 
由 tangwei12 提交于* fix paddle cloud role maker bug 
- 
由 Jiabin Yang 提交于* Revert "Cherry pick install check for multi gpu (#18245)" This reverts commit d0219002. * test=release/1.5, ci start 
- 
由 chengduo 提交于* fix default value of fluid.memory_optimize test=release/1.5 
- 
由 hutuxian 提交于cherry-pick for #18293 
- 
由 lujun 提交于add dygraph api doc for fluidDoc and api spec 
 
- 
- 24 6月, 2019 1 次提交
- 
- 
由 Hongyu Liu 提交于* fix slice op bug; test=develop * fix variabel test bug; test=develop * remove slice while true; test=develop 
 
- 
- 23 6月, 2019 1 次提交
- 
- 
由 Yibing Liu 提交于test=release/1.5 
 
- 
- 22 6月, 2019 1 次提交
- 
- 
由 tensor-tang 提交于* refine core cmake warning and print more info * fix comments test=release/1.5 
 
- 
- 21 6月, 2019 4 次提交
- 
- 
由 Jiabin Yang 提交于* test=develop, add add_multi_gpu_install_check (#18157) * test=develop, add add_multi_gpu_install_check * test=develop, refine warning doc * test=develop, refine warning doc * test=develop, refine warning doc * test=develop, support multi cpu * test=release/1.5, cherry-picked from develop 
- 
由 lvmengsi 提交于* update some op doc, test=release/1.5 
- 
由 hutuxian 提交于* fix relative import error in python3 * fix debug string info 
- 
由 Zeng Jinle 提交于* fix_create_lod_tensor, test=release/1.5 * remove program_guard import,test=release/1.5 * fix windows numpy default int32 error, test=release/1.5 
 
- 
- 20 6月, 2019 3 次提交
- 
- 
由 qingqing01 提交于* Update backward appending stragety to support double backward and fix some bug. (#18104) * Update backward.py: - If there is no input grad var in all outputs of previous ops, do not append this op into graph. - Only apply this stragety when double backward. * Update some double backward op. * Update sum_op to judge whether a tensor is empty by numel or IsInitialized().
- 
由 czhu15 提交于
- 
由 翟飞跃 提交于
 
- 
- 19 6月, 2019 8 次提交
- 
- 
由 翟飞跃 提交于* add mkldnn Int8v2 slim doc (#17909) * Change int8v2 CAPI unit test name and add log in the prediction stage (#18200) * fix issue 18111;test=develop * fix timer;test=develop * refine code;test=develop * test=release/1.5 
- 
由 chengduo 提交于* add multi process reader test=release/1.5 
- 
由 tangwei12 提交于* fix save/load in fleet (#17675) * fix save/load in Fleet * add UT framework of Fleet (#18058) * add paddle cloud role maker for customized usage, note this is only for industrial users that have cloud environment pre-configuration (#18121) add paddle cloud role maker for specific cloud usage. This pr will simplifies user's configuration in distributed training. * assign role_maker before use (#18137) 
- 
由 czhu15 提交于* [Cherry-pick] change dirname mobilenet to mobilenetv1 (#18160) test=release/1.5 * [Cherry-pick] update mkldnn int8v2 doc (#18177) test=release/1.5 
- 
由 tensor-tang 提交于* cherry pick refine core warning message (#18063) * cherry pick core replace x86cpu with py cpuinfo (#18151) test=release/1.5 
- 
由 FlyingQianMM 提交于Cherry pick retinanet_target_assign_op(#17893), sigmoid_focal_loss_op(#17895) and retinanet_detection_output_op(#17896) for supporting retinanet (#18141) * test=release/1.5 Fix conflicts in test_layers.py when adding target assign operator for supporting retinanet. Cherry pick #17893 * test=release/1.5 Add sigmoid focal loss operator for supporting retinanet. Cherry pick #17895 * test=release/1.5 Add detection output operator for supporting retinanet. Cherry pick #17896 * test=release/1.5 fix wrong code style in test_layers.py when cherry pick retinanet_target_assign #17893 * test=release/1.5 Fix type error of std::pow in sigmoid_focal_loss. Cherry pick #17895 
- 
由 Kaipeng Deng 提交于* fix logging unable. test=develop * unset sys.stdout for stream handler. test=develop * fix newly add basicConfig. test=develop * fix import error. test=release/1.5 
- 
由 chengduo 提交于* remove nccl dep when the number of GPU is 1 test=develop * use multi card run syncBN test=release/1.5 
 
- 
