- 09 3月, 2023 1 次提交
-
-
由 姜永久 提交于
* fix accuracy and activation * add adadelta * support pad2d * support pad * modify exponential and linear_interp_v2 * modify meshgrid test * add group_norm * support some ops * modify activation&group norm * modify act * reset group_norm * modify acti * modify pow test * modify acti * lint * modify mkldnn test * fix acti * modify adadelta * lint * fix act mkldnn * reset acti
-
- 05 12月, 2022 1 次提交
-
-
由 yunyaoXYY 提交于
* clean fluild resize_trilinear * clean fluild resize_bilinear * clean fluild resize_nearest * clean fluid image_resize * fix test_trt_nearest_interp_op.py * fix yolov3.py * fix yolov3.py
-
- 29 11月, 2022 1 次提交
-
-
由 Nyakku Shigure 提交于
-
- 23 10月, 2022 1 次提交
-
-
由 Nyakku Shigure 提交于
* update config * re-blacken python code * temporarily disable date and diff_py_file * skip a format
-
- 27 9月, 2022 1 次提交
-
-
由 Nyakku Shigure 提交于
* [CodeStyle] remove all future import * revert test_error.py * restore future import in example code
-
- 17 8月, 2022 1 次提交
-
-
由 Nyakku Shigure 提交于
[CodeStyle][NPU] use np.testing.assert_allclose instead of self.assertTrue(np.allclose(...)) (part 1) (#44988) * autofix * try resolve precision issues * revert some changes * clean some `err_msg` * 0.0001 -> 1e-4 * update commented assert code * try to fix some shape errors * `numpy` -> `np` * empty commit, trigger kunlun ci, test=kunlun * empty commit, retrigger kunlun ci, test=kunlun * empty commit, trigger kunlun ci, try fix npu memcpy_h2d, test=kunlun * try fix npu import error, test=kunlun
-
- 05 6月, 2022 1 次提交
-
-
由 Sing_chan 提交于
* use yapf to format all python file * yapf exclude two unittests file for they rely on writing and reading file, and format will break them * disable diff_py_file because too many diff files cause command following failed
-
- 03 4月, 2022 1 次提交
-
-
由 Aurelius84 提交于
* [Eager]Enhance eager_trace_op logic to support Optimizer Op * fix AsDispensable * [Eager]Fix 17 unittest and open check_eager=True * remove print * fix unittests * fix op_testa * fix coverage CI failed * fix ci
-
- 14 1月, 2020 1 次提交
-
-
由 zhupengyang 提交于
enhanced ops: concat, nearest_interp, deformable_conv_v1, sequence_conv, transpose2, conv2d
-
- 26 12月, 2019 1 次提交
-
-
由 juncaipeng 提交于
-
- 24 12月, 2019 1 次提交
-
-
由 juncaipeng 提交于
* remove return in op_test teardown, test=develop * add check_grad for fp64 and other type * update white list
-
- 18 12月, 2019 1 次提交
-
-
由 juncaipeng 提交于
-
- 13 12月, 2019 1 次提交
-
-
由 zhupengyang 提交于
affine_grid, label_smooth, spectral_norm, warpctc, nearest_interp, data_norm, match_matrix_tensor, var_conv_2d, fused_embedding_seq_pool test=develop
-
- 02 12月, 2019 1 次提交
-
-
由 Zhang Ting 提交于
There are PythonAPI tests in Op's unittest which don't need to inherit OpTest class.
-
- 26 11月, 2019 1 次提交
-
-
由 ruri 提交于
-
- 21 10月, 2019 1 次提交
-
-
由 Zhang Ting 提交于
* add cuda place and remove fluid.layers.data for test of python API, test=develop * add cuda place and remove fluid.layers.data for test of python API, test=develop * modified batch size for Python API test, test=develop
-
- 10 10月, 2019 1 次提交
-
-
由 Zhang Ting 提交于
-
- 23 9月, 2019 1 次提交
-
-
由 Zhang Ting 提交于
-
- 20 9月, 2019 1 次提交
-
-
由 Zhang Ting 提交于
modified interpolate_op to support tensor attribute 1. the parameter out_shape of image_resize、resize_nearest/bilinear/trilinear can be a list or a 1-D tensor variable. If a list, each element can be an integer or a tensor variable with shape: [1]. 2. the parameter scale of above Ops can be a 1-D tensor variable. modified document of image_resize, resize_nearest, resize_bilinear, resize_trilinear and add some code example.
-
- 09 8月, 2019 1 次提交
-
-
由 Kaipeng Deng 提交于
* add trilinear interp. test=develop * fix unittest. test=develop * add python api and test_layers. test=develop * refine API.spec. test=develop * fix format. test=develop * add python API test. test=develop * format code. test=develop * refine code strcuture. test=develop * fix format * fix doc. test=develop * fix converage. test=develop * fix format. test=develop
-
- 26 4月, 2019 1 次提交
-
-
由 Kaipeng Deng 提交于
-
- 25 3月, 2019 1 次提交
-
-
由 dengkaipeng 提交于
-
- 30 1月, 2019 1 次提交
-
-
由 jerrywgz 提交于
-
- 29 1月, 2019 1 次提交
-
-
由 tink2123 提交于
test=develop
-
- 24 1月, 2019 2 次提交
- 23 1月, 2019 1 次提交
-
-
由 tink2123 提交于
test=develop
-
- 27 11月, 2018 1 次提交
-
-
由 dengkaipeng 提交于
-
- 07 11月, 2018 1 次提交
-
-
由 dengkaipeng 提交于
-
- 06 11月, 2018 1 次提交
-
-
由 dengkaipeng 提交于
-
- 05 11月, 2018 1 次提交
-
-
由 dengkaipeng 提交于
-