- 05 12月, 2022 13 次提交
-
-
由 Nyakku Shigure 提交于
* [Dy2St] refactor convert_print to display Tensor in compile time
-
由 yunyaoXYY 提交于
* clean fluild resize_trilinear * clean fluild resize_bilinear * clean fluild resize_nearest * clean fluid image_resize * fix test_trt_nearest_interp_op.py * fix yolov3.py * fix yolov3.py
-
由 Guanghua Yu 提交于
-
由 yunyaoXYY 提交于
* Clean fliud hash * clean fluid grid_sampler * clean log_loss * Move bilinear_tensor_product from fluid to static * Fix unitests when remove log_loss * Fix bug when move bilinear_tensor_product * fix test_fleet_nocvm_1.py * Add bilinear_tensor_product into all list * Fix code style * Fix comments in bilinear_tensor_product * Fix comments in bilinear_tensor_product * Fix comments
-
由 heyanru 提交于
-
由 heyanru 提交于
[Fluid Clean] remove nn.topk, nn.ctc_greedy_decoder, nn.im2sequence, nn.multiplex, nn.smooth_l1 (#48289)
-
由 ShenLiang 提交于
-
由 201716010711 提交于
-
由 Matsumoto Ruko 提交于
-
由 cyber-pioneer 提交于
-
由 Weilong Wu 提交于
* rm _enable_legacy * recover original code
-
由 xiaoxiaohehe001 提交于
* add_range * add_range
-
由 HongyuJia 提交于
* clean elem_arithmetic part2 unittest * fix test_model_cast_to_bf16 * restore test_model_cast_to_bf16
-
- 04 12月, 2022 1 次提交
-
-
由 Weilong Wu 提交于
-
- 03 12月, 2022 1 次提交
-
-
由 Yuang Liu 提交于
-
- 02 12月, 2022 24 次提交
-
-
由 Charles-hit 提交于
* move softmax to paddle2.0 * fix some bugs * resolve conflict * remove some code * modify code style * fix bugs * fix code * fix move code * fix some bugs * fix code * fix some code * modify the header file * fix bugs * fix some examples * fix mish example * fix code
-
由 ronnywang 提交于
* add custom profier doc * update * format; test=document_fix Co-authored-by: NLigoml <39876205+Ligoml@users.noreply.github.com>
-
由 Jiabin Yang 提交于
* [Eager] Fix paddle.grad interface * [Eager] Support minimum SubGraph for GeneralGrad * Add needed_nodes to prune grad graph more thoroughly * [Eager] Add grad_node_trans_mapping_ to record which grad_node has been transformed to AccumulationNode * [Eager] Fix paddle.grad interface * Polish code * remove potential_stop_node * Add endding_nodes to enhance genSugraph logic * clear endding_nodes_ * polish code * rename endding_nodes to endding_nades_ * Refactor grad interface * Add register_hook case to fix coverage-ci * Fix code format * Refactor general_grad * Add more code comments * call clear directly to release GradSlotMeta * fix a mistake * fix matmul/ multiply kernel logic and optional input in yaml, fill zeros logic and so on. * fix batch_norm_double_grad yaml optional config * fix tanh_triple_grad yaml and kernels * fix MultiplyTripleGradKernel optional logic * fix merge mistake * fix compile error * remove legacy attr for bn * polish code * fix some kernel * merge develop * fix error * remote log * fix kernel with full like * hide value log behind * hide value log behind * fix matmul_triple grad * fix xpu compile error * fix xpu compile error * fix xpu ut * fix xpu ut * fix_xpu_compile_error Co-authored-by: NWeilong Wu <veyron_wu@163.com>
-
由 zqw_1997 提交于
[fluid remove]: remove paddle.fluid.layers.nn.temporal_shift and paddle.fluid.layers.sigmoid_focal_loss (#48553) * remove paddle.fluid.layers.nn.temporal_shift * code check * rm unittest * remove paddle.fluid.layers.sigmoid_focal_loss
-
由 wangzhen38 提交于
* [remove fluid] drop_out PI * [remove fluid] drop_out PI * [remove fluid] drop_out layernorm * [remove fluid] drop_out layernorm * [remove fluid] drop_out layernorm * [remove fluid] drop_out layernorm
-
由 heyanru 提交于
-
由 LiYuRio 提交于
-
由 Shijie 提交于
* Fix fuse_gemm_epilogue * update tests * Update CMakeLists.txt * Update CMakeLists.txt * Update CMakeLists.txt * fix random seed * use assert_allclose * Update test_dist_fuse_gemm_epilogue_pass.py * Update cpp_pass.py * Update test_dist_fuse_gemm_epilogue_pass.py * fix codestyle * update seed and atol
-
由 gem5 提交于
-
由 Charles-hit 提交于
fix test_primapi
-
由 Vvsmile 提交于
* replace pad with paddle.nn.functional.pad and fix call arguments * solve the ImportError in PR-CI-Mac-Python3, which is called "cannot import name 'assign' from 'paddle.fluid.layers'" * fix the CI error of remove_pad by remove import paddle.nn.functional as F * fix the ImportError of remove_pad * fix functional call of pad
-
由 cyber-pioneer 提交于
move paddle.fluid.layers.tensor.create_parameter to paddle.tensor.creation.create_parameter (#48579)
-
由 heyanru 提交于
-
由 Roc 提交于
[Clean Fluid]Remove py_reader/double_buffer/create_py_reader_by_data/load from fluid.layer.io (#48589) rm py_reader/double_buffer/create_py_reader_by_data/load rm test_load_xpu
-
由 yuehuayingxueluo 提交于
* clear fluid apis in fleet and passes * fix model.py * fix model.py * fix cpp_pass.py * clear loss.py * change test file * fix some test_*.py * fix adaround.py * fix evaluator.py * fix CI bug * fix CI bug * fix decode.py * fix detection.py * fix ci bug * rm test_sigmoid_cross_entropy_with_logits_op_ipu.py and fix __init__.py * fix ci bug * fix ci BUG
-
由 ykkk2333 提交于
* add stat tool * add roll and roll_grad kernels and strided_slice and strided_slice_grad kernels, test=kunlun * add silu, unfold and their grads,test=kunlun
-
由 cyber-pioneer 提交于
-
由 Infinity_lee 提交于
* fix boardcasting superlink * Update bitwise_op.cc * fix typo errors(from 48186) * Update python/paddle/distribution/uniform.py Co-authored-by: NLigoml <39876205+Ligoml@users.noreply.github.com> * Update math.py * Update math.py * refix * Update logic.py * BaseTransform api doc; test=docs_preview * Update python/paddle/vision/transforms/transforms.py * for text block; test=docs_preview * Update transforms.py Co-authored-by: NLigoml <39876205+Ligoml@users.noreply.github.com>
-
由 Yiqun Liu 提交于
-
由 Weilong Wu 提交于
-
由 Wen Sun 提交于
* refactor: rm shrink_memory * refactor: rm create_array * refactor: rm array_length
-
由 Aurelius84 提交于
-
由 wanghuancoder 提交于
-
由 HongyuJia 提交于
* clean elem_arithmetic part6 unittest * delete op_name_conflict unittest * restore test_op_name_conflict * fix codestyle test_op_function_generator
-
- 01 12月, 2022 1 次提交
-
-
由 HongyuJia 提交于
-