- 07 3月, 2023 1 次提交
-
-
由 hg-1099255210 提交于
-
- 06 3月, 2023 3 次提交
- 02 3月, 2023 1 次提交
-
-
由 easywaytolifebelief 提交于
* fluid clean: remove dygraph_utils._append_bias_in_dygraph * fix func name and imports
-
- 01 3月, 2023 1 次提交
-
-
由 Chitsing KUI 提交于
* flash attn * seed * almost * softmax * fix workspace * add unitest; linux only * fix setup * fix datatype include * fix setup typo * fix def scope * new error api * use paddle fork * fix attr bug; complete ut * update flash hash * fix rng reset * fix offset * fix comments
-
- 28 2月, 2023 2 次提交
- 27 2月, 2023 6 次提交
-
-
由 anine09 提交于
Unify the digital presentation of rrelu's English and Chinese Documentations. Modify `Parameters` section of `rrelu` `s default `lower` value from `1.0 / 8.0` to `0.125`. Modify `Parameters` section of `rrelu` `s default `upper` value from `1.0 / 3.0` to `0.3333333333333333`.
-
由 Maple Xie 提交于
* Fix fp16 dtype checking for AvgPool1D op * Update code style for PR-CI-Static-Check
-
由 张春乔 提交于
-
由 张春乔 提交于
* support fp16 on AvgPool3D * Apply suggestions from code review
-
由 张春乔 提交于
-
由 Ainavo 提交于
-
- 24 2月, 2023 2 次提交
-
-
由 Jiabin Yang 提交于
* change amp with to_prim * fix prim amp * fix rules * fix liear * add amp test * add test * disable this test on cpu * disable this test on cpu --------- Co-authored-by: Ncyber-pioneer <chenzhuo@tju.edu.cn>
-
由 xiongkun 提交于
-
- 20 2月, 2023 1 次提交
-
-
由 whisky-12 提交于
-
- 17 2月, 2023 3 次提交
-
-
由 knamg 提交于
-
由 Infinity_lee 提交于
-
由 whisky-12 提交于
-
- 16 2月, 2023 2 次提交
-
-
由 whs 提交于
-
由 whs 提交于
Add PTQ and exporting function 1. Add Post-Training Quantization 1.1 Abstract some functions from QAT to Quantization class 1.2 Add Post-Training Quantization by extending Quantization class 1.3 Add observers for PTQ 1.4 Add unittest for PTQ 2. Add exporting function for QAT and PTQ
-
- 14 2月, 2023 1 次提交
-
-
由 mhy-666 提交于
-
- 10 2月, 2023 1 次提交
-
-
由 LoneRanger 提交于
* 为split增加取值范围维度的判断 * 为glu的axis进行取值判断并添加单测 * 完善glu的单测 * fix glu
-
- 07 2月, 2023 2 次提交
- 06 2月, 2023 3 次提交
- 03 2月, 2023 2 次提交
-
-
由 gouzil 提交于
* [Divide by 0 Error] add normalize check * [Divide by 0 Error] normalize check migrate to c++
-
由 shentanyue 提交于
* fix cross_entropy * update
-
- 02 2月, 2023 4 次提交
-
-
由 LoneRanger 提交于
-
由 LoneRanger 提交于
-
由 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
-
- 01 2月, 2023 2 次提交
-
-
由 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
-
由 zxcd 提交于
* add clip_grad_norm_ api. * fix docs and some details according to the comments. * fix code style. * fix no_grad problem, and fix doc. * fix code style. * fix doc and remove type information
-
- 31 1月, 2023 3 次提交
-
-
由 201716010711 提交于
-
由 xiaoting 提交于
* support 0d tensor for interpolate * support 0d tensor for interpolate * add xpu unittest for interp * update unittest for interpolate * fix coverage * fix code style * fix for coverage * fix coverage
-
由 RedContritio 提交于
* add dimension check for interpolate * modify dimension check for interpolate * add unittest to size check for interpolate * fix incorrect shape check for interpolate * split size check and add unittests
-