* disable ut quickly
* fix some error
* fix some error
* install urllib2 package
* use requests package instead of urllib2
* fix error caused by windows regular parameter
* fix error on windows
* fix some error
* fix with format error
* show disable ut in log
* fix some error
* fix some error
* add the handling of error in executing get_quickly_disable_ut
* support elementwise add, activation, matmul on Baidu Kunlun
* test=kunlun
* minor
* test=kunlun
* reconstuct the xpu directory
* test=kunlun
* minor
* test=kunlun
* minor
* test=kunlun
* minor
* test=kunlun
* minor
* test=kunlun
* minor
* test=kunlun
* resolve the issue of curl having same exit code with paddle build failed
* modifed the value of exit code
* simplify the code
Co-authored-by: chalsliu <45041955+chalsliu@users.noreply.github.com>
* 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>
* test=develop,test=document_fix, remove the out args
* Revert "test=develop,test=document_fix, remove the out args"
This reverts commit f430799bc82ee327d14a04c3bb1ea712d39d1cef.
* test=develop,test=document_fix, remove the out args
* remove all the out args
* remove all the out args
* test=develop, remove all the out args
* test=develop, remove all the out args
* test=develop, remove out args in matmul testcase
* test=develop, fix the bugs of out args testcase in logsumexp
* test=develop, fix the bugs of out args testcase in elementwise_add
* test=develop, fix the bugs of out args testcase in elementwise_div
* test=develop, fix the bugs of out args testcase in activation
* test=develop, fix the bugs of out args testcase in addcmul
* test=develop, fix the bugs of out args
* test=develop, fix the bugs of out args in API example
* test=develop, fix the bugs of out args in kron testcase
* test=develop, fix the bugs of out args in kron testcase
* test=develop, remove out args
* test=develop, remove out args
* test=develop, fix the coverage
* test=develop, polish codestyle
* test=develop, Update math.py
* test=develop, polish codestyle
* test=develop, polish codestyle
* test=develop, polish codestyle
* test=develop, polish codestyle
* test=develop, polish the test_activation_op.py
* test=develop, Update math.py
* test=develop, fix the failed CI
* test=develop, add core.ops
* test=develop, add core.ops change clamp to clip
* test=develop, add core.ops change clamp to clip
* test=develop, write testcase for clamp OP
* Refine Model
1. Take the network (instance of Layer) as the input of Model.
2. Refine set_dict/load_dict of Layer.
3. Refine Input interface, so update code sample about Input
* add ci check for changing op-related api without core.ops, test=develop
* generate api_source_md5 file when build, test=develop
* add failed example, test=develop
* add failed example, test=develop
* handle exception, test=develop
* add add checker for seting parameter RUNTYPE to EXCLUSIVE or DIST. test=develop
* add checker for seting parameter RUNTYPE to EXCLUSIVE or DIST. test=develop
* add check for setting TIMEOUT properties, test=develop
* add check for setting TIMEOUT properties, or setting parameter RUN_TYPE to EXCLUSIVE or DIST,test=document_fix test=develop
* add check for setting TIMEOUT properties, or setting parameter RUN_TYPE to EXCLUSIVE or DIST,test=document_fix test=develop
* modify the github wiki link,test=document_fix test=develop
* Add hapi.text and corresponding unit test.
test=develop
* Remove hapi.text apis' reuse parameter args for coverage.
test=develop
* Fix TransformerCell and TransformerBeamSearchDecoder example codes.
test=develop
* Fix example codes in hapi.text.
test=develop
* Add some apis in hapi.text into example code white list.
test=develop
* Fix example code of DynamicDecode in hapi.text.
text=develop
* Rename Model.self as model in test_text.py
test=develop
* Merge hapi into Paddle
Hapi is a high level API for training and inference.
The main modules include Model, Loss, Metrics, Dataset.
Also includes common modules and models in NLP and computer vision, such as BERT, ResNet.
These modules are developed by:
0YuanZhang0, guoshengCS heavengate, LielinJiang, qingqing01, xyzhou-puck huangjun12, wangxiao1021, zhangyang.
* add new macro BOOST_GET_SAFELY & unittests, test=develop
* add different macro type, test=develop
* fix get macro type in executor, test=develop
* four macro part change backup
* using one macro for all case, test=develop
* revert attribute change, test=develop
* change to three func to solve gcc4.8 bug, test=develop
* polish some details, test=develop
* Optimize the error messages of paddle CUDA API, test=develop
* fix the error messages of paddle CUDA API, test=develop
* Refactoring PADDLE_ENFORCE_CUDA_SUCCESS, and apply to curand/cudnn/cublas/NCCL,test=develop
* remove build_ex_string,test=develop
* merge conflict,test=develop
* add dygraph parallel env doc, test=develop
* polish details, test=develop, test=document_fix
* fix examples error in other apis, test=develop
* fix more example error in other api, test=develop
* add white list for gpu examples, test=develop, test=document_fix
* add ci approvals for dygraph optest, test=develop
* Add error message, test=develop, test=document_fix
* Increase the number of approves of CI check for dygraph optest, test=develop, test=document_fix
* add ci approvals for dygraph optest, test=develop
* polish code style, test=develop, test=document_fix
* remove ci-check trigger example, test=develop, test=document_fix