- 03 2月, 2023 15 次提交
-
-
由 RedContritio 提交于
* add input check for accuracyOp * add input check for gpu/accuracyOp * add unittest * use rank instead of dimensions in message * update unittest * update unittest
-
由 HappyHeavyRain 提交于
* generate some static graph ops * fix the bug of pow * add REGISTER_ACTIVATION_OP in operators.cmake * modify the file operators.cmake
-
由 Yuang Liu 提交于
-
由 gouzil 提交于
* [Divide by 0 Error] add svd check * [Divide by 0 Error] svd check migrate to c++, move svd test_0_size
-
由 gouzil 提交于
* [Divide by 0 Error] add normalize check * [Divide by 0 Error] normalize check migrate to c++
-
由 shentanyue 提交于
* fix cross_entropy * update
-
由 WangZhen 提交于
Add test_resnet for prim and CINN
-
由 JYChen 提交于
-
由 wangxiaoning 提交于
-
由 xu98bin 提交于
-
由 Ruibiao Chen 提交于
* Reduce time cost of BuildOpHappensBefore * Update code * Update code * Improve data struct
-
由 xiongkun 提交于
* [dy2static] support fallback for whole graph. (stage 1) * bug fix * bug fix and add a new unittest * fix code by code review * fix coverage
-
由 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 7 次提交
-
-
由 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
-