-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update forked PaddlePaddle #1
Commits on Aug 24, 2020
-
add div, floor_div, remainder (#26562)
* add div, floor_div, remainder
Configuration menu - View commit details
-
Copy full SHA for 0e81626 - Browse repository at this point
Copy the full SHA 0e81626View commit details -
change to use bce_loss op, add shape check for bce_loss
change to use bce_loss op, add numel check for bce_loss.
Configuration menu - View commit details
-
Copy full SHA for bf4a463 - Browse repository at this point
Copy the full SHA bf4a463View commit details -
Configuration menu - View commit details
-
Copy full SHA for ae4724c - Browse repository at this point
Copy the full SHA ae4724cView commit details -
Configuration menu - View commit details
-
Copy full SHA for efee426 - Browse repository at this point
Copy the full SHA efee426View commit details -
fix engilsh document for api paddle.fluid.dygraph.enabled, test=devel…
…op, test=document_fix (#26271)
Configuration menu - View commit details
-
Copy full SHA for 90e6819 - Browse repository at this point
Copy the full SHA 90e6819View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8645591 - Browse repository at this point
Copy the full SHA 8645591View commit details -
[API 2.0] Add transformer apis (#26418)
* Add MultiHeadAttention api. test=develop * Add MultiHeadAttention cache type and gen_cache. test=develop * Add TransformerEncoderLayer and TransformerEncoder. test=develop * Add Transformer decoder apis. test=develop * Add Transformer api. test=develop * add unittests for transformer api * add unittests for transformer api * Fix some bugs in Transformer apis. test=develop * add unittests for encoder, decoder and transformer * clean conflicts infor in code * clean Chinese comments * Add TransformerDecoderCell and TransformerBeamSearchDecoder. test=develop * Remove TransformerDecoderCell and TransformerBeamSearchDecoder temporarily. test=develop * Add import for Transformer apis. test=develop * Update usage of weight_attr and Tensor in Transformer api docs. test=develop * Update Transformer apis by renaming MultiheadAttention and cal_kv according to comments. test=develop * Fix MultiHeadAttention in test_transformer_api.py. test=develop Co-authored-by: LiuChiaChi <709153940@qq.com>
Configuration menu - View commit details
-
Copy full SHA for 317f7ce - Browse repository at this point
Copy the full SHA 317f7ceView commit details -
find timeout unittests (#26371)
* find timeout unittests * setting timeout value * fix some error * fix some error * fix some error * fix no newline of end file error
Configuration menu - View commit details
-
Copy full SHA for 39fe0d3 - Browse repository at this point
Copy the full SHA 39fe0d3View commit details -
【2.0 API】Add CUDA kernel and enhance options for grid_sample (#26576)
This PR enhance CPU kernel and add new CUDA kernel to make grid_sample support: - align_corners: with bool type. - padding mode: which can be in ['zeros', 'reflect', 'border'] - Interpolation mode: which ca be in ['bilinear', 'nearest'] The old CPU and CUDNN version only support align_corners=true, padding_mode='zeros' and interpolation_mode='bilinear'. The behavior of the new version op in default mode is compatible with the old version.
Configuration menu - View commit details
-
Copy full SHA for 79539cf - Browse repository at this point
Copy the full SHA 79539cfView commit details -
Add mnist test for post training quantization, test=develop (#26436)
* Add mnist test for post training quantization, test=develop
Configuration menu - View commit details
-
Copy full SHA for 0d71cff - Browse repository at this point
Copy the full SHA 0d71cffView commit details -
Configuration menu - View commit details
-
Copy full SHA for d6e888c - Browse repository at this point
Copy the full SHA d6e888cView commit details -
fix RandomSampler & BatchSampler. test=develop (#26559)
* fix RandomSampler & BatchSampler. test=develop
Configuration menu - View commit details
-
Copy full SHA for dd3df69 - Browse repository at this point
Copy the full SHA dd3df69View commit details -
fix syncbn, test=develop (#26523)
* fix syncbn, test=develop * fix test,test=develop * fix unittest,test=develop
Configuration menu - View commit details
-
Copy full SHA for f8dbd7a - Browse repository at this point
Copy the full SHA f8dbd7aView commit details -
Configuration menu - View commit details
-
Copy full SHA for fa08a83 - Browse repository at this point
Copy the full SHA fa08a83View commit details -
add op_function_generator.exe retry in windows, test=develop (#26591)
add op_function_generator.exe retry in windows
Configuration menu - View commit details
-
Copy full SHA for 6e823cf - Browse repository at this point
Copy the full SHA 6e823cfView commit details -
[2.0API] Reconstruct all API related to LR Scheduler, unify dygraph a…
…nd static (#26550) * Reconstruct all API related to lr scheduler, unify dygraph and static * Reconstruct all API related to lr scheduler, unify dygraph and static * fix doc * fix doc * fix doc of lr_scheduler * fix unittest and english doc * fix english doc * fix confilt * fix doc
Configuration menu - View commit details
-
Copy full SHA for 407de03 - Browse repository at this point
Copy the full SHA 407de03View commit details -
Throws TypeError When Logical APIs Do Broadcast Operation (#26490)
As the title. Co-authored-by: wujionghao <wujionghao@email.com>
Configuration menu - View commit details
-
Copy full SHA for da1efe2 - Browse repository at this point
Copy the full SHA da1efe2View commit details -
Unify the metrics implementation between low-level and high-level API. (
#26158) * Move paddle/incubate/hapi/metrics to paddle/metric * Add Precision, Recall and Auc metric
Configuration menu - View commit details
-
Copy full SHA for 78ca8cf - Browse repository at this point
Copy the full SHA 78ca8cfView commit details -
[API 2.0] add pool2d3d API,test=develop (#26331)
* add pool2d3d API,test=develop * add api unitest,test=develop * fix unittest, test=develop * fix reviews, test=develop * return one element when return indices is true, test=develop * fix low converage; to_variable to to_tensor, test=develop * sort API params, test=develop * fix en doc, merge PR#26108 to here, test=develop * fix en doc, test=develop
Configuration menu - View commit details
-
Copy full SHA for c8e1836 - Browse repository at this point
Copy the full SHA c8e1836View commit details -
api2.0 paddle.nn.Bilinear and paddle.nn.functional.bilinear (#26399)
* api2.0 paddle.nn.Bilinear and paddle.nn.functional.bilinear, test=develop * api2.0 fix code examples, test=develop * modify test_bilinear_api, about place,to_tensor , test=develop * re pass pre-commit, test=develop * Update common.py * fix BilinearTensorProduct ci error, test=develop
Configuration menu - View commit details
-
Copy full SHA for 422a162 - Browse repository at this point
Copy the full SHA 422a162View commit details -
fix one_hot example doc test=document_fix (#26585)
* fix one_hot example doc test=document_fix * fix some bug
Configuration menu - View commit details
-
Copy full SHA for 36868e8 - Browse repository at this point
Copy the full SHA 36868e8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7ff197d - Browse repository at this point
Copy the full SHA 7ff197dView commit details -
Refine typo of english document of paddle.prod (#26546)
* Refine typo of english document of paddle.prod test=document_fix
Configuration menu - View commit details
-
Copy full SHA for 924734f - Browse repository at this point
Copy the full SHA 924734fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 1ed74aa - Browse repository at this point
Copy the full SHA 1ed74aaView commit details -
Configuration menu - View commit details
-
Copy full SHA for 1f82c0c - Browse repository at this point
Copy the full SHA 1f82c0cView commit details
Commits on Aug 25, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 786373b - Browse repository at this point
Copy the full SHA 786373bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6f69fbc - Browse repository at this point
Copy the full SHA 6f69fbcView commit details -
【2.0 API】Enhance affine grid operator (#26385)
* Enhance affine grid operator: 1. Add cuda kernel 2. Add align corners options test=develop * Move new affine_grid api to functional test=develop * Add CUDA kernel for affine_grid. test=develop * Add more unitest for grid sample API test=develop
Configuration menu - View commit details
-
Copy full SHA for a065a24 - Browse repository at this point
Copy the full SHA a065a24View commit details -
Configuration menu - View commit details
-
Copy full SHA for a31dbc8 - Browse repository at this point
Copy the full SHA a31dbc8View commit details -
Configuration menu - View commit details
-
Copy full SHA for c80fcf9 - Browse repository at this point
Copy the full SHA c80fcf9View commit details -
optimized transformation form tensor to numpy (#26447)
* optimized transformation form tensor to numpy, test=develop * optimized transformation form tensor to numpy, pass pre-commit, test=develop * modify fetchophandle zerocopy to deepcopy in PE&CUP, test=develop * modify py:array construct, test=develop * fix _fetch_var to use deep copy, test=develop
Configuration menu - View commit details
-
Copy full SHA for c1f5df5 - Browse repository at this point
Copy the full SHA c1f5df5View commit details -
Configuration menu - View commit details
-
Copy full SHA for ef317b4 - Browse repository at this point
Copy the full SHA ef317b4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 26d6741 - Browse repository at this point
Copy the full SHA 26d6741View commit details -
Configuration menu - View commit details
-
Copy full SHA for a8b5741 - Browse repository at this point
Copy the full SHA a8b5741View commit details -
add norm 2.0 api, test=develop (#26465)
* add norm 2.0 api, test=develop * add norm 2.0 api, test=develop * add norm 2.0 api, test=develop * add norm 2.0 api, test=develop * add norm 2.0 api, test=develop * add norm 2.0 api, test=develop * add norm 2.0 api, test=develop * add norm 2.0 api, test=develop * add norm 2.0 api, test=develop * add norm 2.0 api, test=develop * add norm 2.0 api, test=develop * add norm 2.0 api, test=develop * add norm 2.0 api, test=develop * add norm 2.0 api, test=develop * add norm 2.0 api, test=develop * add norm 2.0 api, test=develop * add norm 2.0 api, test=develop * add norm 2.0 api, test=develop
Configuration menu - View commit details
-
Copy full SHA for 0679678 - Browse repository at this point
Copy the full SHA 0679678View commit details -
Fix the cmake-function named inference_download_and_uncompress on Win…
…dows (#26512) * Fix the cmake-function named inference_download_and_uncompress with Windows, test=develop * Fix some problems when remove limit of unittests on Windows, test=develop * Using URL to download file instead of DOWNLOAD_COMMAND. test=develop
Configuration menu - View commit details
-
Copy full SHA for 02fc1fe - Browse repository at this point
Copy the full SHA 02fc1feView commit details -
Configuration menu - View commit details
-
Copy full SHA for a004dfd - Browse repository at this point
Copy the full SHA a004dfdView commit details -
* add unique_v2 op * remove unique_v2 op * update doc
Configuration menu - View commit details
-
Copy full SHA for 0a895bc - Browse repository at this point
Copy the full SHA 0a895bcView commit details -
【paddle.fleet】add cudnn related strategies to DistributedStrategy (#2…
…6598) * add cudnn related strategies to DistributedStrategy
Configuration menu - View commit details
-
Copy full SHA for 08d736a - Browse repository at this point
Copy the full SHA 08d736aView commit details -
Configuration menu - View commit details
-
Copy full SHA for ed4a4ea - Browse repository at this point
Copy the full SHA ed4a4eaView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2f5bdd8 - Browse repository at this point
Copy the full SHA 2f5bdd8View commit details -
Add Checking Type for "multiply" operation (#26508)
Co-authored-by: wujionghao <wujionghao@email.com> As the title
Configuration menu - View commit details
-
Copy full SHA for d32beea - Browse repository at this point
Copy the full SHA d32beeaView commit details -
Update save inference model to support dygraph (#25894)
* update save_inference_model for hapi * update save_inference_model to support dygraph * fix comments * fix comments * test=develop * test, test=develop * fix dim test, test=develop * test, test=develop * add test_export_deploy_model_dynamic * fix unittest for hapi: save_inference_model * fix code style * accept review by guoshengCS * fix coverage rate * update doc for save_inference_model and copyright * change test model back to LeNet() in test_export_deploy_model * copy jit.save, use LeNet() to test export deploy model * add return value for dygraph, and fix doc error * corrected the doc writing * Delete redundant import and correct import order in sample code. * remove 'fluid' and add prepare() and fit() in sample code * correct usage of API 2.0 in sample code * fix sample code bugs * fix code style bugs * fix test_model.py bugs * set for_inference=True * correct usage for static.InputSpec * update doc for model.save * correct usage of API 2.0 * rename param name for model.save * correct for_inference as training
Configuration menu - View commit details
-
Copy full SHA for 761ed17 - Browse repository at this point
Copy the full SHA 761ed17View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1fcddf5 - Browse repository at this point
Copy the full SHA 1fcddf5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 32ceacf - Browse repository at this point
Copy the full SHA 32ceacfView commit details -
Configuration menu - View commit details
-
Copy full SHA for cb3f131 - Browse repository at this point
Copy the full SHA cb3f131View commit details -
Configuration menu - View commit details
-
Copy full SHA for 32ba860 - Browse repository at this point
Copy the full SHA 32ba860View commit details -
Configuration menu - View commit details
-
Copy full SHA for f823841 - Browse repository at this point
Copy the full SHA f823841View commit details -
update the code for the topk v2
add the top v2 for the paddlepaddle api 2.0
Configuration menu - View commit details
-
Copy full SHA for 286eca2 - Browse repository at this point
Copy the full SHA 286eca2View commit details -
fix english doc of all lr_scheduler (#26619)
* fix doc of lr_scheduler * fix doc
Configuration menu - View commit details
-
Copy full SHA for 7af5cb9 - Browse repository at this point
Copy the full SHA 7af5cb9View commit details
Commits on Aug 26, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 2de034e - Browse repository at this point
Copy the full SHA 2de034eView commit details -
Fix pip2 opencv-python version (#26293)
* Fix pip2 opencv-python version * opencv-python==4.2.0.32 * fix whell version
Configuration menu - View commit details
-
Copy full SHA for c70bc3b - Browse repository at this point
Copy the full SHA c70bc3bView commit details -
Configuration menu - View commit details
-
Copy full SHA for dbcef73 - Browse repository at this point
Copy the full SHA dbcef73View commit details -
Configuration menu - View commit details
-
Copy full SHA for 98e057b - Browse repository at this point
Copy the full SHA 98e057bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8986a82 - Browse repository at this point
Copy the full SHA 8986a82View commit details -
Configuration menu - View commit details
-
Copy full SHA for 33afeb3 - Browse repository at this point
Copy the full SHA 33afeb3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 559e43e - Browse repository at this point
Copy the full SHA 559e43eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 4ba6483 - Browse repository at this point
Copy the full SHA 4ba6483View commit details -
Configuration menu - View commit details
-
Copy full SHA for cb00d50 - Browse repository at this point
Copy the full SHA cb00d50View commit details -
Configuration menu - View commit details
-
Copy full SHA for 67d03be - Browse repository at this point
Copy the full SHA 67d03beView commit details -
fix Distribution class problem (#26535)
* fix problems commented by Lutao * rename _to_variable to _to_tensor * fix unittest coverage * little problem
Configuration menu - View commit details
-
Copy full SHA for 1e53088 - Browse repository at this point
Copy the full SHA 1e53088View commit details -
Configuration menu - View commit details
-
Copy full SHA for ada1e12 - Browse repository at this point
Copy the full SHA ada1e12View commit details -
Configuration menu - View commit details
-
Copy full SHA for 958d721 - Browse repository at this point
Copy the full SHA 958d721View commit details
Commits on Aug 27, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 76313dd - Browse repository at this point
Copy the full SHA 76313ddView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5c14fdc - Browse repository at this point
Copy the full SHA 5c14fdcView commit details -
Configuration menu - View commit details
-
Copy full SHA for 07973c5 - Browse repository at this point
Copy the full SHA 07973c5View commit details -
[api 2.0] add collective op for cpu using gloo and paddle.distributed…
….* apis (#26552) add collective op for cpu using gloo and paddle.distributed.* apis
lilong12 authoredAug 27, 2020 Configuration menu - View commit details
-
Copy full SHA for 1c68138 - Browse repository at this point
Copy the full SHA 1c68138View commit details -
【paddle.fleet】add comments about localsgd in DistributedStrategy (#26709
) * modified timeout value on windows and mac (#26690) * add Local SGD algorithm referenced paper test=develop
Configuration menu - View commit details
-
Copy full SHA for 2024ef6 - Browse repository at this point
Copy the full SHA 2024ef6View commit details -
add TensorDataset for multiprocess DataLoader (#26332)
* add TensorDataset. test=develop
Configuration menu - View commit details
-
Copy full SHA for 84e7be3 - Browse repository at this point
Copy the full SHA 84e7be3View commit details -
api20, Bilinear add deprecated, and fix english doc (#26610)
* API2.0 del old api(BilinearTensorProduct) from nn init.py, test=develop * add import for deprecated, test=develop * modify deprecated location, test=develop * fix english doc, test=develop * Update __init__.py * Update __init__.py * Update common.py * fix english doc, test=develop Co-authored-by: Chen Weihang <chenweihang@baidu.com>
Configuration menu - View commit details
-
Copy full SHA for 07e3b9a - Browse repository at this point
Copy the full SHA 07e3b9aView commit details -
* update doc, test=document_fix * add attr(dtype) * refine code
Configuration menu - View commit details
-
Copy full SHA for 97cebfa - Browse repository at this point
Copy the full SHA 97cebfaView commit details -
Update Paddle-Lite commit hash. (#26413)
* Update Paddle-Lite commit hash. * Add BF16 data type to VarTyp protobuf message.
Configuration menu - View commit details
-
Copy full SHA for c2c6895 - Browse repository at this point
Copy the full SHA c2c6895View commit details -
Configuration menu - View commit details
-
Copy full SHA for 32ae8e8 - Browse repository at this point
Copy the full SHA 32ae8e8View commit details -
Configuration menu - View commit details
-
Copy full SHA for fc5acdd - Browse repository at this point
Copy the full SHA fc5acddView commit details -
* add intepolte_v2 * fix linear interp * polish unittest, test=develop * update code samples to 2.0 API, test=develop * remove warning, test_develop * add name in attrs, test=develop * polish code, test=develop * change Align to align, test=develop * fix unittest in py3,test=develop * fix coverage, test=develop * fix coverage, test=develop * fix for windows ci, test=develop * fix coverage, test=develop
Configuration menu - View commit details
-
Copy full SHA for 89d7d86 - Browse repository at this point
Copy the full SHA 89d7d86View commit details -
[Dy2stat] Support InputSpec and Return callable class instance in @de…
…clarative (#25960) * add InputSpec * add unittest for tensorSpec and SimpleNet
Configuration menu - View commit details
-
Copy full SHA for f056136 - Browse repository at this point
Copy the full SHA f056136View commit details -
Add the option to execute unit tests only at night (#26669)
* Add the option to execute unit tests only at night * set ut nightly label for 3 cases.
Configuration menu - View commit details
-
Copy full SHA for dc56c89 - Browse repository at this point
Copy the full SHA dc56c89View commit details -
Configuration menu - View commit details
-
Copy full SHA for e4cc6a2 - Browse repository at this point
Copy the full SHA e4cc6a2View commit details -
Fix pow api type error with python side method, merge elementwise_pow…
… and pow. (#26163) As the title
Configuration menu - View commit details
-
Copy full SHA for f311d3c - Browse repository at this point
Copy the full SHA f311d3cView commit details -
* Add RNN related apis in paddl.nn test=develop * new rnn api, cell almost done * add new progresses in rnn APIs for 2.0 * refine rnn APIs and docstrings. * add unittets * disable gpu tests when paddle is not compiled with cuda support * remove unnecessary imports * fix docstring * add to no_sample wlist * backport to python2 to avoid yield from * add **kwargs, fix typos * update docstrings for birnn * rename argument for SimpleRNN and SimpleRNNCell, fix sample code * add default value for initial_states in fluid.layers.birnn Co-authored-by: guosheng <guosheng@baidu.com>
Configuration menu - View commit details
-
Copy full SHA for f408301 - Browse repository at this point
Copy the full SHA f408301View commit details -
fix bug that can't print int8_t (#26712)
fix bug that can't print int8_t
Configuration menu - View commit details
-
Copy full SHA for 8071d23 - Browse repository at this point
Copy the full SHA 8071d23View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1c898b6 - Browse repository at this point
Copy the full SHA 1c898b6View commit details -
Update the demo code and the doc of varbase.backward. (#26506)
* update the demo code and the doc of varbase.backward. * update the doc of the fake interface `paddle.fluid.Variable`. * remove BackwardStrategy.
Configuration menu - View commit details
-
Copy full SHA for f9066e6 - Browse repository at this point
Copy the full SHA f9066e6View commit details -
update copyright year, test=document_fix (#26586)
lilong12 authoredAug 27, 2020 Configuration menu - View commit details
-
Copy full SHA for f1ae017 - Browse repository at this point
Copy the full SHA f1ae017View commit details -
fix the call to core.ops.x, test=develop (#26729)
lilong12 authoredAug 27, 2020 Configuration menu - View commit details
-
Copy full SHA for 2f75465 - Browse repository at this point
Copy the full SHA 2f75465View commit details
Commits on Aug 28, 2020
-
Configuration menu - View commit details
-
Copy full SHA for edf5f31 - Browse repository at this point
Copy the full SHA edf5f31View commit details -
* Fix clip input check * Fix default min/max value * Allow both max and min to be None * Register op change * Revert OP signature change
Configuration menu - View commit details
-
Copy full SHA for 63eef76 - Browse repository at this point
Copy the full SHA 63eef76View commit details -
add broadcast feature for elementwise logical op
add broadcast feature for elementwise logical op
Configuration menu - View commit details
-
Copy full SHA for c282db3 - Browse repository at this point
Copy the full SHA c282db3View commit details -
register cumsum Op version for compatible Op upgrades (#26734)
register cumsum Op version for compatible Op upgrades
Configuration menu - View commit details
-
Copy full SHA for 1ec30cb - Browse repository at this point
Copy the full SHA 1ec30cbView commit details -
Configuration menu - View commit details
-
Copy full SHA for c03092b - Browse repository at this point
Copy the full SHA c03092bView commit details -
test=develop, improve pad assertion error (#26748)
littletomatodonkey authoredAug 28, 2020 Configuration menu - View commit details
-
Copy full SHA for 52a6ca0 - Browse repository at this point
Copy the full SHA 52a6ca0View commit details -
fix sample method of Uniform and Normal class (#26713)
* fix sample shape error * Add unittest * change assert_allclose to assert_equal * Add unittest doc * fix encoding problem
Configuration menu - View commit details
-
Copy full SHA for 5f275aa - Browse repository at this point
Copy the full SHA 5f275aaView commit details -
Add mkldnn bfloat16 option to C-API (#26676)
* Add mkldnn bfloat16 option to C-API * Add test for bfloat16 gpu * Change coverage test
Configuration menu - View commit details
-
Copy full SHA for 02083bd - Browse repository at this point
Copy the full SHA 02083bdView commit details -
Fix int8 performace drop cpu_quantize_placement_pass (#26715)
* Fix cpu quantize placement pass * Include string lib
Configuration menu - View commit details
-
Copy full SHA for eb097d6 - Browse repository at this point
Copy the full SHA eb097d6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4561fc3 - Browse repository at this point
Copy the full SHA 4561fc3View commit details -
modify error report message, test=develop (#26743)
lilong12 authoredAug 28, 2020 Configuration menu - View commit details
-
Copy full SHA for 5f524ef - Browse repository at this point
Copy the full SHA 5f524efView commit details -
Configuration menu - View commit details
-
Copy full SHA for a7db9ac - Browse repository at this point
Copy the full SHA a7db9acView commit details -
add parameters check in static mode for diag op
add parameters check in static mode for diag op
Configuration menu - View commit details
-
Copy full SHA for 7d4e215 - Browse repository at this point
Copy the full SHA 7d4e215View commit details -
For normalize op, remove special treatment of one-dimensional input, …
…add check for one-dimensional input (#26747) For normalize op, remove special treatment of one-dimensional input, add check for one-dimensional input
Configuration menu - View commit details
-
Copy full SHA for d39e789 - Browse repository at this point
Copy the full SHA d39e789View commit details -
Configuration menu - View commit details
-
Copy full SHA for 623a4c2 - Browse repository at this point
Copy the full SHA 623a4c2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 29494d7 - Browse repository at this point
Copy the full SHA 29494d7View commit details -
[2.0API]support 2.0 lr_scheduler for 2.0 optimizer (#26737)
* support 2.0 lr_scheduler for 2.0 optimizer * fix unittest * fix doc * fix unittest * fix sample code, fix unittest
Configuration menu - View commit details
-
Copy full SHA for 30aab17 - Browse repository at this point
Copy the full SHA 30aab17View commit details -
Configuration menu - View commit details
-
Copy full SHA for e3f8e5c - Browse repository at this point
Copy the full SHA e3f8e5cView commit details -
[Dy2Stat] Add debugging and logging mechanism for dygraph to static (#…
…26457) * [Dy2Stat] Add debugging and logging mechanism for dygraph to static. * Remove TransformerError temporarily. * import mock in PY2, from unittest import mock in PY3. test=develop * Expose interfaces set_code_level and set_verbosity in paddle.jit, fix doc of the two interface. * polish doc of set_verbosity and set_code_level.
Configuration menu - View commit details
-
Copy full SHA for b1f9ed6 - Browse repository at this point
Copy the full SHA b1f9ed6View commit details -
Configuration menu - View commit details
-
Copy full SHA for f34fb0a - Browse repository at this point
Copy the full SHA f34fb0aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2d88b9f - Browse repository at this point
Copy the full SHA 2d88b9fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3390c7e - Browse repository at this point
Copy the full SHA 3390c7eView commit details -
Add interface to launch parallel dygraph by multiprocessing (#26044)
* add dygraph parallel run interface * polish implement & unified env property name * add print config arg * refactor init_parallel_env function * Compatible with multiprocessing and launch modes * set default trainer start port * support run in python 2 * polish python2 support code * remove python2 support * refine launch import * polish dome design details * refactor api implemention & path * use new method _set_expected_place * add spawn unittest framework & mnist test * add more unittests & doc * fix unittest failed * polish english doc * self review and polish details * refactor code by reviewer's comments * fix unittest failed * fix parallel_env unittest * fix several typos * fix error introduced when fixing typos * add unpublic note for start_processes * polish details by xiaoguang's comment * verify correctly when spawn nprocs=-1 * refactor spawn & init_parallel_env design * polish doc details * open spawn unittests * try to fix doc compile error * try to fix unknown doc format error * add skip unittest when not gpu
Configuration menu - View commit details
-
Copy full SHA for 31f422a - Browse repository at this point
Copy the full SHA 31f422aView commit details -
Refine paddle.manual_seed (#26496)
* refine manual seed * fix ci problem * fix unittests * fix unittest * set is_init_py=false in manual_seed * fix unittest * fix bernoulli_op * fix(unittest): change random_seed to manual_seed * 🐞fix(unittest): fix manual_seed * trigger ci * fix test_sentiment * fix test_imperative_save_load * fix test_uniform_random_op * fix test_uniform_random_op * fix test_jit_save_load * merge develop * fix manual_seed * fix manual_seed * use global engine * use shared_ptr * fix double free * fix bug * fix bug * fix bug * fix test bug * fix test bug * fix test bug * fix ci
Configuration menu - View commit details
-
Copy full SHA for 844583c - Browse repository at this point
Copy the full SHA 844583cView commit details -
[2.0API]support set_default_dtype for to_tensor (#26432)
* add set_default_type for tensor * fix doc * fix doc
Configuration menu - View commit details
-
Copy full SHA for 7b78bfc - Browse repository at this point
Copy the full SHA 7b78bfcView commit details -
Remove
sorted_sum_gradient_
form BasicEngine and PartialGradTask. (#……26766) Use `Tensor` instead of `Variable` in the doc of paddle.grad.
Configuration menu - View commit details
-
Copy full SHA for f32ae27 - Browse repository at this point
Copy the full SHA f32ae27View commit details -
Decouple weights and bias from fc primitive in MKLDNN cache (#26708)
* decouple weights and bias from fc primitive in cache * removed reduntant update of pointers
Wojciech Uss authoredAug 28, 2020 Configuration menu - View commit details
-
Copy full SHA for 7afb1df - Browse repository at this point
Copy the full SHA 7afb1dfView commit details -
fix sample code for hapi.model.save (#26667)
* fix sample code for hapi.model.save, test=document_fix * test=document_fix * update usage of 2.0 API, test=document_fix * fix bugs, return dygraph back to users while using model.save in dygraph * fix code style
Configuration menu - View commit details
-
Copy full SHA for 25dad42 - Browse repository at this point
Copy the full SHA 25dad42View commit details -
Configuration menu - View commit details
-
Copy full SHA for 64df9b9 - Browse repository at this point
Copy the full SHA 64df9b9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4106e54 - Browse repository at this point
Copy the full SHA 4106e54View commit details -
refine paddle inference api (#26774)
* refine paddle inference api Co-authored-by: nhzlx <nhzlx.dragon@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 68e0560 - Browse repository at this point
Copy the full SHA 68e0560View commit details -
[2.0 API] add SyncBatchNorm.convert_sync_batch_norm (#26688)
* add cnvert,test=develop
Configuration menu - View commit details
-
Copy full SHA for 42d2915 - Browse repository at this point
Copy the full SHA 42d2915View commit details -
add deprecated decorator for old apis expand and expand_as (#26759)
* add deprecated, test=develop
lilong12 authoredAug 28, 2020 Configuration menu - View commit details
-
Copy full SHA for 2675cae - Browse repository at this point
Copy the full SHA 2675caeView commit details
Commits on Aug 29, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 8bcb1f2 - Browse repository at this point
Copy the full SHA 8bcb1f2View commit details -
Register conv_transpose Op version for compatible Op upgrades (#26745)
* fix bug * add version check * fix docs, test=document_fix * fix formula, test=document_fix
Configuration menu - View commit details
-
Copy full SHA for 346689c - Browse repository at this point
Copy the full SHA 346689cView commit details -
* add doc; notest * fix doc; notest * update doc; notest * refine optimizer && adam * refine optimizer; notest * add adam * fix doc * fix doc && add adamw; notest * add error message * bug fix * refine rmsprop && adamax * fix ci * buf fix * update comment * unify arguments place; notest * fix ut, test=develop * bug fix * fix conflicts, test=develop * add examples code * bug fix * fix comments * fix sample code * add sample code for Optimizer * add adamax ut, test=develop * fix rmsprop ut, test=develop * add ut for optimizer.py and adamw.py * first commit of adadelta optimizer * fix learning rate * fix adadelta doc and add sgd momentum * remove unused fluid * fix codestyle * Update test_adam_op.py * Update test_adam_op.py * fix SGD in 2 unittests * fix SGD in 2 unittests * fix ci * fix ut Co-authored-by: MRXLT <xlt2024@gmail.com> Co-authored-by: mapingshuo <mps2012@yeah.net>
Configuration menu - View commit details
-
Copy full SHA for a1b99fa - Browse repository at this point
Copy the full SHA a1b99faView commit details -
Configuration menu - View commit details
-
Copy full SHA for db68e08 - Browse repository at this point
Copy the full SHA db68e08View commit details -
Configuration menu - View commit details
-
Copy full SHA for 994217e - Browse repository at this point
Copy the full SHA 994217eView commit details
Commits on Aug 30, 2020
-
Configuration menu - View commit details
-
Copy full SHA for ac63c7c - Browse repository at this point
Copy the full SHA ac63c7cView commit details -
【paddle.fleet】Support Heter Parameter Server (#25998)
* Support Heter Parameter Server
Configuration menu - View commit details
-
Copy full SHA for 7f2aa2d - Browse repository at this point
Copy the full SHA 7f2aa2dView commit details
Commits on Aug 31, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 0f1ad9b - Browse repository at this point
Copy the full SHA 0f1ad9bView commit details -
support default dtype for distribution APIs (#26695)
* set default dtype for distribution API * Add unittest * Add unittest * fix import get_default_dtype problem * delete change under fluid.layers.nn * little change
Configuration menu - View commit details
-
Copy full SHA for 4a57880 - Browse repository at this point
Copy the full SHA 4a57880View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9a1ea9b - Browse repository at this point
Copy the full SHA 9a1ea9bView commit details -
Move hapi to python/paddle root dir. (#26442)
* Move hapi form paddle/incubate to paddle * Remove vision/datasets/utils.py and clean code * Add sample code for conll05 * Print pull path when saving model * Fix sample code after paramter_list of SGD is changed to parameters * Fix bug in wmt16 datase
Configuration menu - View commit details
-
Copy full SHA for f7fb4c2 - Browse repository at this point
Copy the full SHA f7fb4c2View commit details -
Configuration menu - View commit details
-
Copy full SHA for a47d92d - Browse repository at this point
Copy the full SHA a47d92dView commit details -
update the doc for the some ops
update the doc for the some ops, ceil asin, atan
Configuration menu - View commit details
-
Copy full SHA for 7ee70a4 - Browse repository at this point
Copy the full SHA 7ee70a4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1f6df87 - Browse repository at this point
Copy the full SHA 1f6df87View commit details -
[Dy2stat]Fix Python Version compatibility of dict.iteritems (#26778)
* Fix Python Version compatibility * add import six
Configuration menu - View commit details
-
Copy full SHA for df0a22d - Browse repository at this point
Copy the full SHA df0a22dView commit details -
[Paddle-TRT] TRT dynamic shape support PaddleSlim quant models (#26536)
* support trt dynamic shape int8 * add unittest * add support for sigmoid; adapt to trt6+ api
Configuration menu - View commit details
-
Copy full SHA for 78a530c - Browse repository at this point
Copy the full SHA 78a530cView commit details -
Configuration menu - View commit details
-
Copy full SHA for f44420c - Browse repository at this point
Copy the full SHA f44420cView commit details -
Add use of global flag 'use_mkldnn' to layer_helper (#26497)
* get use of global 'use_mkldnn' in layer_helper * update for CI * update for CI, relu test * update for CI, relu test added, make FLAGS_use_mkldnn a public flag * added more strict tests, fixes after review * fixes after review * fixes after review, CI stuff
Configuration menu - View commit details
-
Copy full SHA for 885c61f - Browse repository at this point
Copy the full SHA 885c61fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 11fb8a1 - Browse repository at this point
Copy the full SHA 11fb8a1View commit details -
rename Dropout2D/3D to Dropout2d/3d, test=develop (#26796)
rename Dropout2D/3D to Dropout2d/3d
Configuration menu - View commit details
-
Copy full SHA for 3ce727a - Browse repository at this point
Copy the full SHA 3ce727aView commit details -
Configuration menu - View commit details
-
Copy full SHA for b011177 - Browse repository at this point
Copy the full SHA b011177View commit details -
【paddle.fleet】FleetAPI 2.0 (#26772)
* add FleetAPI doc Co-authored-by: liuyuhui <liuyuhui@baidu.com>
Configuration menu - View commit details
-
Copy full SHA for 9ded756 - Browse repository at this point
Copy the full SHA 9ded756View commit details -
Remove backend argument of init_parallel_env (#26773)
* remove backend argument of init_parallel_env * remove keep name table in transformer * add cpu version check * add skip unittest for init_parallel_env * polish doc: remove func use & update example
Configuration menu - View commit details
-
Copy full SHA for 28cb653 - Browse repository at this point
Copy the full SHA 28cb653View commit details -
Configuration menu - View commit details
-
Copy full SHA for 40378ed - Browse repository at this point
Copy the full SHA 40378edView commit details -
Count the time and packet size for Windows monitor (#26678)
* turn on WITH_INFERENCE_API_TEST * Count the time and packet size on windows * fix conflit * fix conflit * fix conflit * fix date-time funciton
Configuration menu - View commit details
-
Copy full SHA for d854101 - Browse repository at this point
Copy the full SHA d854101View commit details -
[CI] Change RD for check_op_desc from (liym27, zhhsplendid, Aurelius8…
…4, lanxianghit or phlrain) to (cyj1986, Superjomn) (#26828)
Configuration menu - View commit details
-
Copy full SHA for 7495b28 - Browse repository at this point
Copy the full SHA 7495b28View commit details
Commits on Sep 1, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 8e67497 - Browse repository at this point
Copy the full SHA 8e67497View commit details -
* update doc * update doc * fix optimizer sample code * add default value for adamw weight_decay * fix adamw * change LearningRateDecay to _LRScheduler * fix adamw;notest * fix load;notest * remove file * bug fix * fix code style * bug fix * add ut * adamw support weight_decay=0 * fix ut * fix set_lr doc * fix doc * change parameters place
Configuration menu - View commit details
-
Copy full SHA for 1f36d3c - Browse repository at this point
Copy the full SHA 1f36d3cView commit details -
* add embedding 2.0 * add embedding support input int32
Configuration menu - View commit details
-
Copy full SHA for ebc5f99 - Browse repository at this point
Copy the full SHA ebc5f99View commit details -
support mnist and resnet dygraph_to_static test (#25774)
* support mnist and resnet dygraph_to_static test * make FLAGS_use_mkldnn a public flag * fix test_get_set_flags * Change name of a function * Rerun CIs commit * Fix oneDNN dygraph training Co-authored-by: Adam <38704900+grygielski@users.noreply.github.com> Co-authored-by: grygielski <adam.grygielski@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for f866bfe - Browse repository at this point
Copy the full SHA f866bfeView commit details -
Configuration menu - View commit details
-
Copy full SHA for 1769d21 - Browse repository at this point
Copy the full SHA 1769d21View commit details -
Configuration menu - View commit details
-
Copy full SHA for ced6e87 - Browse repository at this point
Copy the full SHA ced6e87View commit details -
Configuration menu - View commit details
-
Copy full SHA for ad5547d - Browse repository at this point
Copy the full SHA ad5547dView commit details -
add approve check of the CI task on windows (#26832)
* add approve check of the CI task on windows * fix style
Configuration menu - View commit details
-
Copy full SHA for a60bbe6 - Browse repository at this point
Copy the full SHA a60bbe6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1e50b2a - Browse repository at this point
Copy the full SHA 1e50b2aView commit details -
[Dy2Stat-debugging] Fix bug: Returns True if the verbosity level set …
…by the user is greater than or equal to the log level (#26858)
Configuration menu - View commit details
-
Copy full SHA for 61107aa - Browse repository at this point
Copy the full SHA 61107aaView commit details -
Configuration menu - View commit details
-
Copy full SHA for 1127d0d - Browse repository at this point
Copy the full SHA 1127d0dView commit details -
Refine bernoulli and unsqueeze op (#26842)
* add check for bernoulli and register bool for unsqueeze * follow comments
Configuration menu - View commit details
-
Copy full SHA for 60ffc22 - Browse repository at this point
Copy the full SHA 60ffc22View commit details -
[Paddle-TRT] Stack op plugin (#25605)
* add stack_op to CMakeLists * add dim=3 support for scale op * add trt stack op, test=develop * remove debug message * add stack plugin serialize * remove slice, scale op, will add later * enhence error message * revise trt ernie test to conver the stack op CI testi, test=develop * add stack op serialization * fix test shape after adding stack op * remove slice op, will add after implementing serialization * roll back to min_graph=5 to avoid using slice op * fix scale op output layer * implement stack op createPlugin * use workspace and move the defination to .cu * move stack plugin creator definition to .cu, test=develop
Configuration menu - View commit details
-
Copy full SHA for ad6e3dd - Browse repository at this point
Copy the full SHA ad6e3ddView commit details
Commits on Sep 2, 2020
-
supplement bug fix of parameter server (#26217)
* fix fluid.embedding
Configuration menu - View commit details
-
Copy full SHA for d0962ab - Browse repository at this point
Copy the full SHA d0962abView commit details -
Show more possible problems with build_and_check in file paddle_build…
….sh (#26846) * Show more possible problems with build_and_check in file paddle_build.sh, test=develop * Remove test codes modified in file device.py for build_and_check, test=document_fix * Fix missing blank space in file device.py, test=document_fix * Final process via summary_check_problems function, test=document_fix
Configuration menu - View commit details
-
Copy full SHA for d067e66 - Browse repository at this point
Copy the full SHA d067e66View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6129b0e - Browse repository at this point
Copy the full SHA 6129b0eView commit details -
fix the argmin,argmax op for the paddlepaddle 2.0
* fix the argmin,argmax op for the paddlepaddle 2.0, add checkPoint for the argmax/argmin
Configuration menu - View commit details
-
Copy full SHA for 0a29fc8 - Browse repository at this point
Copy the full SHA 0a29fc8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 932bbe9 - Browse repository at this point
Copy the full SHA 932bbe9View commit details -
Configuration menu - View commit details
-
Copy full SHA for f9d39b4 - Browse repository at this point
Copy the full SHA f9d39b4View commit details -
fix eigen in push sparse; fix hadoop command (#26872)
* fix eigen in push sparse; fix hadoop command test=develop * add log in load_combine_op test=develop
Configuration menu - View commit details
-
Copy full SHA for 5205748 - Browse repository at this point
Copy the full SHA 5205748View commit details -
Add FetchAsyncOpHandle, and use it in FastThreadedExecutor (#26643)
* optimized transformation form tensor to numpy, test=develop * Modify fetch op handle, from memcpy Sync to memcpy Async, test=develop * modify CUDAPinnedPlace to CPUPlace, test=develop * modify CPUPlace to CUDAPinnedPlace, and set default inplace to false, test=develop * revert fetch_op_handle, add fetch_async_op_handle, test=develop * revert fetch_op_handle, add fetch_async_op_handle, test=develop * fix error msg report, test=develop * fix bug in cpuplace, test=develop * fix bug in unmerge and tensorarray modle, test=develop * fix bug, double copy gpu memory, test=develop * fix chenweihang¡¯s review advice, test=develop
Configuration menu - View commit details
-
Copy full SHA for 2d2c31a - Browse repository at this point
Copy the full SHA 2d2c31aView commit details -
Raise RuntimeError if run the callable object decorated by '@paddle.j…
…it.to_static' not in dynamic mode. (#26750)
Configuration menu - View commit details
-
Copy full SHA for 435ab2a - Browse repository at this point
Copy the full SHA 435ab2aView commit details -
fix sample codes in collective.py (#26787)
* fix sample codes, test=develop
lilong12 authoredSep 2, 2020 Configuration menu - View commit details
-
Copy full SHA for 030b298 - Browse repository at this point
Copy the full SHA 030b298View commit details -
Configuration menu - View commit details
-
Copy full SHA for bf6cbbc - Browse repository at this point
Copy the full SHA bf6cbbcView commit details -
Update some used apis in Transformer apis to 2.0 apis. (#26831)
Fix some code samples in Tranoformer apis. test=develop
Configuration menu - View commit details
-
Copy full SHA for e6af53b - Browse repository at this point
Copy the full SHA e6af53bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5e874cc - Browse repository at this point
Copy the full SHA 5e874ccView commit details -
Restore "Add mkldnn bfloat16 option to C-API " (#26882)
* Add mkldnn bfloat16 option to C-API * Add test for bfloat16 gpu * Change coverage test * Repair capi_gpu test
Configuration menu - View commit details
-
Copy full SHA for 0627a31 - Browse repository at this point
Copy the full SHA 0627a31View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4e1c8f3 - Browse repository at this point
Copy the full SHA 4e1c8f3View commit details -
Correct 2.0 API usage in hapi.model.load (#26829)
* replace fluid.optimizer.set_dict with optimizer.set_state_dict * replace fluid.optimizer.set_dict with optimizer.set_state_dict * add coverage rate * Increase coverage rate, fix code style * Increase coverage rate, fix code style * add fit to generate optimizer.state_dict() to save .pdopt to increase coverage rate * delete http.log
Configuration menu - View commit details
-
Copy full SHA for 9ee4e3d - Browse repository at this point
Copy the full SHA 9ee4e3dView commit details -
fix norm bug, test=develop (#26827)
* fix norm bug, test=develop * fix norm bug, test=develop * fix norm bug, test=develop * fix norm bug, test=develop * fix norm bug, test=develop
Configuration menu - View commit details
-
Copy full SHA for c7b5ac4 - Browse repository at this point
Copy the full SHA c7b5ac4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1771d9f - Browse repository at this point
Copy the full SHA 1771d9fView commit details -
Configuration menu - View commit details
-
Copy full SHA for d8984a6 - Browse repository at this point
Copy the full SHA d8984a6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2f50aa2 - Browse repository at this point
Copy the full SHA 2f50aa2View commit details -
fix dropout bug in backward when input is 1d tensor (#26837)
* fix dropout bug in backward when input is 1d tensor, test=develop * add test case and refine error message, test=develop * refine error message, test=develop
Configuration menu - View commit details
-
Copy full SHA for e480168 - Browse repository at this point
Copy the full SHA e480168View commit details -
add time when test failed (#26935)
show unittest time even if unittest failed
Configuration menu - View commit details
-
Copy full SHA for f772540 - Browse repository at this point
Copy the full SHA f772540View commit details
Commits on Sep 3, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 61fc7a3 - Browse repository at this point
Copy the full SHA 61fc7a3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 26c698e - Browse repository at this point
Copy the full SHA 26c698eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 29b844a - Browse repository at this point
Copy the full SHA 29b844aView commit details -
fix uniform CI random fail problem (#26932)
* fix uniform CI random fail problem * decrease diag_num in DiagInit
Configuration menu - View commit details
-
Copy full SHA for b036294 - Browse repository at this point
Copy the full SHA b036294View commit details -
Configuration menu - View commit details
-
Copy full SHA for 05da5a3 - Browse repository at this point
Copy the full SHA 05da5a3View commit details -
fix regularizer timeout (#26952)
littletomatodonkey authoredSep 3, 2020 Configuration menu - View commit details
-
Copy full SHA for 3ba7b9b - Browse repository at this point
Copy the full SHA 3ba7b9bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 95e1434 - Browse repository at this point
Copy the full SHA 95e1434View commit details -
Configuration menu - View commit details
-
Copy full SHA for 96331f7 - Browse repository at this point
Copy the full SHA 96331f7View commit details -
* refine paddle.stack * support TensorArray * add test * fix coverage problem * fix coverage problem * fix sample code
Configuration menu - View commit details
-
Copy full SHA for 1275659 - Browse repository at this point
Copy the full SHA 1275659View commit details -
set_default_type only take effect on python floats or complex (#26939)
* set_default_type only take effect on python floats or complex * fix doc
Configuration menu - View commit details
-
Copy full SHA for d5f4c39 - Browse repository at this point
Copy the full SHA d5f4c39View commit details -
Configuration menu - View commit details
-
Copy full SHA for 559d9f2 - Browse repository at this point
Copy the full SHA 559d9f2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6a09b8f - Browse repository at this point
Copy the full SHA 6a09b8fView commit details -
Configuration menu - View commit details
-
Copy full SHA for bcdbac1 - Browse repository at this point
Copy the full SHA bcdbac1View commit details -
Support load state dict form
inference model
format save result (#2……6718) * support load infer model format state dict * add unittests * remove keep name table * recolve circle inport * fix compatible problem * recover unittest * polish doc and comment
Configuration menu - View commit details
-
Copy full SHA for 209273e - Browse repository at this point
Copy the full SHA 209273eView commit details -
[cuda11 support] add support for cublas load of same function name (p…
…arameter diff) (#26963)
Configuration menu - View commit details
-
Copy full SHA for 3eacced - Browse repository at this point
Copy the full SHA 3eaccedView commit details -
[API 2.0]Fix adaptive pooling bug (#26922)
* fix * fix doc, test=document_fix
Configuration menu - View commit details
-
Copy full SHA for 3900f66 - Browse repository at this point
Copy the full SHA 3900f66View commit details -
Update set_dict method name & add aliases (#26700)
* update set_dict method name & add aliases * fix var name error * fix alias formats * use set_state_dict in unittest * add decorator solve compatible problem * polish decorator * replace layer set_state_dict by patched method * remove import monkey path layer * fix import function error * add unittest for coverage
Configuration menu - View commit details
-
Copy full SHA for 9cb57f9 - Browse repository at this point
Copy the full SHA 9cb57f9View commit details -
【paddle.fleet】support running python train.py for fleet tasks (#26249)
* support running python train.py for fleet-task; test=develop
Configuration menu - View commit details
-
Copy full SHA for e35ad3e - Browse repository at this point
Copy the full SHA e35ad3eView commit details -
【paddle.fleet】simplify fleetrun log infos (#26888)
* print detailed and clear log infos; test=develop
Configuration menu - View commit details
-
Copy full SHA for 3a2a711 - Browse repository at this point
Copy the full SHA 3a2a711View commit details -
add template specialization for bfloat16 for gcc 4.8 compatability (#…
Feiyu Chan authoredSep 3, 2020 Configuration menu - View commit details
-
Copy full SHA for c8cc094 - Browse repository at this point
Copy the full SHA c8cc094View commit details -
【paddle.fleet】distributed_optimizer supports dygraph (#26541)
paddle.distributed.fleet supports dynamic graph execution.
Configuration menu - View commit details
-
Copy full SHA for 6b4ca0d - Browse repository at this point
Copy the full SHA 6b4ca0dView commit details
Commits on Sep 4, 2020
-
* fix doc * test=develop * test=develop * test=develop * test=develop * test=develop * test=develop * test=develop * test=develop * fix doc, test=develop * update localsgd doc test=develop * update localsgd doc test=develop * fix fleet dgc amp doc, test=develop * fix, test=develop * fix async configs Co-authored-by: liuyi05 <gavin1332@gmail.com> Co-authored-by: WangXi <wangxi16@baidu.com> Co-authored-by: seiriosPlus <tangwei12@baidu.com>
Configuration menu - View commit details
-
Copy full SHA for 9e4fe92 - Browse repository at this point
Copy the full SHA 9e4fe92View commit details -
Configuration menu - View commit details
-
Copy full SHA for fcb2ac6 - Browse repository at this point
Copy the full SHA fcb2ac6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 35ae102 - Browse repository at this point
Copy the full SHA 35ae102View commit details -
Configuration menu - View commit details
-
Copy full SHA for c484619 - Browse repository at this point
Copy the full SHA c484619View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7f3e6ca - Browse repository at this point
Copy the full SHA 7f3e6caView commit details -
change uniform_random to uniform and optimize function names in unitt…
…est for random ops (#26951) * fix unittest format and extract common function * change function name
Configuration menu - View commit details
-
Copy full SHA for 46057dd - Browse repository at this point
Copy the full SHA 46057ddView commit details -
Configuration menu - View commit details
-
Copy full SHA for 72f6e56 - Browse repository at this point
Copy the full SHA 72f6e56View commit details -
update doc of paddle.to_tensor (#26820)
update doc of paddle.to_tensor
Configuration menu - View commit details
-
Copy full SHA for 352ac14 - Browse repository at this point
Copy the full SHA 352ac14View commit details -
Configuration menu - View commit details
-
Copy full SHA for ff3dc8a - Browse repository at this point
Copy the full SHA ff3dc8aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5866cde - Browse repository at this point
Copy the full SHA 5866cdeView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5a48952 - Browse repository at this point
Copy the full SHA 5a48952View commit details -
Configuration menu - View commit details
-
Copy full SHA for 54427b8 - Browse repository at this point
Copy the full SHA 54427b8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 695bfb0 - Browse repository at this point
Copy the full SHA 695bfb0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4204cea - Browse repository at this point
Copy the full SHA 4204ceaView commit details -
Configuration menu - View commit details
-
Copy full SHA for 21565e8 - Browse repository at this point
Copy the full SHA 21565e8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8aebcab - Browse repository at this point
Copy the full SHA 8aebcabView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0dfe26d - Browse repository at this point
Copy the full SHA 0dfe26dView commit details -
Fix conv and summary api bug (#27023)
* fix conv output_size has no default value bug * fix summary bug
Configuration menu - View commit details
-
Copy full SHA for f95e8ff - Browse repository at this point
Copy the full SHA f95e8ffView commit details -
fix dtype not matching bug in log_prob and probs method of Distributi…
…on class (#26767) * fix _to_tensor method of Distribution class * Add unittest * let dtype be consistent with value in log_prob and probs * fix format * fix dtype problem and change unittest * fix dtype of Numpy class in unittest * add formula for entropy and kl * change formula * fix kl formula format * fix kl formula format 2 * change gt to np in unittest * optimize unittest format * delete dumplicate * delete dumplicate 2 * extract common function used to convert dtype value
Configuration menu - View commit details
-
Copy full SHA for a0c98e6 - Browse repository at this point
Copy the full SHA a0c98e6View commit details -
Fix conv1d when data formate is NLC (#26944)
* Fix conv1d when data formate is NLC test=develop * Fix unitest of conv1d test=develop
Configuration menu - View commit details
-
Copy full SHA for b6fb979 - Browse repository at this point
Copy the full SHA b6fb979View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2660ea3 - Browse repository at this point
Copy the full SHA 2660ea3View commit details -
Configuration menu - View commit details
-
Copy full SHA for d843706 - Browse repository at this point
Copy the full SHA d843706View commit details -
Configuration menu - View commit details
-
Copy full SHA for a727522 - Browse repository at this point
Copy the full SHA a727522View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8fa3d36 - Browse repository at this point
Copy the full SHA 8fa3d36View commit details -
[oneDNN] Fix to conv2d grad with groups (#27006)
* - Added fix to mobilenet * - compilation fix * - Fix to conv2d grad oneDNN with groups test=develop
Configuration menu - View commit details
-
Copy full SHA for f6653c7 - Browse repository at this point
Copy the full SHA f6653c7View commit details
Commits on Sep 5, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 2f97ecd - Browse repository at this point
Copy the full SHA 2f97ecdView commit details -
Configuration menu - View commit details
-
Copy full SHA for c3b314c - Browse repository at this point
Copy the full SHA c3b314cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9aa3958 - Browse repository at this point
Copy the full SHA 9aa3958View commit details -
Configuration menu - View commit details
-
Copy full SHA for 92530ca - Browse repository at this point
Copy the full SHA 92530caView commit details -
Configuration menu - View commit details
-
Copy full SHA for 041f4ab - Browse repository at this point
Copy the full SHA 041f4abView commit details
Commits on Sep 6, 2020
-
add the dynamic dtype check for the argmin/argma
update the check for the dtype check for the argmin, argmax
Configuration menu - View commit details
-
Copy full SHA for 8857e39 - Browse repository at this point
Copy the full SHA 8857e39View commit details -
Add TranslatedLayer.program method to get program (#26961)
* add TranslatedLayer.program method * add unittests & update example code * polish example code * update program api example code
Configuration menu - View commit details
-
Copy full SHA for 9373cf5 - Browse repository at this point
Copy the full SHA 9373cf5View commit details
Commits on Sep 7, 2020
-
[Dy2stat] Add descriptor cache for StaticLayer (#26987)
* add descriptor cache * fix self arugments * deal case if instance is None * clean code * fix usage
Configuration menu - View commit details
-
Copy full SHA for 35f53ec - Browse repository at this point
Copy the full SHA 35f53ecView commit details -
Add padding cudnn interface (#26370)
* add lstm cudnn of padding data and refine cudnn codes
Configuration menu - View commit details
-
Copy full SHA for 4ff16eb - Browse repository at this point
Copy the full SHA 4ff16ebView commit details -
Modify data download function and support unittests of inference APIs…
… on windows (#26988) * Modify data download function, and support unittests of inference APIs on windows, test=develop * The import error compatible with py2 and py3, and fix unittests problems of inference APIs on Windows, test=develop
Configuration menu - View commit details
-
Copy full SHA for fab8bbf - Browse repository at this point
Copy the full SHA fab8bbfView commit details -
Configuration menu - View commit details
-
Copy full SHA for 19ca6d9 - Browse repository at this point
Copy the full SHA 19ca6d9View commit details -
Configuration menu - View commit details
-
Copy full SHA for b150f2b - Browse repository at this point
Copy the full SHA b150f2bView commit details -
Configuration menu - View commit details
-
Copy full SHA for f0b2631 - Browse repository at this point
Copy the full SHA f0b2631View commit details -
remove the dependence of matplotlib in dataset of uci_housing
remove the dependence of matplotlib in dataset of uci_housing
Configuration menu - View commit details
-
Copy full SHA for 24ec517 - Browse repository at this point
Copy the full SHA 24ec517View commit details -
fix dimensions error for mobilenetv1_KL_quant (#26776)
* fix dimensions error for mobilenetv1_KL_quant fixes AssertionError: The size of weight scales vector (1000) does not match the number of output channels (1024) in the weights tensor fc7_weights. add mul test * remove comment * add third case unit test
Configuration menu - View commit details
-
Copy full SHA for eb65877 - Browse repository at this point
Copy the full SHA eb65877View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6321254 - Browse repository at this point
Copy the full SHA 6321254View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3a02424 - Browse repository at this point
Copy the full SHA 3a02424View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9b7692b - Browse repository at this point
Copy the full SHA 9b7692bView commit details -
udpate the dtype check for the argmin, argmax
fix the bug for dtype check for the argmin/argmax
Configuration menu - View commit details
-
Copy full SHA for 39d5bb6 - Browse repository at this point
Copy the full SHA 39d5bb6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5af81f8 - Browse repository at this point
Copy the full SHA 5af81f8View commit details -
【paddle.fleet】add auto parallel L1 implementations (#27090)
* add auto parallel L1 implementation test=develop
Configuration menu - View commit details
-
Copy full SHA for 0443b48 - Browse repository at this point
Copy the full SHA 0443b48View commit details -
Change jit.save/load configs to config & update code examples (#27056)
* change configs to config & update examples * fix deprecate decorator conflict
Configuration menu - View commit details
-
Copy full SHA for c1a8868 - Browse repository at this point
Copy the full SHA c1a8868View commit details -
Configuration menu - View commit details
-
Copy full SHA for aca450f - Browse repository at this point
Copy the full SHA aca450fView commit details -
add failed unittests retry on win system (#26823)
* add failed unittests retry on win system * modified the value of retry times
Configuration menu - View commit details
-
Copy full SHA for 92bf0d4 - Browse repository at this point
Copy the full SHA 92bf0d4View commit details -
add failed unittests retry on mac system (#26813)
* add retry on mac * fix some error * fix with some errors
Configuration menu - View commit details
-
Copy full SHA for 9fd5eae - Browse repository at this point
Copy the full SHA 9fd5eaeView commit details