- 08 11月, 2022 2 次提交
-
-
由 Nyakku Shigure 提交于
* [CodeStyle][py2][U004] unecessary explicit `object` inheritance in class definition * fix an increment
-
由 Paulina Gacek 提交于
* Split kernel registered, tests for uint/int added * Split quantized * Split output scales calculated only once * NearestInterp test fix reversed * DequantizeOutputs corrected
-
- 07 11月, 2022 1 次提交
-
-
由 JYChen 提交于
* remove paddle.fluid.dygraph.nn.conv2D * fix ut * fix conv fp16 UT
-
- 03 11月, 2022 2 次提交
-
-
由 Nyakku Shigure 提交于
* [CodeStyle][py2][U008] remove unnecessary args in `super()` * remove remained args * revert changes in test_pylayer_op * Revert "revert changes in test_pylayer_op" This reverts commit ff185a9ae738afac3b0264f61bde6c6b7f72e7c4. * revert some changes in example code
-
由 Chang Xu 提交于
-
- 01 11月, 2022 2 次提交
-
-
由 Nyakku Shigure 提交于
* [CodeStyle][E711] use `is`/`is not` for comparison with `None` * `self.assertTrue($A is None)` -> `self.assertIsNone($A)` * `self.assertTrue($A is not None)` -> `self.assertIsNotNone($A)` * `self.assertFalse($A is None)` -> `self.assertIsNotNone($A)` * `self.assertEqual($A, None)` -> `self.assertIsNone($A)` * `self.assertNotEqual($A, None)` -> `self.assertIsNotNone($A)`
-
由 Nyakku Shigure 提交于
* [CodeStyle][py2] remove `six` package (part2) * six.ensure_str * remove unused `import six` * remove six from BUILTIN_LIKELY_MODULES * remove six in example code * remove some decode * try to fix example code * fix MockEtcdClient get/get_prefix returns data type * fix MockEtcdClient get_prefix returns data * fix MockEtcdClient get returns data * remove `six` in pypi and conda requirements * fix MockEtcdClient add_watch_callback/add_watch_prefix_callback returns data type * refine MockEtcdClient
-
- 31 10月, 2022 3 次提交
-
-
由 Guanghua Yu 提交于
-
由 Nyakku Shigure 提交于
* fix typo `Fasle`/`Flase` -> `Flase` * fix typo `Ture` -> `True`
-
由 risemeup1 提交于
-
- 28 10月, 2022 1 次提交
-
-
由 Guanghua Yu 提交于
-
- 27 10月, 2022 1 次提交
-
-
由 Guanghua Yu 提交于
-
- 23 10月, 2022 1 次提交
-
-
由 Nyakku Shigure 提交于
* update config * re-blacken python code * temporarily disable date and diff_py_file * skip a format
-
- 20 10月, 2022 1 次提交
-
-
由 Guanghua Yu 提交于
-
- 19 10月, 2022 1 次提交
-
-
由 Nyakku Shigure 提交于
-
- 18 10月, 2022 1 次提交
-
-
由 Nyakku Shigure 提交于
* [CodeStyle][py2] remove `compat` module (to_text) * remove some unnecessary decode * remove to_text definition and unittest * Revert "remove to_text definition and unittest" This reverts commit a6b69cb8dca8b9b031ce10ea32d1040e7e0dd267. * remove an assertion * empty commit
-
- 17 10月, 2022 2 次提交
-
-
由 Guanghua Yu 提交于
-
由 Guanghua Yu 提交于
-
- 10 10月, 2022 1 次提交
-
-
由 Shuangchi He 提交于
-
- 27 9月, 2022 2 次提交
-
-
由 Chang Xu 提交于
-
由 Nyakku Shigure 提交于
* [CodeStyle] remove all future import * revert test_error.py * restore future import in example code
-
- 26 9月, 2022 1 次提交
-
-
由 Guanghua Yu 提交于
-
- 21 9月, 2022 1 次提交
-
-
由 Guanghua Yu 提交于
-
- 20 9月, 2022 3 次提交
-
-
由 ceci3 提交于
-
由 YuanRisheng 提交于
* add amp yaml * fix ci bugs
-
由 HongyuJia 提交于
* polish code comments * polish data_device_transform.cc
-
- 16 9月, 2022 1 次提交
-
-
由 joanna.wozna.intel 提交于
-
- 14 9月, 2022 2 次提交
-
-
由 Nyakku Shigure 提交于
* trim trailing whitespace * fix `.cmake-format.py` * revert npu ut changes, avoid npu ci error
-
由 Nyakku Shigure 提交于
* [CodeStyle] trim trailing whitespace in .md and .rst * empty commit, test=document_fix
-
- 09 9月, 2022 1 次提交
-
-
由 Guanghua Yu 提交于
-
- 08 9月, 2022 2 次提交
-
-
由 Leo Chen 提交于
-
由 Guanghua Yu 提交于
-
- 05 9月, 2022 2 次提交
-
-
由 yeliang2258 提交于
* support onnx format quantized model * update code * add test * add test * fix * fix test * fix cmake * update code * change scale file path to calibration file path * update code * update code * fix build bug * fix build bugs * fix * fix
-
由 handiz 提交于
* fix bug in PostTrainingProgram for certain cases
-
- 31 8月, 2022 1 次提交
-
-
由 Leo Chen 提交于
-
- 29 8月, 2022 2 次提交
-
-
由 handiz 提交于
* fix bug in PostTrainingQuantizationProgram for not full quantization case * fix coverage ci
-
由 Zhang Ting 提交于
-
- 26 8月, 2022 3 次提交
-
-
由 Guanghua Yu 提交于
-
由 wanghuancoder 提交于
-
由 whs 提交于
-