- 20 12月, 2022 4 次提交
-
-
由 wanghuancoder 提交于
* delete FLAGS_enable_eager_mode
-
由 Yulong Ao 提交于
-
由 Ryan 提交于
-
由 sneaxiy 提交于
-
- 19 12月, 2022 9 次提交
-
-
由 Vvsmile 提交于
* solve conflicts of remove_lod_reset and latest develop version * add lod_reset to the no_grad_set_white_list.py
-
由 hjyp 提交于
* 移除 declarative 接口 * 修改 CI报错,清理注释
-
由 zqw_1997 提交于
* remove fluid.mul * remove mul in __all__
-
由 姜永久 提交于
* rm unittest eager guard part1 * review * reset spwan runner base * reset op_test * rm test_type_core
-
由 zhangyikun02 提交于
-
由 Wangzheee 提交于
* General optimization for no_varlen embedding layernorm
-
由 JYChen 提交于
* add 0-d support for paddle.kthvalue * add 0-d support for paddle.mode * fix coverage test for device
-
由 xiaoguoguo626807 提交于
* move conv2d * code-style and build bug * restore c++ * code-style * rm fluid init conv2d * remove nn.conv2d * modify doc
-
由 liu zhengxi 提交于
-
- 16 12月, 2022 7 次提交
-
-
由 HongyuJia 提交于
-
由 YuanRisheng 提交于
* move translated layer * fix build bugs * fix unittest bug * trigger ci
-
由 Vvsmile 提交于
[Clean Fluid API]Remove API: unsqueeze, use paddle.unsqueeze to replace paddle.fluid.layers.unsqueeze (#47936) * Remove API: unsqueeze Replace the funcation call. Use paddle.unsqueeze to replace paddle.fluid.layers.unsqueeze * Remove API: unsqueeze remove unsqueeze which is not used in Paddle 2.0 * Remove API: unsqueeze fix the bug by adding 'import paddle' to file tests/unittests/test_rnn_cell_api.py * Modify the call of unsqueeze from old style to new style * fix the call arguments of unsqueeze * replace unqueeze with paddle.unsqueeze * fix the error in PR-CI-Static-Check, name 'paddle' is not defined * fix the error in static in unsqueeze
-
由 kangguangli 提交于
-
由 MarDino 提交于
* cast to higher precision type to prevent fp16 diff problem * fix bilinear backward and add more unittest case
-
由 Yuang Liu 提交于
-
由 hong 提交于
* change staticRNN to while * update code * fix rnn bug * update * fix _find_op_path_ bugs in append_backward. * polish code * revert op proto * update * udpate while * format * revert test while loop op * fix create array * fix windows error * fix bug * update * fix array write bug Co-authored-by: Nxiongkun <xiongkun03@baidu.com>
-
- 15 12月, 2022 10 次提交
-
-
由 heyanru 提交于
-
由 骑马小猫 提交于
* remove lstm api * remove gru_unit api * remove lstm in all * remove beam-search * remove beam_search slot * remove lstm test code * remove fluid.layers.nn api * update gru-unit * revert gru_unit white list
-
由 kangguangli 提交于
* remove reference in sample code for `fluid.layers.cross_entropy` * fix error * fix doc codestyle and remove api `layers.cross_entropy` && `layers.cross_entropy2` * fix unittest test_fleet_hybrid_meta_optimizer && test_fleet_sharding_meta_optimizer
-
由 姜永久 提交于
* rm unittests eager guard test part16 meshgrid2normalize * modify
-
由 kangguangli 提交于
-
由 HydrogenSulfate 提交于
* remove density_prior_box * remove anchor_generator * remove roi_perspective_transform * remove generate_proposal_labels * remove generate_mask_labels * remove generate_proposals * remove box_clip * remove retinanet_detection_output * remove multiclass_nms * remove locality_aware_nms * remove matrix_nms * remove distribute_fpn_proposals * remove box_decoder_and_assign * remove collect_fpn_proposals * remove 2 trt files * move prior_box to static/nn/common.py * move multi_box_head to static/nn/common.py * fix for CI/CE * remove retinanet_detection_output * restore compile_vs_runtime_white_list.py * restore test_retinanet_detection_output to white list * replace nn.flatten by paddle.flatten, and fix doc for retinanet_target_assign * add enable_static in demo and fix bug * remove roi_perspective_transform in test_layers * remove multi_box_head * change self.multiclass_nms to _legacy_C_ops.multiclass_nms * empty commit * empty commit * check code style * fix prior_box * fix CI * remove redundant prior_box in detection.py * fix docs * remove detection * fix prior_box en doc * delete prior_box in common * remote proir_box from __init__.py
-
由 姜永久 提交于
-
由 姜永久 提交于
-
由 姜永久 提交于
* rm unittests eager guard tests part11 imperative_layer2ocr * review
-
由 姜永久 提交于
-
- 14 12月, 2022 10 次提交
-
-
由 wangxiaoning 提交于
* add index sample fp16 support * remove fluid APIs in distributed_strategy.py and role_maker.py * Revert "remove fluid APIs in distributed_strategy.py and role_maker.py" This reverts commit 223bbee990d3bf69e252fc3c0f19e3873550a264. * fix instantiated more than once * clean codes
-
由 feifei-111 提交于
* del array_write & array_read * fix import err * fix import err * fix example codes
-
由 zhaoyingli 提交于
* [AutoParallel] recompute tuning * fix conflict * update comment * bug fix * update rc algo * tiny fix * fix clear process_group * remove comment * update segment print * fix import OpRole * adapt amp pass and grad_clip pass for opt_tuner * update tuning config * fix import * annotate recompute info on ops and upgrade recompute pass * add op_namescope for seed op * record reserved vars * fix recompute var's dist_attr * fix strategy unittest * adapt for fp16 * update unittest * revert copy opt * update unittest * rename set_recompute_segments * fix unittest
-
由 zqw_1997 提交于
* remove prior_box * modify the sequence of paras of prior_box in multi_box_head api
-
由 姜永久 提交于
* rm unittests eager guard test part14 initializer2layer_norm * monior change
-
由 姜永久 提交于
* rm unittests eager guard tests part9 histogram2imperative_dataloader * rm basic
-
由 YUNSHEN XIE 提交于
* add condition of skipif * fix code format error * Update test_fused_gate_attention_op.py update
-
由 ccrrong 提交于
* remove dropout
-
由 Hulek 提交于
* Deleted mkldnn_inplace_pass code * Fixed error with cmake * Resolve conflicts
-
由 Zhang Jun 提交于
* add more unary op and square
-