- 30 10月, 2021 1 次提交
-
-
由 Yiqun Liu 提交于
Cherry-pick #36525
-
- 28 10月, 2021 1 次提交
-
-
由 XGZhang 提交于
* [cherry-pick 2.2]support quantization of bert support quantization for maumul_v2 * Update quantization_pass.py
-
- 27 10月, 2021 1 次提交
-
-
由 zhangkaihuo 提交于
本PR是fused_transformer的layer层代码,包含FusedFeedForward的layer层代码和FusedTransformerEncoderLayer的代码。
-
- 19 10月, 2021 1 次提交
-
-
由 ceci3 提交于
* quant support matmul_v2 * fix format
-
- 15 10月, 2021 1 次提交
-
-
由 Yanxing Shi 提交于
* add sparse_embedding doc * modify sample code * fix sample code error
-
- 23 9月, 2021 1 次提交
-
-
由 lidanqing 提交于
Co-authored-by: Njoanna.wozna.intel <joanna.wozna@intel.com>
-
- 17 9月, 2021 1 次提交
-
-
由 zhangbo9674 提交于
* add pure fp16 major function in auto_cast & tracer * support master weight in dygraph for pure fp16 * check mix dtype of fp16&fp32 for check_finite_and_unscale op * change pure fp16 funtion name * refine some bug in auto_cast * refine auto_cast interface logic * add param _casted_by_pure_fp16 for class Layer * support state_dict hook for save model by user appointed dtype in pure_fp16_decorator * refine pure_fp16_decorator as decorator * add unittest * add comment * add comment * support recompute * add comment for auto_cast and decorator * support to_static_state_dict for paddle.jit.save * unlimite models num and optimizers num * add lookup_table in black_list * fix momentum and layer state_dict * fix bug in layer state_dict * fix bug in layer state_dict_helper * refine unittest * refine test_momentun_op * refine interface and some code * refine amp_decorator interface * refine pure fp16 interface * refine master weight interface
-
- 15 9月, 2021 1 次提交
-
-
由 王明冬 提交于
* clip op extra information when export model,test=ocr * rename clip_extra parameter to kwargs in save_inference_model, test=ocr
-
- 13 9月, 2021 3 次提交
-
-
由 zhulei 提交于
* [RC22] Fix linear with matmul_op replace * [RC22] Fix linear with matmul_op replace * [RC22] Fix linear with matmul_op replace * [RC22] Fix linear with matmul_op replace * [RC22] Fix linear with matmul_op replace
-
由 lidanqing 提交于
-
由 joanna.wozna.intel 提交于
-
- 10 9月, 2021 2 次提交
- 09 9月, 2021 1 次提交
-
-
由 XGZhang 提交于
-
- 06 9月, 2021 1 次提交
-
-
由 joanna.wozna.intel 提交于
* Add fusion_lstm INT8 PTQ * Correct mkldnn_cache_capacity and enable fc_lstm_fuse_pass only for this test * Change mkldnn_cache_capacity
-
- 03 9月, 2021 1 次提交
-
-
由 XGZhang 提交于
-
- 01 9月, 2021 1 次提交
-
-
由 cc 提交于
-
- 31 8月, 2021 1 次提交
-
-
由 XGZhang 提交于
-
- 26 8月, 2021 1 次提交
-
-
由 XGZhang 提交于
-
- 24 8月, 2021 1 次提交
-
-
由 Adam Osewski 提交于
* Small corrections. * Fix lr for bf16. * Revert some changes.
-
- 18 8月, 2021 1 次提交
-
-
由 XGZhang 提交于
-
- 17 8月, 2021 1 次提交
-
-
由 Roc 提交于
-
- 16 8月, 2021 1 次提交
-
-
由 zhangchunle 提交于
-
- 10 8月, 2021 1 次提交
-
-
由 XGZhang 提交于
-
- 05 8月, 2021 1 次提交
-
-
由 WangXi 提交于
-
- 30 7月, 2021 1 次提交
-
-
由 zhangchunle 提交于
-
- 28 7月, 2021 1 次提交
-
-
由 cc 提交于
-
- 22 7月, 2021 3 次提交
- 19 7月, 2021 1 次提交
-
-
由 Leo Chen 提交于
* pass found_inf to adam * add unittest * fix bug * refine unittest * change unit test's directory * disable unittest on cpu
-
- 16 7月, 2021 1 次提交
-
-
由 Leo Chen 提交于
* add clear_float_status op * refine infershape * fix typo * refine check_finite_and_scale * refine code
-
- 15 7月, 2021 1 次提交
-
-
由 wanghuancoder 提交于
* cache core.ops, test=develop * refine, test=develop
-
- 13 7月, 2021 1 次提交
-
-
由 Jiangxinz 提交于
* fix undef var * fix undef var
-
- 09 7月, 2021 2 次提交
- 08 7月, 2021 2 次提交
-
-
由 Hao Lin 提交于
* opt dygraph python API, test=develop * Fix unbind bug in manipulation.py
-
由 Ming-Xu Huang 提交于
-
- 05 7月, 2021 2 次提交
-
-
由 jiangcheng 提交于
* reduce sum op default fp32, add into amp black list * reduce_sum default fp32 can avoid return inf when the sum value large than 65504
-
由 cc 提交于
* refine ptq according comments * reuse the module to calculate kl threshold
-