- 15 12月, 2022 1 次提交
-
-
由 heyanru 提交于
-
- 14 12月, 2022 1 次提交
-
-
由 ccrrong 提交于
* remove dropout
-
- 08 12月, 2022 1 次提交
-
-
由 ccrrong 提交于
* remove pool2d
-
- 07 12月, 2022 1 次提交
-
-
由 xiaoguoguo626807 提交于
* modify slice infershape * code style * modify slice_unittest * temp fix * batch_norm api move * code_style * codestyle * ci_static * add __init__ * reset other change * revert .cc * add import batchnorm * conflict and revert * fix bug * fix third conflict one day * fix conflict * fix conflict bug * fix conflict bug * modify api * code_style * modify doc * add lost doc stable * fix conflict bug * ci lack of gpu
-
- 06 12月, 2022 1 次提交
-
-
由 kangguangli 提交于
* remove layers.matmul in nets.py * remove layers.matmul in rnn_impl/test_quantization_pass/auto_parallel_gpt_model/test_auto_parallel_completion_gpt * remove layers.matmul in other files * fix * fix * remove layers.matmul itself * remove ref in CMakeLists.txt and tools directory * remove matmul in fluid.layers.nn.py * remove matmul in fluid.dygraph.rnn.py && resotre test_matmul_op.py * replace matmul in fluid.dygraph.rnn.py && clean api_test in test_matmul_op.py * fix error && restore empty test_auto_search_dist_matmul_op.py * fix check in test_auto_parallel_partitioner.py * fix test_dist_matmul && test_flags_mkldnn_ops_on_off * fix test_fused_attention_op_xpu.py && test_matmul_op_xpu.py * remove test_auto_search_dist_matmul_op.py * remove layers.matmul in auto_parallel_gpt_model.py && fix doc in fluid/io.py * fix for matmul_grad * fix codestyle * fix codestyle * resolve conflicts error * restore unit test file but not compiled it for later remove * fix codestyle * fix wrong unittest skip * fix unittest delete * fix scale cost * fix scale cost * resolve conflicts error * resolve conflicts error Co-authored-by: Njakpiase <jakpia21@gmail.com>
-
- 29 11月, 2022 1 次提交
-
-
由 HongyuJia 提交于
-
- 26 11月, 2022 1 次提交
-
-
由 201716010711 提交于
-
- 23 11月, 2022 1 次提交
-
-
由 xiaoguoguo626807 提交于
* remove transpose * codestyle check * modify CI_STATIC * modify CI_STATIC * modify enable static() * remove unused import * fix conflict about stack * fix conflict about stack * fix conflict about stack * endless conflict
-
- 22 11月, 2022 1 次提交
-
-
由 傅剑寒 提交于
* remove reshape in nn.py under fluid * remove reshape reference * fix test case * fix test case in distribution.uniform * remove fluid reshape reference
-
- 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
-
- 23 10月, 2022 1 次提交
-
-
由 Nyakku Shigure 提交于
* update config * re-blacken python code * temporarily disable date and diff_py_file * skip a format
-
- 19 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
-
- 14 9月, 2022 1 次提交
-
-
由 Nyakku Shigure 提交于
* trim trailing whitespace * fix `.cmake-format.py` * revert npu ut changes, avoid npu ci error
-
- 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
-
- 22 4月, 2021 1 次提交
-
-
由 Feiyu Chan 提交于
add glu in nn.functional
-
- 24 11月, 2020 1 次提交
-
-
由 Leo Chen 提交于
* upgrade comment string to raw string * fix string in * fix string with ' ' * revert update on comments * upgrade only necessary * fix sample code checker * fix comments with '''
-
- 21 10月, 2020 1 次提交
-
-
由 cnn 提交于
* rename manual_seed to seed * rename xxx1d-->xxx1D, xxx2d-->xxx2D, xxx3d-->xxx3D * rename manual_seed --> seed * do not rename .cc, .cu and .h file * rename manual_seed --> seed * rename manual_seed --> seed * rename manual_seed --> seed * rename manual_seed --> seed * disable_static on doc example code * donot change manual_seed on generator * add enable_static on sample code * convert python/paddle/fluid/layers/nn.py to bak * fix typo * fix code style * fix seed to manual_seed when call functions of Generator() * fix bug
-
- 14 5月, 2020 1 次提交
-
-
由 swtkiwi 提交于
-
- 13 5月, 2020 1 次提交
-
-
由 Xing Wu 提交于
* fix error info for transpose sequence_conv_pool max_sequence_len sequence_erase, test=develop * fix error info for transpose sequence_conv_pool max_sequence_len sequence_erase, test=develop * update modify, test=develop * update modify, test=develop * fixed some modifications, test=develop
-
- 07 5月, 2020 1 次提交
-
-
由 Feiyu Chan 提交于
* API/OP (margin_rank_loss, nce, row_conv, glu, positive_negative_pair) error message enhancement, test=develop * add unittest for glu, test=develop
-
- 30 4月, 2020 1 次提交
-
-
由 Li Fuchen 提交于
* enhance add_position_encoding error message, test=develop * enhance warpctc & scaled_dot_product_attention error message, test=develop * modified error message and ctest of scaled_dot_product_attention, test=develop
-
- 02 4月, 2020 1 次提交
-
-
由 Kaipeng Deng 提交于
* add inplace_abn_op. test=develop
-
- 23 2月, 2020 1 次提交
-
-
由 tianshuo78520a 提交于
-
- 11 10月, 2019 3 次提交
-
-
由 Guo Sheng 提交于
* Fix api docs. test=document-fix * Fix en docs. test=develop * Fix the doc of dynamic_gru. test=document_fix * Update API.spec. test=document_fix * Fix codestyle test=develop, test=document_fix
-
由 FDInSky 提交于
-
由 Yibing Liu 提交于
* Fix several api docs test=develop, test=document_fix
-
- 10 10月, 2019 1 次提交
-
-
由 SunGaofeng 提交于
* modify document of 11 APIs test=develop test=document_fix * fix dtype to data type and description of name parameter
-
- 09 10月, 2019 1 次提交
-
-
由 lvmengsi 提交于
* update api example, test=develop, test=document_fix
-
- 08 10月, 2019 1 次提交
-
-
由 lvmengsi 提交于
* update en doc
-
- 01 7月, 2019 1 次提交
-
-
由 xsrobin 提交于
-
- 24 5月, 2019 1 次提交
-
-
由 Guo Sheng 提交于
* Fix the example code in some Python API. test=develop * Fix the example code in some Python API by adding import. test=develop
-
- 10 5月, 2019 1 次提交
-
-
由 SunGaofeng 提交于
-
- 08 5月, 2019 1 次提交
-
-
由 lvmengsi 提交于
* fix API examples, test=develop
-
- 07 5月, 2019 1 次提交
-
-
由 Yibing Liu 提交于
-
- 23 11月, 2018 1 次提交
-
-
由 qingqing01 提交于
-
- 19 10月, 2018 1 次提交
-
-
由 chengduo 提交于
* fix conv doc test=develop * fix seq_conv doc test=develop * fix simple_img_conv_pool test=develop * update API.spec * update parameter doc test=develop * follow comment test=develop * fix other layer test=develop * fix lstm bias_attr doc test=develop
-
- 28 9月, 2018 1 次提交
-
-
由 Xin Pan 提交于
Add API.spec test=develop
-
- 19 9月, 2018 1 次提交
-
-
由 qiaolongfei 提交于
-
- 23 8月, 2018 1 次提交
-
-
由 guochaorong 提交于
This reverts commit f5d5d7b2.
-