- 18 7月, 2023 1 次提交
-
-
由 megemini 提交于
* [Add]Add Xdoctester * [Fix]fix beta docstring * [Doctest]change dirichlet docstring * [Doctest]change gumbel docstring * [Doctest]change bernoulli docstring * [Doctest]change categorical docstring * [Doctest]change ops.py docstring * [Doctest]change conv docstring * [Doctest]change distance docstring, test=docs_preview * [Change]add ref * [Change]patch xdoctest debug
-
- 12 6月, 2023 1 次提交
-
-
由 Nyakku Shigure 提交于
-
- 25 5月, 2023 1 次提交
-
-
由 zhouweiwei2014 提交于
-
- 22 5月, 2023 1 次提交
-
-
由 Meteor Liu 提交于
* [dygraph]unify _non_static_mode() in_dygraph_mode() and in_dynamic_mode() * [dygraph]unify _non_static_mode() in_dygraph_mode() and in_dynamic_mode() * [dygraph]unify _non_static_mode() in_dygraph_mode() and in_dynamic_mode() * [dygraph]unify _non_static_mode() in_dygraph_mode() and in_dynamic_mode() * [dygraph]unify _non_static_mode() in_dygraph_mode() and in_dynamic_mode() * [dygraph]unify _non_static_mode() in_dygraph_mode() and in_dynamic_mode() * fixed cyclic reference that caused patial import * fixed bad change * fix bad import * fix bad import * fix bad import * fix ut failed caused by change in_dynamic_mode * fix ut failed caused by change in_dynamic_mode * fixed usage of in_dynamic_mode() or in_dygraph_mode() * revert python3 to python in .pre-commit-config.yaml * fix merge conflicts
-
- 18 5月, 2023 1 次提交
-
-
由 co63oc 提交于
-
- 16 5月, 2023 1 次提交
-
-
由 zhouweiwei2014 提交于
-
- 28 4月, 2023 2 次提交
- 14 4月, 2023 1 次提交
-
-
由 chenxujun 提交于
* Add digamma, dirichlet tests * Fix code
-
- 12 4月, 2023 1 次提交
-
-
由 megemini 提交于
* 【Hackathon 4th No.13】为 Paddle 新增 Bernoulli API * [Change]change unittest_py scipy version * [Change]修改BernoulliNumpy的类型参数;优化静态图测试流程 * [Change]优化类的初始化及逻辑;增加0D相关测试用例
-
- 07 4月, 2023 1 次提交
-
-
由 risemeup1 提交于
* remove zeros * remove zeros * apply gcc12 to py3 * apply gcc12 to py3 * fluid api clear * fluid api clean * fluid api clean
-
- 30 3月, 2023 1 次提交
-
-
由 zhouweiwei2014 提交于
-
- 29 3月, 2023 1 次提交
-
-
由 张春乔 提交于
* add up34 * modify var name in loop * revert changes in test_slice * Revert "modify var name in loop" This reverts commit 6d748e371afb417054ed0c6b36fd11e87959a90d. * temporarily ignore test_slice.py * add comment * empty commit, re-trigger all ci * fix inc --------- Co-authored-by: NSigureMo <sigure.qaq@gmail.com>
-
- 28 3月, 2023 1 次提交
-
-
由 张春乔 提交于
-
- 14 2月, 2023 1 次提交
-
-
由 mhy-666 提交于
-
- 13 1月, 2023 1 次提交
-
-
由 Weilong Wu 提交于
* [Eager] polish some apis logic * polish api logic
-
- 25 12月, 2022 1 次提交
-
-
由 wanghuancoder 提交于
* delete legacy dygraph code in python/paddle/distributed * refine
-
- 08 12月, 2022 2 次提交
-
-
由 heyanru 提交于
[Fluid Clean] remove unfold, deformable_roi_pooling, shard_index, hard_swish, mish, uniform_random, unbind (#48451)
-
由 201716010711 提交于
-
- 05 12月, 2022 2 次提交
-
-
由 201716010711 提交于
-
由 cyber-pioneer 提交于
-
- 02 12月, 2022 1 次提交
-
-
由 Infinity_lee 提交于
* fix boardcasting superlink * Update bitwise_op.cc * fix typo errors(from 48186) * Update python/paddle/distribution/uniform.py Co-authored-by: NLigoml <39876205+Ligoml@users.noreply.github.com> * Update math.py * Update math.py * refix * Update logic.py * BaseTransform api doc; test=docs_preview * Update python/paddle/vision/transforms/transforms.py * for text block; test=docs_preview * Update transforms.py Co-authored-by: NLigoml <39876205+Ligoml@users.noreply.github.com>
-
- 01 12月, 2022 1 次提交
-
-
由 Nyakku Shigure 提交于
-
- 30 11月, 2022 1 次提交
-
-
由 Vvsmile 提交于
* replace log with paddle.log * replace log with paddle.nn.functional.log * fix the code style of remove_log * fix the ImportError of log * fix the error of modification of the dist_transformer.py * fix error of Static-Check
-
- 29 11月, 2022 2 次提交
-
-
由 HongyuJia 提交于
-
由 Nyakku Shigure 提交于
* isort all files * revert conflicting files * revert conflicting files * revert conflicting files
-
- 24 11月, 2022 1 次提交
-
-
由 201716010711 提交于
-
- 22 11月, 2022 2 次提交
-
-
由 傅剑寒 提交于
* remove reshape in nn.py under fluid * remove reshape reference * fix test case * fix test case in distribution.uniform * remove fluid reshape reference
-
由 Nyakku Shigure 提交于
[CodeStyle][py36-][E722] remove import handling for collections.abc in different python versions (#48165)
-
- 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
-
- 14 11月, 2022 1 次提交
-
-
由 Nyakku Shigure 提交于
[CodeStyle][F821] fix undefined variables due to missing imports, misspelled variable names (#47899) * `hann` -> `_hann` * `false` -> `False` * a missing passed argument `reduce_all` * some missing imports * `device_type` -> `heter_device_type` * `PKVClient` -> `KVClient` * fix some typos and missing imports
-
- 08 11月, 2022 2 次提交
-
-
由 zhouweiwei2014 提交于
* [Zero-Dim] support input 0D Tensor for distribution api * fix comment
-
由 Nyakku Shigure 提交于
* [CodeStyle][py2][U004] unecessary explicit `object` inheritance in class definition * fix an increment
-
- 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
-
- 20 10月, 2022 1 次提交
-
-
由 Tony Cao 提交于
* Fix W605 in tools folder by adding escape symbols * Fix W605 in incubate and some other folders * Fix W605 in /fluid/test folders * Update tools/analysisPyXml.py Co-authored-by: NNyakku Shigure <sigure.qaq@gmail.com> * Add some changes to manual and auto escape symbols * revert changes in transformer.py * Fix new code with W605 error: add escape symbols * revert changes in transformer.py * revert changes in transformer.py Co-authored-by: NNyakku Shigure <sigure.qaq@gmail.com>
-
- 17 10月, 2022 1 次提交
-
-
由 YuRonan 提交于
* init gumbel api * commit: update test file * fix:bug * update Gumbel API * upgrade distribution/gumbel.py * add tests/test_distribution_gumbel.py * fix:code style * fix:code style * fix:code style * fix:code style * fix bug * fix:code style * fix:code style * fix:rollback uniform * fix:delete invalid code * fix:bug and add static test * fix:code style * fix:code style * fix:delete init transforms * fix:bug * fix:bug * fix:code style * fix:code style * fix:add transforms * fix:code style * fix:code style * fix:bug * fix:bug * fix:code style * fix:code style * fix:bug * fix:code style * fix:code style * fix:bug for gumbel.py / add:judge transforms'len for transformed_distribution.py * update gumbel.py * fix:bug for test_distribution_gumbel.py * fix:bug for test_distribution_gumbel_static.py * fix:code style * fix:code style * fix:coverage * fix:bug * fix:bug * fix:code style * fix:bug * delete:no use package for gumbel.py * add:coverage transforms'len judge for test_distribution_gumbel.py * fix:code style for test_distribution_gumbel.py * fix:coverage * fix:code style * fix:code style * fix:code style * fix:code style * fix:code style * fix:en doc * fix:param * fix:copyright * fixSample; test=document_fix Co-authored-by: Ndasen <sen15530876201@163.com>
-
- 12 10月, 2022 1 次提交
-
-
由 Shuangchi He 提交于
[CodeStyle][F401] remove unused imports in python_paddle/nn_tensor_reader_tests_distributed_distribution_dataset_utils. (#46721)
-
- 10 10月, 2022 1 次提交
-
-
由 MayYouBeProsperous 提交于
* add LogNormal API * fix bug * fix bug * fix bug * fix bug * fix bug * fix bug * fix bug * fix bug * fix bug * fix bug * fix bug * add comment * fix bug * fix docs * fix bug * fix bug * fix bug * add test * add test * change the args type of Normal sample * fix bug * fix bug * fix bug * fix bug * add test * add test * format * add comment * add comment * add comment * add comment * format code * fix bug * fix bug * fix bug * add comment * remove name parameter for LogNormal * organize imports
-
- 27 9月, 2022 1 次提交
-
-
由 Nyakku Shigure 提交于
* [CodeStyle] remove all future import * revert test_error.py * restore future import in example code
-