- 27 2月, 2023 1 次提交
-
-
由 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
-
- 16 1月, 2023 1 次提交
-
-
由 Weilong Wu 提交于
-
- 13 1月, 2023 3 次提交
-
-
由 Weilong Wu 提交于
* [Eager] polish some apis logic * polish api logic
-
由 Weilong Wu 提交于
* [PHI] rrelu add yaml * polish * polish
-
由 Weilong Wu 提交于
* [Eager] polish some api logic * fix split * revover
-
- 11 1月, 2023 3 次提交
-
-
由 whs 提交于
* Add tools for quantization-aware training 1. Expose an API named paddle.quantization.QAT 2. Define a wrapper class to insert quanters into model for QAT 3. Add some functions in QuantConfig for QAT 4. Add unittest for QAT * Add QuantedConv2D and QuantedLinear for QAT * Add paddle.nn.quant.qat to setup.py
-
由 Linjie Chen 提交于
-
由 Linjie Chen 提交于
* fix nll_loss * fix nll_loss * update * update * update * fix
-
- 10 1月, 2023 2 次提交
-
-
由 FlyingQianMM 提交于
* [Zero-Dim] support input 0D Tensor for maximum,minimum,allclose,sigmoid_focal_loss * [Zero-Dim] add backward test for sigmoid_focal_loss with 0-D input Tensor
-
由 Weilong Wu 提交于
* [Eager] polish several ops * rm useless code
-
- 06 1月, 2023 2 次提交
-
-
由 Weilong Wu 提交于
-
由 Weilong Wu 提交于
-
- 05 1月, 2023 2 次提交
-
-
由 Infinity_lee 提交于
-
由 ucsk 提交于
-