- 15 12月, 2022 10 次提交
-
-
由 Ruibiao Chen 提交于
-
由 Wangzheee 提交于
-
由 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
-
由 Wilber 提交于
* memory_optimize and mkdlnn problem * update * update * update
-
由 Haohongxiang 提交于
-
由 姜永久 提交于
-
由 Wen Sun 提交于
-
由 姜永久 提交于
-
由 姜永久 提交于
* rm unittests eager guard tests part11 imperative_layer2ocr * review
-
由 姜永久 提交于
-
- 14 12月, 2022 24 次提交
-
-
由 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
-
由 Ming-Xu Huang 提交于
-
由 Roc 提交于
-
由 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
-
由 Ayuan 提交于
* modified: python/paddle/nn/layer/norm.py * modified: python/paddle/nn/layer/norm.py * modified: python/paddle/nn/layer/norm.py * modified: python/paddle/nn/layer/norm.py * modified: python/paddle/nn/layer/norm.py * modified: python/paddle/nn/layer/norm.py * test=docs_preview * InstanceNorm2D中文档格式修改 * test=docs_preview * modified: python/paddle/nn/functional/loss.py modified: python/paddle/nn/functional/norm.py modified: python/paddle/nn/layer/loss.py modified: python/paddle/nn/layer/norm.py * test=docs_preview * test=docs_preview
-
由 zqw_1997 提交于
* remove prior_box * modify the sequence of paras of prior_box in multi_box_head api
-
由 Tinson Lai 提交于
-
由 PuQing 提交于
* fix c++17-extensions warning on macos * fix type fix c++17-extensions warning on macos fix c++17-extensions warning on macos
-
由 Yuanle Liu 提交于
-
由 JZ-LIANG 提交于
* recompute dep filter param * recompute dep for reshard
-
由 姜永久 提交于
* 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
-
由 limingshu 提交于
* First Commit. * add some codes * add elementwise loader * fix code styles * merge with develop * add some changes both in elementwise and transpose * add init operation in broadcast kernel. * change codes according to pr suggestions about transpose file * fix error for op-benchmark ci * fix according to ci
-
由 james 提交于
* nullptr bugfix for XPU pg mode Also a few kernels is added to xpu whitelist * increase error msg length
-
由 ccrrong 提交于
* remove dropout
-
由 zqw_1997 提交于
* modify cmake file for cuda11.8 compile * add op_library(fused_embedding_eltwise_layernorm_op DEPS bert_encoder_functor)
-
由 zhangkaihuo 提交于
-
由 tianshuo78520a 提交于
* test=doucment_fix * test=document_fix
-
由 Hulek 提交于
* Deleted mkldnn_inplace_pass code * Fixed error with cmake * Resolve conflicts
-
由 risemeup1 提交于
* move inplace_apis_indygraph_only from paddle.flud.dygraph.inplace_utils to paddle.utils * modify conflict * modify conflict * modify conflict * modify conflict * modify conflict * modify conflict * modify conflict * modify static-check ci error * fix conflict * modify failed tests * fix conflict * fix conflict * fix pool2d examples * modify conflict * fix failed tests * fix conflict * fix failed tests * modfiy problem of deleting pool2d * support Ninja in setup.py * support different cmake_generators * modify after reviewed * delete unused denotes
-
由 Zhang Jun 提交于
* add more unary op and square
-
由 Yiqun Liu 提交于
-
- 13 12月, 2022 6 次提交
-
-
由 jjyaoao 提交于
* first pr * Revise nn.py * Revise nn.py 2.0 * Revise rnn.py;test=document_fix * test=document_fix Co-authored-by: NLigoml <39876205+Ligoml@users.noreply.github.com>
-
由 wanghuancoder 提交于
* fix rmsprop_ yaml bug
-
由 JYChen 提交于
* remove non-public apis from __all__ * fix code style
-
由 Nyakku Shigure 提交于
* isort jit * refine comment
-
由 joanna.wozna.intel 提交于
-
由 sneaxiy 提交于
* save fused_attention memory when dropout_rate = 0.0 * add ut * fix ut bug * fix fused_layernorm_residual_dropout_bias_test.cu
-