- 30 11月, 2022 1 次提交
-
-
由 yuehuayingxueluo 提交于
* clear fluid api: sigmoid_cross_entropy_with_logits * fix loss.py * change paddle.nn.functional.sigmoid_cross_entropy_with_logits * delete sigmoid_cross_entropy_with_logits * fix binary_cross_entropy_with_logits * fix ci bug * fix ci buf
-
- 29 11月, 2022 1 次提交
-
-
由 Nyakku Shigure 提交于
* isort all files * revert conflicting files * revert conflicting files * revert conflicting files
-
- 28 11月, 2022 1 次提交
-
-
由 yuehuayingxueluo 提交于
* clear fluid api: warpctc, nce, identity_loss * fix test_layers.py __init__.py * fix loss.py * change __init__.py and api calling method * fix nce * fix nce * fix fluid.data * delete warpctc api document * fix loss.py * fix ctc_loss * fix test_warpctc_op.py * fix test_layers.py * fix some bug * fix conflict * fix ci bug * Empty Commit test=allcase * fix ci bug
-
- 22 11月, 2022 2 次提交
-
-
由 yuehuayingxueluo 提交于
* clear fluid apis: center_loss, bpr_loss, edit_distance, hsigmoid, sampled_softmax_with_cross_entropy, rank_loss, margin_rank_loss, sigmoid_cross_entropy_with_logits, huber_loss * fix python/paddle/fluid/layers/loss.py * fix test_layers.py * fix CI bug * fix nn.py
-
由 ustiniankw 提交于
* fix_docx_stanh * fix einsum api en docs issue * fix model api en docs issue * for codestyle * fix_einsum.py_einsum, test=document_fix * fix_model.py_Model, test=ducument_fix * fix_creation.py_meshgrid, test=document_fix * fix_linalg.py_slogdet, test=document_fix * fix_loss.py_SoftMarginLoss_CrossEntropyLoss_NLLLoss_BCELoss, test=document_fix * norm.py_SyncBatchNorm, test=document-fix * norm.py_SyncBatchNorm, test=document_fix * norm.py_SyncBatchNorm, test=document_fix * list18-30, test=document_fix * refix_list1-15, test=document_fix * deletefiles, test=document_fix * fixedapi_pre-commit, test=document_fix * fix_list31-45, test=document_fix * list111, test=document_fix * some_fix, test=document_fix * some_fix, test=document_fix * somefix, test=document_fix * somefix, test=document_fix * refix, test=document_fix * refix, test=document_fix * refix, test=document_fix * refix, test=document_fix * rerfix, test=document_fix Co-authored-by: Ligoml <limengliu@tiaozhan.com>
-
- 17 11月, 2022 1 次提交
-
-
由 YuanRisheng 提交于
* standard api * fix xpu bugs
-
- 03 11月, 2022 1 次提交
-
-
由 Kevin吴嘉文 提交于
* Remove reduntant numpy input in Example code * Remove reduntant numpy input in Example code, test=document_fix
-
- 01 11月, 2022 2 次提交
-
-
由 YuanRisheng 提交于
* standard_api * add hardtanh
-
由 Nyakku Shigure 提交于
* [CodeStyle][E712] use `if cond`/`if cond is True` for comparison with `True` * revert changes in fluid * revert unrelated file * revert changes in norm * revert changes in auto_parallel_amp * fix norm and auto_parallel_amp * revert a typo fix due to fixed at #47477
-
- 23 10月, 2022 1 次提交
-
-
由 Nyakku Shigure 提交于
* update config * re-blacken python code * temporarily disable date and diff_py_file * skip a format
-
- 13 10月, 2022 1 次提交
-
-
由 yangguohao 提交于
* 2022-08-30_update nn.layer.loss nn.functional.loss, test_file * 2022-08-30_update nn.layer.loss nn.functional.loss, test_file * fix: test_file * fix: test_file, docs, multi_margin_loss * fix: doc weight function * fix: test_multi_margin_loss * fix: weight np.testing.assert_allclose * fix: test_file * fix: en_doc * 2022-10-10
-
- 12 10月, 2022 1 次提交
-
-
由 Shuangchi He 提交于
[CodeStyle][F401] remove unused imports in python_paddle/nn_tensor_reader_tests_distributed_distribution_dataset_utils. (#46721)
-
- 08 10月, 2022 1 次提交
-
-
由 mrcangye 提交于
* fix some doc bug test=document_fix * fix some docs issues, test=document_fix * beta -> \beta in softplus * threshold -> \varepsilon in softplus * parameter name * delta -> \delta in smooth_l1_loss * fix some docs test=document_fix * fix docs test=document_fix * fix docs && 增加空行 test=document_fix * Update python/paddle/nn/functional/activation.py, test=document_fix * Update python/paddle/nn/layer/activation.py, test=document_fix Co-authored-by: NSigureMo <sigure.qaq@gmail.com>
-
- 29 9月, 2022 1 次提交
-
-
由 Zhang Zheng 提交于
* Move valid check from python to kernel * fix error throw * fix * invalid label check * fix * Revert "fix" This reverts commit 79fad6799cfa4b30423dbc84e67d7d843d22b84a. * Revert "invalid label check" This reverts commit 402a9707390ad5386b3222e85844b92d2e9b9fa4. * Revert "fix" This reverts commit 09ba3080ee0587447f875c19cdf060485f15ae3b. * Revert "fix error throw" This reverts commit a901bfcc2179d5c120ec29af766f392b122dab52. * Revert "Move valid check from python to kernel" This reverts commit baa03cc4ef82d8d45516c30dfb52bf5aead30748. * final fix * fix * fix
-
- 23 9月, 2022 1 次提交
-
-
由 Nyakku Shigure 提交于
-
- 22 9月, 2022 2 次提交
-
-
由 张春乔 提交于
* 1. Delete some expression like 'This Op' 2. remove import numpy as np * test=document_fix * fix eg; test=document_fix * fix 'import numpy' cases; test=document_fix * fix 'import numpy' cases; test=document_fix * fix some docs; test=document_fix * delete raise; test=document_fix * add some introduction; test=document_fix * add some introduction; test=document_fix * test=document_fix * Fix ’note‘ format; test=document_fix * Fix Returns of cholesky; test=document_fix * Fix Example format; test=document_fix * Fix det; test=document_fix * Fix eig; test=document_fix * Fix eigh; test=document_fix * Fix eigh; test=document_fix * Apply suggestions from code review;test = document_fix Co-authored-by: NNyakku Shigure <sigure.qaq@gmail.com> * Apply suggestions from code review;test = document_fix Co-authored-by: NNyakku Shigure <sigure.qaq@gmail.com> * Apply suggestions from code review;test = document_fix Co-authored-by: NNyakku Shigure <sigure.qaq@gmail.com> * test=document_fix * test=document_fix * KLDiv;test=document_fix * norm example code; test=document_fix * revert python/paddle/fluid/**/* * revert python/paddle/distributed/spawn.py * revert python/paddle/fluid/* * fix a `Note` format * Fix inv; test=document_fix * Fix lu; test=document_fix * Fix lu_unpack; test=document_fix * Fix matrix_power; test=document_fix * Fix multi_dot; test=document_fix * Fix solve; test=document_fix Co-authored-by: NNyakku Shigure <sigure.qaq@gmail.com>
-
由 Infinity_lee 提交于
* fix some error * fix * fix some error * fix bugs * fix some errors * fix * Update transform.py fix some docs errors * Update normal.py fix some doc errors * Update uniform.py fix some docs errors * Update kl.py fix some docs errors * Update math.py fix some docs error * Update math.py fix heaviside links * Update loss.py fix * Update transform.py fix bugs * Update math.py fix * fix some format issue * Update normal.py * fix missing np * order imports * fix some flake8 warning * Update python/paddle/tensor/math.py * fix OP-->API * fix op * fix grid_sample format * trim trailing whitespace * empty commit, test=document_fix * empty commit Co-authored-by: NSigureMo <sigure.qaq@gmail.com> Co-authored-by: NLigoml <39876205+Ligoml@users.noreply.github.com>
-
- 21 9月, 2022 1 次提交
-
-
由 jiaqianjing 提交于
-
- 14 9月, 2022 1 次提交
-
-
由 Nyakku Shigure 提交于
* trim trailing whitespace * fix `.cmake-format.py` * revert npu ut changes, avoid npu ci error
-
- 31 8月, 2022 2 次提交
-
-
由 Weilong Wu 提交于
-
由 Guanghua Yu 提交于
-
- 26 8月, 2022 1 次提交
-
-
由 wanghuancoder 提交于
-
- 23 8月, 2022 1 次提交
-
-
由 David Nicolas 提交于
* update loss.py in nn.functional and nn.layer module * update nn.Pad1D and 2D,3D class in common.py * add code copy from function anchor for cn docs code alignemnt * update pad class in common.py * update common.py in functional and layer model * fix format issue * update format issue * update pad;test=document_fix * update NLLLoss;test=document_fix Co-authored-by: NLigoml <39876205+Ligoml@users.noreply.github.com>
-
- 22 8月, 2022 1 次提交
-
-
由 wanghuancoder 提交于
some python c api use final state
-
- 18 8月, 2022 1 次提交
-
-
由 feifei-111 提交于
-
- 17 8月, 2022 2 次提交
-
-
由 wanghuancoder 提交于
-
由 Chenxiao Niu 提交于
-
- 11 8月, 2022 1 次提交
-
-
由 Weilong Wu 提交于
* [Eager] use final_state_fill_constant_ * fill_constant use str_value * add fill_constant_ to no_amp_list * use float(value) as input * support final state full_ same as fill_constant * [Eager] use final_state_full / *full_ instead fill_constant under eager * polish code * fix mistakes
-
- 09 8月, 2022 1 次提交
-
-
由 duanboqiang 提交于
* add margin infer * migrate yaml * modify unittests script
-
- 08 8月, 2022 1 次提交
-
-
由 ReganYue 提交于
* Update creation.py 修复Returns格式问题 * 【Fix en docs】 Fix document formatting 修复Returns和Return Type格式问题。 * 修复格式,解决中英文文档不一致问题 为了解决中英文不一致的问题,统一将Returns内容第一个标点符号改成逗号。删掉Return Type * fix大量 与 Return Type 和 Return相关的文档 * Convert Variable and LoDTensor to Tensor * Update python/paddle/nn/functional/common.py Co-authored-by: NNyakku Shigure <sigure.qaq@gmail.com> * Update detection.py * Update io.py * Update io.py * Update loss.py * Update loss.py * Update io.py * Update io.py * Update nn.py * Update nn.py * Update nn.py * Update nn.py * Update nn.py * Update nn.py * Update nn.py * Update nn.py * Update nn.py * Update nn.py * Update sequence_lod.py * Update sequence_lod.py * Update sequence_lod.py * Update sequence_lod.py * Update sequence_lod.py * Update sequence_lod.py * Update sequence_lod.py * Update sequence_lod.py * Update sequence_lod.py * Update sequence_lod.py * Update sequence_lod.py * Update metrics.py * Update metrics.py * Update metrics.py * Update metrics.py * Update metrics.py * Update nets.py * Update reader.py * Update nn.py * Update io.py * Update nn.py * Update io.py * remove Return Type to Returns * Update sequence_lod.py * Update sequence_lod.py * Update common.py * Update common.py * Update extension.py * Update creation.py * update*test=document_fix * Update io.py * Update manipulation.py * Update sequence_lod.py * Update common.py * Update common.py * Update common.py * Update common.py * update*test=document_fix * update*test=document_fix * Update loss.py * Update loss.py * update*test=document_fix * paddle.crop * for ci;test=document_fix * update io;test=document_fix * Update io.py * update sequence_expand docs;test=document_fix * update note typos;test=document_fix Co-authored-by: NNyakku Shigure <sigure.qaq@gmail.com> Co-authored-by: NLigoml <39876205+Ligoml@users.noreply.github.com>
-
- 04 8月, 2022 1 次提交
-
-
由 Nyakku Shigure 提交于
* add name attribute to code-block, test=document_fix * remove redundant labels, test=document_fix * remove redundant labels (from upstream), test=document_fix * more COPY-FROM (try multiple code example), test=document_fix * empty commit, try to trigger PR-CI-build * fix some `Examples:` format issues * fix some ci errors
-
- 03 8月, 2022 1 次提交
-
-
由 zhiboniu 提交于
* phi_edit_distance * fix
-
- 27 7月, 2022 1 次提交
-
-
由 Zhong Hui 提交于
-
- 25 7月, 2022 1 次提交
-
-
由 yangguohao 提交于
* 2022-04-28 * 2022-04-28_V2 * 2022-04-30 * 2022-04-30_V2 * 2022-05-01 * 2022-05-02 * 2022-05-02_V2 * 2022-05-05_V1 * 2022-05-06_V1 * 2022-05-07_V1 * Update loss.py * 2022-05-07_V2 * 2022-05-13_V1 * Update test_soft_margin_loss.py * Update loss.py * Update loss.py * 2022-05-16_V1 * 2022-05-19_V1 * 2022-05-20_V1 * Update test_soft_margin_loss.py * 2022-06-01_V1 * 2022-06-05 * 2022-06-07 * 2022-06-07 * 2022-06-08 * 2022-06-08_V2 * 2022-06-17-code_style * Modify python * 2022-06-20 * for * for CI;test=document_fix Co-authored-by: NLigoml <39876205+Ligoml@users.noreply.github.com>
-
- 17 6月, 2022 2 次提交
-
-
由 yangguohao 提交于
* 2022-04-28 * 2022-05-04 * 2022-05-05_V1 * 2022-05-05_V1 * Update loss.py * Update loss.py * 2022-06-01_hook * 2022-06-05 * 2022-06-07 * 2022-06-07_V2 * 2022-06-07_V2 * 2022-06-17_codestyle
-
由 yangguohao 提交于
* 'triplet_margin_loss' * 'test_file_corret' * '2022_03_27' * 2022_04_05 * 2022-04-17_1 * 2022-04-17 * 2022-04-17_2 * 2022-04-25 * 2022-05-02_V1 * 2022-05-06_V1 * 2022-05-07_V1 * Update loss.py * Update loss.py * Update loss.py * Update loss.py * Update loss.py * Update loss.py * Update loss.py * Update loss.py * Update loss.py * Update test_triplet_margin_loss.py * Update loss.py * 2022-06-01_pre-commit * 2022-06-05 * 2022-06-06 * 2022-06-06 * code_style_check * code_style_check * Update loss.py * 2022-06-07_V2 * Update loss.py * Update loss.py
-
- 13 6月, 2022 1 次提交
-
-
由 yangguohao 提交于
* 'TripletMarginDistanceLoss' * 'test_file' * '2022_03_27' * 2022-03-31 * 2022-04-05 * 2 * 2022-04-17 * 2022-04-17_2 * 2022-04-17_3 * 2022-04-17_4 * 2022-04-25 * 2022-05-02_V1 * 2022-05-06_V1 * 2022-05-07_V1 * Update loss.py * Update loss.py * Update loss.py * Update loss.py * Update loss.py * Update loss.py * Update loss.py * Update loss.py * Update loss.py * Update loss.py * 2022-06-01_pre-commit * 2022-06-05 * 2022-06-06 * 2022-06-07 * 2022-06-07_V2
-
- 08 6月, 2022 1 次提交
-
-
由 Netpunk 提交于
【Hackathon No.17】为 Paddle 新增 paddle.nn.CosineEmbeddingLoss 和 paddle.nn.functional.cosine_embedding_loss API (#41680) * add cosine embedding loss API * new version * new version * new version * set label to int32 * new version * new version-test * new version * new version * new version * new version * new version * new version * new version * new version * new version * new version * new version * new version * new version * new version * new version * new version * aligning to Chinese document * add name parameter * activate CI * fix format error * unit test code format * format code
-
- 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
-
- 01 6月, 2022 1 次提交
-
-
由 zhiboniu 提交于
-