- 13 1月, 2021 2 次提交
-
-
由 Bai Yifan 提交于
-
由 huangxu96 提交于
* Implemented AddQuantDequantPass in imperative quantization. * Supported LeakyReLU Quantization * For meeting coverage rate. * Changed the file name of test of AddQuantDequant * Implemented more Quantized NoWeightLayers. * Fix the loss cannot align problem between static and dynamic model quantization, add swish as supported quantized layer in imperative quantization. * remove noweight_list * support 2.0 API such as Pool2D and ReLu
-
- 08 1月, 2021 1 次提交
-
-
由 guofei 提交于
* Quantization supports 2.0 APIs * Fix the error of save_quantized_model
-
- 07 1月, 2021 1 次提交
-
-
由 wangchaochaohu 提交于
-
- 05 1月, 2021 1 次提交
-
-
由 cc 提交于
* Avoid the scale to be infinity in quant2_int8_mkldnn_pass, test=develop * support quantized model for paddle2.0 dygraph, test=develop
-
- 30 12月, 2020 1 次提交
-
-
由 cc 提交于
* Support quantizing program_desc, test=develop
-
- 11 12月, 2020 1 次提交
-
-
由 Wojciech Uss 提交于
-
- 30 11月, 2020 1 次提交
-
-
由 Wojciech Uss 提交于
-
- 27 11月, 2020 1 次提交
-
-
由 guofei 提交于
* Optimiz the unittest test_imperative_out_scale test=develop
-
- 25 11月, 2020 1 次提交
-
-
由 huangxu96 提交于
* Impelement 2.0 API version Conv2d and Linear layer quantization in imperative mode. * use cudnn softmax in static Lenet * Modified ChannelwiseQAT Unittest for 2.0 API. * For CI python coverage.
-
- 24 11月, 2020 1 次提交
-
-
由 Leo Chen 提交于
* upgrade comment string to raw string * fix string in * fix string with ' ' * revert update on comments * upgrade only necessary * fix sample code checker * fix comments with '''
-
- 18 11月, 2020 1 次提交
-
-
由 Bai Yifan 提交于
* support user-defined quant and preprocess
-
- 16 11月, 2020 1 次提交
-
-
由 cc 提交于
-
- 14 10月, 2020 1 次提交
-
-
由 guofei 提交于
* Implement the function of OueScaleForTraining/OutScaleForInference in dygraph test=develop
-
- 12 10月, 2020 1 次提交
-
-
由 cc 提交于
* Add test attribute in channelwise_quant op, test=develop
-
- 01 10月, 2020 1 次提交
-
-
由 Wojciech Uss 提交于
-
- 21 9月, 2020 1 次提交
-
-
由 huangxu96 提交于
* Finished ChannelWiseQuantDequantAbsMaxOp and Passed unittests. * Finished channel-wise quantize strategy in imperative quantization. * Added Cuda code of ChannelWiseQuantDequantMaxAbsOP Add Cuda code of ChannelWiseQuantDequantMaxAbsOp * Add quant_axis for channel_wise quant. * fixed a bug in unnitests, which will not trigger axis = 1 case and cannot meet the coverage rate requirement. * Added some assert infomation and fixed some coding style mistakes.
-
- 18 9月, 2020 1 次提交
-
-
由 Zhen Wang 提交于
-
- 15 9月, 2020 1 次提交
-
-
由 cc 提交于
* Remove the cache in post_traning_quantization, test=develop
-
- 10 9月, 2020 1 次提交
-
-
由 Zhen Wang 提交于
-
- 07 9月, 2020 1 次提交
-
-
由 Sylwester Fraczek 提交于
* fix dimensions error for mobilenetv1_KL_quant fixes AssertionError: The size of weight scales vector (1000) does not match the number of output channels (1024) in the weights tensor fc7_weights. add mul test * remove comment * add third case unit test
-
- 31 8月, 2020 1 次提交
-
-
由 qingqing01 提交于
* Move hapi form paddle/incubate to paddle * Remove vision/datasets/utils.py and clean code * Add sample code for conll05 * Print pull path when saving model * Fix sample code after paramter_list of SGD is changed to parameters * Fix bug in wmt16 datase
-
- 28 8月, 2020 1 次提交
-
-
由 Pei Yang 提交于
-
- 27 8月, 2020 1 次提交
-
-
由 Aurelius84 提交于
* add InputSpec * add unittest for tensorSpec and SimpleNet
-
- 21 8月, 2020 1 次提交
-
-
由 Pei Yang 提交于
-
- 19 8月, 2020 1 次提交
-
-
由 cc 提交于
* Conv2d_transpose and mul support channnelwise quantization, test=develop * Skip collecting out threshold for output tensor of which the type is not fp32 or fp64, test=develop * Fix error in test_user_defined_quantization, test=develop * Add depthwise_conv_bn_fuse, test=develop * Add conv_transpose_bn_fuse_pass for post_training_quant, test=develop
-
- 03 8月, 2020 1 次提交
-
-
由 Pei Yang 提交于
-
- 31 7月, 2020 1 次提交
-
-
由 Bai Yifan 提交于
* Remove slim from paddle framework test=develop Co-authored-by: Nwanghaoshuang <wanghaoshuang@baidu.com>
-
- 29 7月, 2020 2 次提交
-
-
由 cc 提交于
* Remove the output for moving_average_abs_max_scale op, test=develop
-
由 Chen Weihang 提交于
* remove ProgramTranslator.save_inference_model * adapt save_quantized_model * revert buffer check implemention * remove useless import function
-
- 28 7月, 2020 1 次提交
-
-
由 yukavio 提交于
* saving inference model for user defined quantization model * saving inference model for user defined quantization model * fixed ci coverage
-
- 11 7月, 2020 1 次提交
-
-
由 Zhen Wang 提交于
* Add the imperative quantization aware training. * This is the python part of Imperative QAT. test=develop
-
- 07 7月, 2020 2 次提交
- 06 7月, 2020 2 次提交
-
-
由 Wojciech Uss 提交于
-
由 cc 提交于
* Save output threshold by argname_index, test=develop
-
- 30 6月, 2020 1 次提交
-
-
由 Wojciech Uss 提交于
test=develop
-
- 29 6月, 2020 1 次提交
-
-
由 Wojciech Uss 提交于
test=develop
-
- 17 6月, 2020 1 次提交
-
-
由 cc 提交于
-
- 04 6月, 2020 1 次提交
-
-
由 Liufang Sang 提交于
* add user defined func test=develop * update test=develop * update test=develop * fix name conflicts test=develop * add unittest test=develop * change 2018 to 2020 test=develop * add comment test=develop * add comment for function test=develop * fix details test=develop * fix details test=develop
-