- 03 2月, 2023 3 次提交
-
-
由 wanghuancoder 提交于
-
由 Jiabin Yang 提交于
* optimize log * fix type error * fix type error2
-
由 Jiabin Yang 提交于
* refactor dir for prim * support blacklist for bwd comp * fix type error * remove additional file * fix git ignore * add more test * merge develop
-
- 02 2月, 2023 18 次提交
-
-
由 wangzhen38 提交于
-
由 risemeup1 提交于
-
由 ronnywang 提交于
-
由 Xiaoxu Chen 提交于
【PRIM】Support use operator's output metadata info in constructing static backward composite (#50043) * [prim] support custom target_gradients * support infershape after append one gradop * [prim] add simple net test * fix test_loop segment fault bug * [prim] fix infer shape segment fault bug when output of grad_op_desc is empty
-
由 RedContritio 提交于
-
由 LoneRanger 提交于
-
由 LoneRanger 提交于
-
由 RedContritio 提交于
* add stride check for PoolOutputSize * add unittest
-
由 RedContritio 提交于
* add dimension check for nce * add unittest * fix incorrect type in test_nce
-
由 risemeup1 提交于
-
由 Jianghai 提交于
* fix bugs in cluster to device meshes * add tests * 1
-
由 RedContritio 提交于
* add input dimension check for max_unpool2d/max_unpool3d * add unittest
-
由 Ccc 提交于
* paddle.nn.functional.softmax * paddle.nn.functional.log_softmax * paddle.nn.functional.gumbel_softmax * paddle.nn.functional.prelu
-
由 wuhuachaocoding 提交于
-
由 YuanRisheng 提交于
* fix bugs * fix ci bugs
-
由 Leo Chen 提交于
-
由 liuruyan 提交于
-
由 Hui Zhang 提交于
* jit layer support multi thread
-
- 01 2月, 2023 19 次提交
-
-
由 zqw_1997 提交于
remove fluid.initializer.UniformInitializer, ConstantInitializer, NormalInitializer, TruncatedNormalInitializer, XavierInitializer, BilinearInitializer, MSRAInitializer, NumpyArrayInitializer and calculate_gain.. (#49498) * move UniformInitializer and ConstantInitializer * more modify * circular import resolved * another circular import resolved? * more circular import 2 * circular import 3 * change import paddle in metric.py * BuildStrategy import from fluid * modify the framework import path in common.py * change rnn.py import, from static to original framework * change import static in the nn folder * default_main_program should import from common_ops_import * add import paddle in param_attr.py * use core not paddle module for using VarDesc * another old uniform * mistake that use Uniform instead of UniformInitializer * modify UniformInitializer doc * move fluid.NormalInitializer to nn.initializer.NormalInitializer * remove import of Normal in fluid.layers.nn.py * remove more import of old Normal * remove more import of old Normal * sample code modify and tests modify import * is_listen_failed passing arg should be log file * problem solved * a mistake solved * comments resoleved and remove paddle.fluid.initializer.TruncatedNormalInitializer * remove paddle.fluid.initializer.XavierInitializer and paddle.fluid.initializer.MSRAInitializer * remove paddle.fluid.initializer.BilinearInitializer NumpyArrayInitializer and set_global_initializer * change fluid to static * change static to fluid to avoid circular import in distributed_strategy.py * fix example code and test_initializer * ValueType * sample code fix * change set_global_initializer back to fluid * put paddle.static.BuildStrategy.ReduceStrategy into the fuction to avoid circular import * remove calculate_gain, delete BilinearInitializer and revert set_global_initializer * change the time of using UniformInitializer, ConstantInitializer, NormalInitializer, TruncatedNormalInitializer, XavierInitializer, MSRAInitializer, NumpyArrayInitializer as few as possible * fix argument incampatible * fix more arg incompatible * fix test_prelu_op_xpu.py Constant * fix inaccurate doc * more doc fix: default value
-
由 Yuang Liu 提交于
-
由 risemeup1 提交于
-
由 RedContritio 提交于
* add range check for crop_kernel * remove shape negative check * add unittest
-
由 RedContritio 提交于
* add shape check for fused_multi_head_attention * use raise for coverage test * add unittest * remove unnecessary pass * add unittest
-
由 RedContritio 提交于
* add check for input of slice * add unittest
-
由 pangyoki 提交于
* fix release dockerfile * fix GPG error in ubuntu18 * fix cpu * fix
-
由 pangyoki 提交于
* support python3.10 in manylinux dockerfile * fix python3.10 ssl * do not check for python3.10
-
由 pangyoki 提交于
-
由 RedContritio 提交于
* add stride check for MaxPool * add unittests
-
由 Zhong Hui 提交于
* fix 0-d tensor for arg_min_max op. * fix xpu. * fix zero dims * fix * Update arg_min_max_kernel.cc * Update arg_min_max_kernel.cc * Update arg_min_max_kernel.cc * Update test_zero_dim_tensor.py * Update test_zero_dim_tensor_xpu.py * Update test_zero_dim_tensor.py * Update arg_min_max_kernel.cc * Update arg_min_max_kernel.cc * Update arg_min_max_kernel.cc
-
由 YUNSHEN XIE 提交于
* run infer ut in A10 * 增加cuda11.2-cudnn8-trt8.4镜像 * add paddle_coverage_new.sh
-
由 PuQing 提交于
* fix numpyScaler2Tensor type error * fix to_tensor docs, test=document_fix
-
由 Guanghua Yu 提交于
-
由 张春乔 提交于
* fix the div 0 error of sparse_embedding * add unittest
-
由 张春乔 提交于
-
由 Wang Bojun 提交于
* preln_residual 2 fused_bias_residual * skip layernorm fix and ut * code refine * code style refine * fix ut * fix output * add trt layer fall back info * refine op teller and ut * DropoutMaskOut output fix
-
由 Hui Zhang 提交于
* jit layer support multi thread * fix bug * clone prediector not do graph optimizer * format * fix comment and format * fix override and fromat * fix * fix
-
由 RedContritio 提交于
* add dimension check for deformable_conv * add unittest
-