“72be7a615190dcb3657c6811b5ac3f4bc6e55f74”上不存在“paddle/phi/ops/compat/cholesky_solve_sig.cc”
- 01 6月, 2023 1 次提交
 - 
- 
由 tianshuo78520a 提交于
* mv all unittests test * fix error * fix error * fix * fix * del unittests * fix paddle_build.sh * fix * fix test * fix add test * fix * fix * fix * merge develop * fix * fix * fix * fix * fix * merge develop * fix test_async_read_write * fix test_async_read_write * merge develop * fix * fix import legacy_test * fix * fix * fix * fix * fix * fix * fix * fix * fix bug * fix * fix coverage test bug * fix * fix * fix * fix * fix * fix code sstyle * fix code * fix code * fix * fix * fix * del test_sequence_enumerate_op.py * fix
 
 - 
 - 30 4月, 2023 1 次提交
 - 
- 
由 zhouweiwei2014 提交于
 
 - 
 - 25 3月, 2023 1 次提交
 - 
- 
由 张春乔 提交于
 
 - 
 - 21 3月, 2023 1 次提交
 - 
- 
由 GGBond8488 提交于
* remove fluid.data * fix typro * fix somme unitest error * fix conflicts * fix sample code error * fxi sample coder error * fxi sample code error * fxi sample code error * fix xpu test error * fix xpu test error * Delete ps_pb2.py * fix test error * fix typro * fix sample code error * fix comments * fix test norm op data * fix sample code error * fix conflicts
 
 - 
 - 06 2月, 2023 1 次提交
 - 
- 
由 mhy-666 提交于
 
 - 
 - 31 1月, 2023 1 次提交
 - 
- 
由 201716010711 提交于
 
 - 
 - 03 1月, 2023 2 次提交
 - 
- 
由 Charles-hit 提交于
* move fc from fluid to paddle2.0 * fix unit test * fix some examples * fix some examples
 - 
由 骑马小猫 提交于
 
 - 
 - 09 12月, 2022 1 次提交
 - 
- 
由 kangguangli 提交于
replace cross_entropy in python/paddle/fluid/tests/unittests/test_[a-n]*.py except test_dist_transpiler.py (#48913)
 
 - 
 - 08 12月, 2022 1 次提交
 - 
- 
由 heyanru 提交于
[Fluid Clean] remove unfold, deformable_roi_pooling, shard_index, hard_swish, mish, uniform_random, unbind (#48451)
 
 - 
 - 01 12月, 2022 1 次提交
 - 
- 
由 heyanru 提交于
 
 - 
 - 30 11月, 2022 1 次提交
 - 
- 
由 wangzhen38 提交于
* [remove fluid] under unittesets * [remove fluid] under unittesets * [remove fluid] under unittesets * [remove fluid] under unittesets * [remove fluid] under unittesets * [remove fluid] under unittesets * [remove fluid] under unittesets * [remove fluid] under unittesets * [remove fluid] under unittesets * [remove fluid] under unittesets * [remove fluid] under unittesets * [remove fluid] under unittesets * [remove fluid] under unittesets * [remove fluid] under unittesets * [remove fluid] under unittesets * [remove fluid] under unittesets
 
 - 
 - 29 11月, 2022 1 次提交
 - 
- 
由 Nyakku Shigure 提交于
* isort all files * revert conflicting files * revert conflicting files * revert conflicting files * revert conflicting files * revert conflicting files
 
 - 
 - 21 11月, 2022 1 次提交
 - 
- 
由 JYChen 提交于
* remove apis in fluid.ops * fix test_activation_nn_grad * fix circle import error * fix ops * fix cos * fix divide not inplace * remove lazy-import part
 
 - 
 - 03 11月, 2022 1 次提交
 - 
- 
由 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
 
 - 
 - 23 10月, 2022 1 次提交
 - 
- 
由 Nyakku Shigure 提交于
* update config * re-blacken python code * temporarily disable date and diff_py_file * skip a format
 
 - 
 - 11 10月, 2022 1 次提交
 - 
- 
由 Nyakku Shigure 提交于
 
 - 
 - 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 7月, 2022 1 次提交
 - 
- 
由 zhiboniu 提交于
* change fluid.mean to paddle.mean * reverse some old code examples
 
 - 
 - 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
 
 - 
 - 12 5月, 2022 1 次提交
 - 
- 
由 Shuangchi He 提交于
 
 - 
 - 17 12月, 2021 1 次提交
 - 
- 
由 sneaxiy 提交于
* support multi precision update for LAMB * hide some api * fix ci uts * fix lamb output of dygraph * remove some changes to some PR * try to fix Py3 CI compile error * fix test_imperative_optimizer, add lars ut, add layer_norm ut * fix ut, fix format * fix ut * fix windows ci
 
 - 
 - 13 10月, 2021 1 次提交
 - 
- 
由 zhangbo9674 提交于
* add fp16 for clip_by_norm api * support ClipByGlobalNorm for fp16 in dygraph * add unittest for dygraph clipGlobalNorm * refine unittest for dygraph clipGlobalNorm for mac and windows * refine unittest * add unittest for fp64 * refine unittest for fp64
 
 - 
 - 14 9月, 2021 1 次提交
 - 
- 
由 WangXi 提交于
 
 - 
 - 10 9月, 2021 1 次提交
 - 
- 
由 huangxu96 提交于
This PR supports gradient clip (ClipGradByGlobalNorm) when training with AMP(auto mixed precision).
 
 - 
 - 26 8月, 2021 1 次提交
 - 
- 
由 zhouweiwei2014 提交于
 
 - 
 - 05 8月, 2021 1 次提交
 - 
- 
由 WangXi 提交于
 
 - 
 - 08 6月, 2021 1 次提交
 - 
- 
由 zhangchunle 提交于
 
 - 
 - 09 10月, 2020 1 次提交
 - 
- 
由 Qi Li 提交于
 
 - 
 - 17 4月, 2020 1 次提交
 - 
- 
由 Zhou Wei 提交于
 
 - 
 - 02 4月, 2020 1 次提交
 - 
- 
由 Zhou Wei 提交于
 
 - 
 - 10 4月, 2019 1 次提交
 - 
- 
由 Zeng Jinle 提交于
* fix too long unittest recommit test=develop * add fake_reader.py test=develop
 
 - 
 - 07 12月, 2018 1 次提交
 - 
- 
由 chengduo 提交于
* enable test_gradient_clip in mac test=develop * refine test_gradient_clip test=develop
 
 - 
 - 05 12月, 2018 1 次提交
 - 
- 
由 chengduo 提交于
* expose square test=develop * fix activation test=develop * Add square API test=develop * add necessary op * code refine * fix API.spec test=develop * fix unit test test=develop * add unit test sparse_grad_clip test=develop * fix API.spec test=develop * remove mac test for test_gradient_clip test=develop * remove selectedrows_mul_tensor test=develop
 
 -