- 20 1月, 2023 1 次提交
- 
- 
由 GGBond8488 提交于* replace paddle.fluid.layers.data and remove io.data * partial commit * partial commit * partial commit * partial commit * partial commit * partial commit * remove data in fluid.layers.io.__all__ * fix errors * fix unitests * fix unitest * fix unitests * fix unitest * fix unitest * fix unitests * fix unitest * fix test_layers unitests * fix typro * fix unitest * fix unitest * fix unitest * fix typro * fix unitest test_model_cast_to_bf16 * fix test_reducescatter * fix collective unitest * fix collective unitests * fix collective unitests * add coverage * fix add layers.data * re run ci * fix some typro * fix samplecode error * fix samplecode error 
 
- 
- 12 1月, 2023 1 次提交
- 
- 
由 zhangkaihuo 提交于
 
- 
- 03 1月, 2023 1 次提交
- 
- 
由 Charles-hit 提交于* move fc from fluid to paddle2.0 * fix unit test * fix some examples * fix some examples 
 
- 
- 19 12月, 2022 1 次提交
- 
- 
由 xiaoguoguo626807 提交于* move conv2d * code-style and build bug * restore c++ * code-style * rm fluid init conv2d * remove nn.conv2d * modify doc 
 
- 
- 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 
 
- 
- 05 12月, 2022 1 次提交
- 
- 
由 HongyuJia 提交于* clean elem_arithmetic part2 unittest * fix test_model_cast_to_bf16 * restore test_model_cast_to_bf16 
 
- 
- 02 12月, 2022 1 次提交
- 
- 
由 yuehuayingxueluo 提交于* clear fluid apis in fleet and passes * fix model.py * fix model.py * fix cpp_pass.py * clear loss.py * change test file * fix some test_*.py * fix adaround.py * fix evaluator.py * fix CI bug * fix CI bug * fix decode.py * fix detection.py * fix ci bug * rm test_sigmoid_cross_entropy_with_logits_op_ipu.py and fix __init__.py * fix ci bug * fix ci BUG 
 
- 
- 01 12月, 2022 1 次提交
- 
- 
由 Roc 提交于* mv accuracy and auc * rm distributions * rm get_places * replace metric 
 
- 
- 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 
 
- 
- 05 7月, 2022 1 次提交
- 
- 
由 zhiboniu 提交于* change fluid.mean to paddle.mean * reverse some old code examples 
 
- 
- 16 6月, 2022 1 次提交
- 
- 
由 shiyutang 提交于* tempfile_fix * update * fix_CI * update_word2vec.inference.model * remove_change_in_word2vec_book * fix_word2vec_book 
 
- 
- 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 
 
- 
- 15 9月, 2021 1 次提交
- 
- 
由 王明冬 提交于* clip op extra information when export model,test=ocr * rename clip_extra parameter to kwargs in save_inference_model, test=ocr 
 
- 
- 16 12月, 2020 1 次提交
- 
- 
由 huangxu96 提交于* add static.amp into setup.pu.in * add unittest for api 
 
- 
- 04 11月, 2020 1 次提交
- 
- 
由 Leo Chen 提交于* skip reader op in mixed_precision decorator * add ut 
 
- 
- 22 9月, 2020 1 次提交
- 
- 
由 pangyoki 提交于* default open dygraph mode * fix CI-Mac * fix Mac-CI other unittest file * fix CI-Py3 * fix test_communicator_geo and test_buffer_shared_memory_reuse_pass * add enable_static to fix CI-Py3 * add enable_static to fix CI-coverage * delete try except 
 
- 
- 28 2月, 2020 1 次提交
- 
- 
由 tianshuo78520a 提交于
 
- 
- 30 10月, 2019 1 次提交
- 
- 
由 gongweibao 提交于* add custom black varname test=develop * fix dtype test=develop * fix num test=develop * fix ut test=develop * fix coverage test=develop * fix blackvar names test=develop 
 
- 
- 15 10月, 2019 1 次提交
- 
- 
由 gongweibao 提交于
 
- 
- 19 9月, 2019 1 次提交
- 
- 
由 Jie Fang 提交于Optimize amp for multi-gpu to enable FP16 gradients transfer across gpus 
 
- 
- 10 9月, 2019 1 次提交
- 
- 
由 gongweibao 提交于Fix float16 optimizer 
 
- 
- 06 9月, 2019 1 次提交
- 
- 
由 Jie Fang 提交于init new amp, optimize inserting cast op for batchnorm 
 
- 
- 16 8月, 2019 1 次提交
- 
- 
由 Tao Luo 提交于* remove unused inference_transpiler unit-tests test=develop * remove InferenceTranspiler usage in quantize_transpiler.py test=develop 
 
- 
- 21 5月, 2019 1 次提交
- 
- 
由 Yibing Liu 提交于* Add LAMB optimizer * Expose LAMB Optimizer's APIs test=develop, test=document_preview * Cleanup code & doc test=develop, test=document_preview * Update lamb optimizer's formula test=develop 
 
- 
- 16 5月, 2019 1 次提交
- 
- 
由 Jie Fang 提交于* init auto loss scaling test=develop * change API.spec * change ifelse to switch and use reduce_sum to optimize checking isfinite test=develop * Remove redundant code test=develop 
 
- 
- 25 4月, 2019 1 次提交
- 
- 
由 Yibing Liu 提交于* Init mixed precision training interface * Add fp16 test script test=develop * All initializers support float16 test=develop * Code cleanup & add more code annotations test=develop * Update API spec test=develop * Add usage example in doc test=develop 
 
- 
- 25 11月, 2018 1 次提交
- 
- 
由 qingqing01 提交于test=develop 
 
- 
- 19 9月, 2018 1 次提交
- 
- 
由 luotao1 提交于
 
- 
- 23 8月, 2018 2 次提交
- 
- 
由 guochaorong 提交于This reverts commit f5d5d7b2. 
- 
由 qingqing01 提交于
 
- 
- 22 8月, 2018 1 次提交
- 
- 
由 qingqing01 提交于* Disable in_place in batch_norm API. 
 
- 
- 15 8月, 2018 1 次提交
- 
- 
由 minqiyang 提交于
 
- 
- 07 8月, 2018 1 次提交
- 
- 
由 minqiyang 提交于Fix str and bytes problem Fix sorted problem Fix math problem Fix CI problem 
 
- 
- 26 7月, 2018 2 次提交
- 20 6月, 2018 1 次提交
- 
- 
由 gongweibao 提交于
 
- 
- 15 5月, 2018 1 次提交
- 
- 
由 Wu Yi 提交于
 
- 
