sneaxiy
8b9d33fa1e
add unittest and fix bug
...
add API.spec
test=develop
6 years ago
Wu Yi
f95ee9c09f
fix nccl dist test acc ( #14867 )
...
* fix nccl dist test acc test=develop
* fix test=develop
6 years ago
Yancey1989
106e285236
add unittest for parllelgraph mode test=develop
6 years ago
heqiaozhi
5d3ecbfdf5
fix hdfs bug
6 years ago
JiabinYang
c2e851f7b2
test=develop, remove sparse bias and add prefetch and related tests
6 years ago
heqiaozhi
2c1e986f22
barrier_all to barrier_worker
6 years ago
Tao Luo
66b6e473d0
Merge pull request #14732 from Sand3r-/mgallus/mkldnn-concat
...
[MKL-DNN] Concat Layer
6 years ago
heqiaozhi
009c7cf6cc
add finialize
6 years ago
heqiaozhi
faffc25c19
fix hadoop home bug & refine setup.py
6 years ago
sneaxiy
ca84c2ca8f
merge develop
...
test=develop
6 years ago
sneaxiy
e240ba2918
implement backward
...
test=develop
6 years ago
Yu Yang
8175983ef9
Merge pull request #14814 from reyoung/feature/gprof
...
Add gperftools supports for PE
6 years ago
heqiaozhi
1500c8e621
is instance is None
6 years ago
heqiaozhi
10ed9e0a6e
download & run & instance
6 years ago
heqiaozhi
57ac412b98
download data
6 years ago
Xin Pan
45fb357b60
Merge pull request #14456 from tink2123/fix_weightaverage
...
fix the wrong format
6 years ago
heqiaozhi
729684007d
stop server out of run from file
6 years ago
dengkaipeng
a81fabd327
fix doc errors. test=develop
6 years ago
dengkaipeng
266c6856c9
add adaptive pool 2d & 3d. test=develop
6 years ago
Qiao Longfei
1213e2838f
Merge pull request #14820 from jacquesqiao/fix-split-selected-rows
...
split selected rows op should always init output selected rows
6 years ago
JiabinYang
c35fdf1581
Merge branch 'add_prefetch_in_nce' of https://github.com/seiriosPlus/Paddle into feature/add_prefech_hs
6 years ago
heqiaozhi
60d71a9e29
skip op py file
6 years ago
sneaxiy
7923042365
merge develop
...
test=develop
6 years ago
Qiao Longfei
0a7c7e97af
test zero output of split_selected_rows_op
...
test=develop
6 years ago
heqiaozhi
016a068775
stop server
6 years ago
sneaxiy
8760d23c7d
featue/py_func
6 years ago
dzhwinter
00776b167a
fix memory opt skip set by name ( #14774 )
...
* random failed. rerun ci. test=develop
* windows failed. rerun ci. test=develop
6 years ago
zhang wenhui
c4c5f0b8ca
Merge pull request #14771 from frankwhzhang/bpr
...
add bpr_loss operator
6 years ago
Xin Pan
ed9cdb56f3
Merge pull request #14823 from panyx0718/fix
...
fix control_flow ops in outs
6 years ago
Yu Yang
b22d638d8f
Speed up SizeOfType
...
test=develop
6 years ago
Xin Pan
4a716a70c6
Merge pull request #14811 from panyx0718/revert-14782-revert-14398-imperative
...
Imperative
6 years ago
Wu Yi
554bcdbdfc
add more log for dist test for ci test=develop ( #14813 )
...
* add more log for dist test for ci test=develop
* increase deadline test=develop
6 years ago
Xin Pan
f5434507f0
fix control_flow ops in outs
...
test=develop
6 years ago
frankwhzhang
90c7f9870e
fix 'name', test=develop
6 years ago
Qiyang Min
b4b84d7450
Merge pull request #14781 from velconia/fix_numpy_bug
...
Fix numpy bug on Ubuntu16 and Ubuntu18 which will cause segmentfault
6 years ago
frankwhzhang
c9a653820b
fix label_pos ,add test_layers.py, test=develop
6 years ago
heqiaozhi
86e1044ab9
refine interface & add ps_instance
6 years ago
heqiaozhi
6bc0efb489
refine interface
6 years ago
Xin Pan
f6dc09e98b
void hurting declarative performance
...
test=develop
6 years ago
frankwhzhang
68c2025844
fix nn.py&API.spec, test=develop
6 years ago
Xin Pan
748549b2e3
Revert "Merge pull request #14798 from PaddlePaddle/revert-14786-revert-14782-revert-14398-imperative"
...
This reverts commit b1d3a1c8b4
, reversing
changes made to f1fb64b17f
.
6 years ago
sneaxiy
2c6159a151
fix unittest
...
fix cmake
test=develop
6 years ago
Xin Pan
c049fa7cf7
Revert "Revert "Revert "Imperative"""
6 years ago
gongweibao
f1fb64b17f
Add reduce sparse tensor feature. ( #14757 )
6 years ago
sneaxiy
eb8252466b
polish code
...
add unittest model containing while_op
remove unnecessary codes
test=develop
6 years ago
chengduo
c80c693a0f
Enable test_gradient_clip in mac ( #14765 )
...
* enable test_gradient_clip in mac
test=develop
* refine test_gradient_clip
test=develop
6 years ago
chengduo
9fa87b23d9
Fix io doc ( #14751 )
...
* fix io doc
test=develop
* refine data_feeder doc
test=develop
6 years ago
minqiyang
ab084b6e6c
Polish code
...
test=develop
6 years ago
frankwhzhang
a3381dc740
update question for api ,test=develop
6 years ago
frankwhzhang
f4cc5881b0
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into bpr
6 years ago
frankwhzhang
97de98cd0a
update bpr_loss op code, test=develop
6 years ago
Xin Pan
6c80bb3ce9
Merge pull request #14786 from PaddlePaddle/revert-14782-revert-14398-imperative
...
Revert "Revert "Imperative""
6 years ago
heqiaozhi
575ae7c6c3
refine pslib inferface & fix some bugs
6 years ago
Tao Luo
54fcafb5f6
Merge pull request #14707 from yihuaxu/develop_4f71a6ee2_conv3d_mkldnn_opt
...
Implement conv3d with mkldnn library
6 years ago
tangwei12
b653ed0516
add prefetch and remvoe selectedrows of bias
6 years ago
Xin Pan
2538ef64f1
Revert "Revert "Imperative""
6 years ago
Wu Yi
aebc175cd4
add nccl2 dist tests ( #14755 )
...
* add nccl2 dist tests test=develop
* fix dist_base test=develop
* fix tests test=develop
* fix test on mac test=develop
6 years ago
Xin Pan
6217f42ab7
Revert "Imperative"
6 years ago
minqiyang
42d1b3f786
Fix numpy bug on Ubuntu16 and Ubuntu18 which will cause segmentfault
...
test=develop
6 years ago
frankwhzhang
b51df39874
update , test=develop
6 years ago
Xin Pan
b52f5d2870
Merge pull request #14398 from panyx0718/imperative
...
Imperative
6 years ago
frankwhzhang
272f3d3111
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into bpr
6 years ago
tangwei12
4cb0100c8e
add prefetch in nce
6 years ago
frankwhzhang
570d89ec84
add bpr_loss operator , test=develop
6 years ago
qingqing01
549f165b59
Speed conv_fusion_op for identity activation. ( #14744 )
...
* Refine conv_fusion_op for identity activation.
* Fix unit testing.
test=develop
6 years ago
Xin Pan
0492158da5
polish
...
test=develop
6 years ago
Yihua Xu
65dbc7cca4
Merge branch 'develop' into develop_4f71a6ee2_conv3d_mkldnn_opt
6 years ago
Xin Pan
b4db31bad0
fix test
...
test=develop
6 years ago
Wu Yi
e2011f1353
test dist ut fixes test=develop ( #14706 )
...
* test dist ut fixes test=develop
* fix cmake
* for test
6 years ago
chengduo
04539d4c5d
Fix clip.py ( #14718 )
...
* expose square
test=develop
* fix activation
test=develop
* Add square API
test=develop
* add necessary op
* code refine
* fix API.spec
test=develop
* fix unit test
test=develop
* add unit test sparse_grad_clip
test=develop
* fix API.spec
test=develop
* remove mac test for test_gradient_clip
test=develop
* remove selectedrows_mul_tensor
test=develop
6 years ago
dongdaxiang
06213b7981
add hadoop helper function for distributed training
6 years ago
sneaxiy
d0c8b9b9b3
remove timeout unittest
...
test=develop
6 years ago
Michal Gallus
87eb8b0e28
Set cpu only for MKL-DNN concat UTs
...
test=develop
6 years ago
dongdaxiang
49130f9b8f
refine downpour sgd API and adapt to pslib proto desc
6 years ago
Michal Gallus
f2a880421e
Fix style @ concat integration and tests
...
test=develop
6 years ago
Michal Gallus
208f912512
Implement MKL-DNN Concat
...
test=develop
6 years ago
Wu Yi
29d9fb53fc
[Feature] multi process multi gpu dist training, boost v100 performance by 20% ( #14661 )
...
* wip multi process multi gpu dist training
* workable for p2p
* update test=develop
* change back env name test=develop
* fix alloc init
* fix cpu build test=devlop
* fix mac tests test=develop
* refine code
* refine test=develop
6 years ago
sneaxiy
e694d0c2e4
fix while_op eager deletion bug
...
add unittest
test=develop
6 years ago
Wu Yi
6e67d0fb78
layer fixes ( #14591 )
...
* layer fixes test=develop
* follow update test=develop
6 years ago
Tink_Y
6d04a9cf47
fix api format and example ( #14686 )
...
* fix api format and examples
test=develop
* Update executor.py
test=develop
* Update nn.py
* Update nn.py
test=develop
* Update nn.py
test=develop
6 years ago
Kaipeng Deng
934f13a70a
Merge pull request #14371 from heavengate/yolo_loss
...
Add YOLOv3 loss operator for YOLOv3 model
6 years ago
Yihua Xu
ac803fed18
Fix the compile issue for cuda device (test=develop)
6 years ago
sneaxiy
64ad051b9a
merge develop
...
test=develop
6 years ago
sneaxiy
c47c451a00
fix bug
6 years ago
guru4elephant
0a3d8a2945
Merge pull request #1 from guru4elephant/for_pslib
...
For pslib
6 years ago
dongdaxiang
ee4c51a372
refine downpour sgd API with pslib
6 years ago
heqiaozhi
a77fa67bbd
async_thread_trainer & libmct & pslib.cmake
6 years ago
Xin Pan
7464bd29e8
polish
...
test=develop
6 years ago
Xin Pan
7e0801d4ed
Merge pull request #14441 from baojun-nervana/intel/ngraph_op
...
Implementing ngraph engine
6 years ago
Xin Pan
b80fe8264a
polish
...
test=develop
6 years ago
jerrywgz
96dc3d8326
Merge pull request #14511 from jerrywgz/ignore_index_for_sigmoid_cross_entropy
...
add ignore index for sigmoid cross entropy with logits op, test=develop
6 years ago
Yihua Xu
669191c9cc
Implement conv3d with mkldnn library (test=develop)
6 years ago
Hongyu Liu
4f71a6ee2c
Merge pull request #14622 from PaddlePaddle/add_cudnn_lstm
...
Add cudnn lstm
6 years ago
Yu Yang
566a325939
Merge pull request #14676 from reyoung/feature/stable_decorator_test
...
Stablize decorator test
6 years ago
dongdaxiang
c583fd34ac
add downpour sgd wrapper for pslib
6 years ago
Xin Pan
e5d64fd4d1
initial imperative
...
test=develop
6 years ago
Xin Pan
4d0df1fea7
add fields for autograd
...
test=develop
6 years ago
Xin Pan
8138391631
add OpBase and unify with VarBase
...
test=develop
6 years ago
Xin Pan
f6f0692451
clean up
...
test=develop
6 years ago
Xin Pan
aeb74af54c
allow operator to run imperatively
6 years ago
Xin Pan
b1f6fda5e5
run forward
6 years ago
Xin Pan
a6d23083f0
some tracing
...
test=develop
6 years ago
Xin Pan
dac92e560c
initial commit
6 years ago
phlrain
1d63b06bd7
add grad test unit; test=develop
6 years ago
phlrain
24fa1f4b8c
fix test uni; test=develop
6 years ago
phlrain
0b8a377d9c
fix cpu test; test=develop
6 years ago
phlrain
b65722d3cf
fix uni test; test=develop
6 years ago
dongdaxiang
0e4709dadd
add mpi4py helper
6 years ago
phlrain
2770ea1a73
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into add_cudnn_lstm
6 years ago
phlrain
a6aa782ee5
add unitest
6 years ago
jerrywgz
126e18c1e8
test=develop
6 years ago
chengduozh
1013d6d05d
Merge branch 'add_cudnn_lstm' of https://github.com/PaddlePaddle/Paddle into add_cudnn_lstm
6 years ago
jerrywgz
3df0538940
replace -100 to kIgnoreIndex
6 years ago
Wang Guibao
41e19eb431
AsyncExecutor ( #14627 )
...
* AsyncExecutor: C++ side
* Google naming conventions
* Rename MultiExecutor to AsyncExecutor
* pybind with async_executor
* Naming convention
* remove some flags and unused code
* add refactored file of async_executor and data_feed
* clear async executor interface and add data feed factory
* split async executor into executor_thread_worker and async_executor, refactor pybind, add datafeed and corresponding proto
* Fix async_executor interfaces: 1) Remove all protobufs; 2) Stop after each epoch
* refine async_executor_refactor.cc
* add some files about datafeed
* Revert "add some files about datafeed"
This reverts commit 8ee8133ab841196925a2812b76f18d2812a6701d.
* Interface rework
* add MultiSlotDataFeed
* Creating DataFeedDesc from .proto file, then manipulate it (add/del fields etc) from python side
* update data_feed for add MultiSlotDataFeed
* update datafeed and async_executor to run bow_net demo
* fix bug that finish_set_filelist failed in multithread
* delete finish_binding_memory_(flag), because it can not be marked under the current interface
* Fix bug
* update async_executor.py for support set_use_slots
* update async_executor.py for support set_use_slots and set set_dense_slots
* fix bug that when the number of files is less than the number of threads, it will fetch nan
* remove redundant code, and make executor exit when set a illegal queue size
* add batch_size check
* add MultiSlotDesc
* Revert "add MultiSlotDesc"
This reverts commit 2e72ebfad364ed6b5dcc75f38ffb2a1fdec83d8e.
* add some checkpoint in DataFeedDesc
* add CheckFile function in MultiSlotDataFeed
* update something error info
* fix deaded lock bug
* Fix fetch variable
* Merge error
* fix code style in async_executor
* using one lock blocking queue replace two lock blocking queue because of some bugs
* update code style
* add utest for data_feed
* Fix fetch var
* update utest for data_feed for multithread
* update SetFileList info
* fix bug in utest of data_feed
* Add comments for python
* Add comments for python code
* Fix pybind.cc with new pybind11 version
* add note for DataFeedDesc's set_use_slots function
* Add save_model
* update data_feed_test for multi-type
* add comment for executor_thread_worker
* Remove unused code
* update data_feed_test for generate test data file
* removed unnecessary interfaces and add comments
* c++ style check
* update data_feed.cc
* AsyncExecutor: C++ side
Google naming conventions
Rename MultiExecutor to AsyncExecutor
pybind with async_executor
Naming convention
remove some flags and unused code
add refactored file of async_executor and data_feed
clear async executor interface and add data feed factory
split async executor into executor_thread_worker and async_executor, refactor pybind, add datafeed and corresponding proto
Fix async_executor interfaces: 1) Remove all protobufs; 2) Stop after each epoch
refine async_executor_refactor.cc
add some files about datafeed
Revert "add some files about datafeed"
This reverts commit 8ee8133ab841196925a2812b76f18d2812a6701d.
add MultiSlotDataFeed
Interface rework
Creating DataFeedDesc from .proto file, then manipulate it (add/del fields etc) from python side
update datafeed and async_executor to run bow_net demo
update async_executor.py for support set_use_slots
Fix bug
update async_executor.py for support set_use_slots and set set_dense_slots
fix bug that when the number of files is less than the number of threads, it will fetch nan
remove redundant code, and make executor exit when set a illegal queue size
add MultiSlotDesc
Revert "add MultiSlotDesc"
This reverts commit 2e72ebfad364ed6b5dcc75f38ffb2a1fdec83d8e.
add some checkpoint in DataFeedDesc
Fix fetch variable
fix code style in async_executor
Fix fetch var
add utest for data_feed
Add comments for python
update utest for data_feed for multithread
fix bug in utest of data_feed
Add comments for python code
Fix pybind.cc with new pybind11 version
add note for DataFeedDesc's set_use_slots function
update data_feed_test for multi-type
Add save_model
update data_feed_test for generate test data file
removed unnecessary interfaces and add comments
add comment for executor_thread_worker
Remove unused code
update data_feed.cc
c++ style check
* commit for code style
* commit for code style
* commit for code style
* commit for code style
* Comment away __init__ in async_executor.py
* clang-format fix test=develop
* use PADDLE_THROW instead of exit(-1); use unique_ptr to manage scope var in data_feed_test.cc
* commit for update code style
* commit for update code style
* Add async_executor demo; Remove some methods
test=develop
* commit for update code style
* commit for update code style
* commit for update code style
* update API.spec
* AsyncExecutor
test=develop
* AsyncExecutor
test=develop
* AsyncExecutor
test=develop
* AsyncExecutor
test=develop
* Fix API.spec
test=develop
* Fix API.spec
test=develop
* Fix windows build error
test=develop
* FIx windows build error
test=develop
* FIx windows build error
test=develop
* FIx windows build error
test=develop
* Fix Windows Build
test=develop
* Fix Windows Build
test=develop
* Fix Windows Build
test=develop
* Fix code style
test=develop
* Fix code style
test=develop
* update datafeed
* Fix code style
test=develop
* update data_feed_test for test Tensor test=develop
* Fix code style
test=develop
* Fix windows build failure
test=develop
* Fix code style and windows build failure
test=develop
* Fix PYTHON3.5 build failure
test=develop
* AsyncExecutor API
test=develop
6 years ago
whs
78738d6c86
Fix comments of ctc_greedy_decoder. ( #14679 )
...
test=develop
6 years ago
whs
1b9753d109
Make pad2d support for variable paddings. ( #14667 )
...
* Make pad2d support for variable paddings.
test=develop
* Rename get_paddings and add inline modifier.
test=develop
* Fix comments.
6 years ago
Yu Yang
86ae32fbd8
Stablize decorator test
...
test=develop
6 years ago
gongweibao
5d334ff0f1
Add examples to some functions. ( #14645 )
6 years ago
phlrain
6ce4250172
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into add_cudnn_lstm
6 years ago
Qiao Longfei
44debca844
Merge pull request #14589 from jacquesqiao/refactor-prefetch
...
Refactor prefetch
6 years ago
Qiao Longfei
839193fd1f
fix unit test test=develop
6 years ago
phlrain
cf1fe61004
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into add_cudnn_lstm
6 years ago
phlrain
d1a17cadd4
fix cudnn rnn; test=develop
6 years ago
Qiao Longfei
9450048acb
add PADDLE_ENABLE_REMOTE_PREFETCH to enable remote prefetch
...
test=develop
6 years ago
Tao Luo
20120d9c97
Merge pull request #14608 from jczaja/prv-conv2d-transpose-mkldnn
...
[MKL-DNN]conv2d transpose
6 years ago
qingqing01
731d45a39a
Enable BatchNorm to use global mean and variane during training ( #14630 )
...
* Enable BatchNorm to use global mean and variane during training
* Update doc and follow comments.
6 years ago
Qiyang Min
400cf19f14
Merge pull request #14657 from velconia/disable_ut_in_mac_py35
...
Remove test_recognize_digits_mlp from Mac
6 years ago
Qiyang Min
25c2cdaf7e
Merge pull request #14647 from velconia/revert_vlog
...
Fix data download of wmt16
6 years ago
Qiao Longfei
75eba6108d
Add scope doc ( #14582 )
...
* add doc for scope
* update doc for force_init_on_cpu
test=develop
* follow comment test=develop
* update format test=develop
6 years ago
minqiyang
6720d343ce
Remove test_recognize_digits_mlp from Mac
...
test=develop
6 years ago
Qiao Longfei
3a3cfc2d8d
prefetch support gpu
...
test=develop
6 years ago
Sang Ik Lee
24e70920db
Refactor some build settings.
...
test=develop
6 years ago
chengduo
6776e92846
refine tensor_array_write_read ( #14643 )
...
test=develop
6 years ago
minqiyang
a24db02f4a
Fix data download of wmt14
...
test=develop
6 years ago
Qiao Longfei
8ebde595c9
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into refactor-prefetch
...
test=develop
6 years ago
Yu Yang
4ffc376497
Merge pull request #14635 from reyoung/feature/loose_atol
...
Loose atol in test_pe_test_wwhile_train
6 years ago
Qiao Longfei
c8b0241da2
fix code style test=develop
6 years ago
Qiao Longfei
145c535750
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into refactor-prefetch
...
test=develop
6 years ago
Qiao Longfei
b2c9efef2b
add more unit test for lookup_remote_table
...
test=develop
6 years ago
Jiabin Yang
12e1719f96
Merge pull request #14352 from JiabinYang/enhance_hierachical_sigmod_op
...
Enhance hierarchical sigmoid op
6 years ago
Yu Yang
d40881cb82
Loose atol in test_pe_test_wwhile_train
...
test=develop
6 years ago
Qiao Longfei
40f68b1349
unit test ready
6 years ago
Tao Luo
fb268221dc
Merge pull request #14631 from guomingz/develop
...
Fix the invalid list operation on save_inference_model function.
6 years ago
Qiao Longfei
35b79ab865
Merge pull request #13983 from jacquesqiao/add-ctr-reader
...
Add ctr reader
6 years ago
Zhang, Guoming
a6b24416e4
Fix the invalid list operation on save_inference_model function.
...
test=develop
6 years ago
Clementine
6c71c1f8f9
Add activation gelu ( #14569 )
6 years ago
Jacek Czaja
1540df51cf
- Fix to test_conv2d_transpose_mkldnn for GPU
...
test=develop
6 years ago
JiabinYang
a08dc83eb0
remove arg 'non_leaf_num', test=develop
6 years ago
Qiao Longfei
953c79caec
use dist_ctr to test remote_prefetch
6 years ago
Qiao Longfei
18fd2d01b7
update embedding api
6 years ago
JiabinYang
c469334cfb
polish python code and comment, test=develop
6 years ago
JiabinYang
87648f8edf
merge develop, test=develop
6 years ago
wopeizl
db9284ecde
Merge pull request #14617 from wopeizl/windows/online
...
Windows/online
6 years ago
JiabinYang
c3c3c0b33c
polish code, test=develop
6 years ago
gongweibao
867c312bc4
Fix allreduce dependency order. ( #14586 )
6 years ago
phlrain
487ee36aec
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into add_cudnn_lstm
6 years ago
phlrain
084ff6574d
add cudnn lstm; test=develop
6 years ago
tangwei12
56a4912b76
Make NCE_OP more efficient and support SelectedRows ( #14469 )
...
* Fix truncated normal.
* Fix.
* Make nce support more distribution.
* Fix API.spec.
* Fix python API.
* Fix.
test=develop
* Fix API.spec
test=develop
* Fix sampler.
* Fix order of arguments in python API.
test=develop
* NCE add selectedrows support
* NCE update weighted sampling
* fix bugs in nce_op, and assign_value_op optimized
* fix bugs in nce_op, revert assign_value_op
* nce_op optimize
* nce_op optimize
* nce_op optimize
* add selectedRows test later
test=develop
* add selectedRows supported
* add selectedRows supported
test=develop
* add selectedRows supported
* add nce selectedRows supported, test=develop
* add nce selectedRows supported
* add nce selectedRows supported, test=develop
* fix height in nce, test=develop
* add ut
* add ut, test=develop
* make AutoGrownIndex inline
test=develop
* fix tinny error, test=develop
6 years ago
liuhongyu
1ffe41d722
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into add_cudnn_lstm
6 years ago
Qiao Longfei
9589babe12
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into refactor-prefetch
...
test=develop
6 years ago
liuhongyu
05917c3c79
add cudnn lstm; test=develop
6 years ago
Xin Pan
b65130623a
Merge pull request #14549 from wzzju/add-code-exp
...
add some activation api examples.
6 years ago
peizhilin
6a85dd3278
Merge remote-tracking branch 'upstream/develop' into windows/build
...
test=develop
6 years ago
peizhilin
38715e6fd0
minor fix
6 years ago
JiabinYang
7e4bd695e6
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into enhance_hierachical_sigmod_op
6 years ago
Qiao Longfei
fe54adf70c
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into add-ctr-reader
6 years ago
JiabinYang
b10df8bcfa
refine code and add none bias ut, test=develop
6 years ago
Kaipeng Deng
251a1bb0f4
Merge pull request #14588 from heavengate/revert_interpolate
...
fix interpolate_op incompatible. test=develop
6 years ago
Qiao Longfei
668ae9083e
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into add-ctr-reader
6 years ago
Wu Yi
6861fb66a1
disable dist_se_resnext test for later fixes test=develop ( #14605 )
6 years ago
Qiao Longfei
87e4edd2ea
fix grad_varname in remote prefetch
6 years ago
Qiao Longfei
d98c59fd2c
support none sliced variable
6 years ago
dengkaipeng
ae84b9f0a4
set unittest serial. test=develop
6 years ago
dengkaipeng
78f563917c
revert interpolate_op to bilinear_interp_op & nearest_interp_op. test=develop
6 years ago
Jacek Czaja
06d8777ec2
Coding style fixes
...
test=develop
6 years ago
Jacek Czaja
fb24690a58
- conv2d transpose MKL-DNN
...
test=develop
- Added new header for MKLDNN reuse functionality
- Extended conv2d_transpose GetExpectedKernelType for MKL-DNN supporrt
- Buildable conv transpose mkldnn and conv mkldnn using conv template
- Conv2d transpose roughlt implemented and buildable
- Added modifications conv2d transpose MKLDNN unit tests
- Fix to UT of conv2d transpose mkldnn op
- Wrong type of MKLDNN primitive was chosen for conv2d transpose
- HAcks for conv2d transpose
- UT enalbed
- Replaced copying loop with memcpy
- Draft of passing lambda into AcquireMemory
- Made reorder (IOHW->OIHW) to be called only once
6 years ago
Qiao Longfei
af2f5fc824
fix some bugs
6 years ago
JiabinYang
2f6b529aff
refine code and comments, test=develop
6 years ago
Qiao Longfei
5d5e0656b2
clean code
6 years ago
ZhenWang
f6f31c3b65
test=develop
6 years ago
ZhenWang
7b9d9d7089
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into add-code-exp
6 years ago
ZhenWang
9aa65bb166
add tab format.
6 years ago
peizhilin
30849d1f20
Merge remote-tracking branch 'upstream/develop' into windows/build
6 years ago
qingqing01
6224e61fd9
Transpose-Flatten-Concat fusion operator. ( #14568 )
...
* Transpose-Flatten-Concat fusion operator.
* Add unit testing and fix bug.
6 years ago
Jiabin Yang
13bc7619f5
Merge pull request #14552 from JiabinYang/fix_mac/fix_pinned_memory
...
fix Mac unittest error on reading pined memory flag
6 years ago
tangwei12
3639d99f99
Fix save and load lookup table/optimizer vars ( #14301 )
...
* fix mkdir conflict
* fix load/save lookup tables
test=develop
* add lookup_table_utils
* fix load optimize vars on pserver
* delete lookup table utils
* fix save and load lookup tables
* fix load optimizer var
* fix load optimizer var, test=develop
* fix python 3 style, test=develop
* move lookup_table_utils to contrib utils
6 years ago
peizhilin
36cd18b549
Merge remote-tracking branch 'upstream/develop' into windows/build
6 years ago
jerrywgz
2fc32b17a2
Merge pull request #14503 from jerrywgz/api_doc
...
refine prelu api doc
6 years ago
Zeng Jinle
cf5be6ab7a
Merge pull request #14561 from sneaxiy/fix_increment_op_doc
...
Fix increment_op doc
6 years ago
JiabinYang
83444de41c
polish init.py, test=develop
6 years ago
JiabinYang
02d68051db
add sparsed bias grad, test=develop
6 years ago
Qiao Longfei
2b6c0c09d6
add unit test
6 years ago
Qiao Longfei
cc6ef41dc3
update dist transpiler
6 years ago
qingqing01
c52f65e071
Fix the random fail in test_image_classification.py ( #14551 )
...
test=develop
6 years ago
gongweibao
c1bf9664cd
Add options to disable SO_REUSEPORT of grpc. ( #14269 )
6 years ago
Qiyang Min
9dad45c545
Merge pull request #14560 from velconia/fix_nms_op_ut_in_py36
...
Fix multiclass_nms_op unit test fail in python3.6
6 years ago
ZhenWang
5e0bc13008
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into add-code-exp
6 years ago
qingqing01
64ca3d176c
Add bias_attr in sequence_conv_pool API. ( #14553 )
6 years ago
minqiyang
3d0f6df313
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into fix_nms_op_ut_in_py36
...
test=develop
6 years ago
minqiyang
5431d5c471
Polish code
...
test=develop
6 years ago
sneaxiy
5ca56cad1f
test=develop
6 years ago
minqiyang
c35bf3d34b
Fix multiclass_nms_op unit test fail in python3.6
...
test=develop
6 years ago
Jiabin Yang
3fe2def1ca
Merge pull request #14540 from JiabinYang/fix_pool2d_doc
...
Fix pool2d doc and add pool2d test in test_layers
6 years ago
JiabinYang
e950ce7148
test for mac
6 years ago
qingqing01
36f08eef3b
CUDA kernel for density_prior_box_op. ( #14513 )
...
* CUDA kernel for density_prior_box_op.
* Support flatten to 2D.
6 years ago
JiabinYang
ff2a9786f3
test=develop
6 years ago
ZhenWang
43b9202d9b
test=develop
6 years ago
ZhenWang
1f0fa67571
add some activation api examples.
6 years ago
chengduo
00b9e9a135
Refine cublas to support CUBLAS_TENSOR_OP_MATH ( #13929 )
...
* refine cublase
test=develop
* code refine
* refine cublas
* add GEMME_EX
* add enable_cublas_tensor_op_math doc and add cublasCall
test=develop
* fix CublasCall for cuda version
test=develop
* fix error
test=develop
* fix GEMM_EX to be compatible with gcc 4.8
test=develop
* add GEMM_EX
test=develop
* to compatiable with gcc4.8
test=develop
6 years ago
peizhilin
dfbac60398
Merge remote-tracking branch 'upstream/develop' into windows/build
6 years ago
peizhilin
7c8c9dc9bf
fix unit test cases
6 years ago
JiabinYang
3c6102a367
test=develop
6 years ago
JiabinYang
510601b279
test=develop
6 years ago
tangwei12
dd6fd4c747
Utils for download and upload files with HDFS ( #14473 )
...
* add hdfs utils
* add hdfs utils
* test=develop
* update hdfs utils and add demo
* fix multi_download return local files
* test=develop
* add sync multi upload, test=develop
6 years ago
Dun
ae7d22862b
Group Norm ( #13843 )
...
Add group normalization operator.
6 years ago
Jiabin Yang
de2db11735
Merge pull request #14537 from reyoung/feature/fix_macos_ut
...
fix(Cpu): fix cpu compile and unittest
6 years ago
JiabinYang
982e489220
test=develop
6 years ago
wopeizl
d9a1f3e58e
Windows/online ( #14474 )
...
* add recordio support
* disable the openblas multi-thread on windows since no support
adjust the python script
* code style
* code style
test=develop
* add create_recordio_file_reader back
* fix code style
test=develop
* fix the gtest.cmake on windows
* fix cc_test on windows
* fix the win build
test=develop
* remove fused compile support on windows
test=develop
* add the jit support
test=develop
* add the jit support, test=develop
* add the jit support, test=develop
* add the jit back
fix compile error on windows
* rollback test=develop
* test case fix
* disable DSO by default on windows
* exclude warpctc_op on windows
* exclude the dynload_warpctc out on windows
test=develop
* fix the scripts error
test=develop
* disable avx on windows by default
test=develop
* re-organize the cmake file
* disable mkl on windows by default
* add warp_ctc back
* fix the dependency
* fix the dependency
* fix the build issue on windows
* remove unsupported flag on windows
* code style
* code style
test=develop
* fix issue
* add profiler, parallel_executor back
* clean up the pre-definitions on windows
* fix build issue
* test=develop
6 years ago
Yu Yang
533c5d5803
fix(Cpu): fix cpu compile and unittest
...
test=develop
6 years ago
Tao Luo
dc75cc9136
Merge pull request #14507 from heavengate/fix_interpolate_unittest
...
change interpolate unittest to serial
6 years ago
peizhilin
bef475c92b
Merge remote-tracking branch 'upstream/develop' into windows/build
6 years ago
Tao Luo
5d4d117edc
Merge pull request #14502 from qingqing01/cudnn5_fix
...
Fix compling with cuDNN v5
6 years ago
Jiabin Yang
f7b55de9e5
Merge branch 'develop' into enhance_hierachical_sigmod_op
6 years ago
JiabinYang
af9a3301da
test=develop
6 years ago
dengkaipeng
6c0e09cb1d
change interpolate unittest to serial. test=develop
6 years ago
Qiyang Min
b8f36bd074
Merge pull request #14519 from velconia/add_api_example
...
Add API example for logical ops and clip ops
6 years ago
jerrywgz
94de2290f4
fix format in api doc, test=develop
6 years ago
JiabinYang
014e50c284
test=develop
6 years ago
minqiyang
1b372d9b9d
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into change_requirements
...
test=develop
6 years ago
minqiyang
53760bb111
Change requirements to support python 3.7
...
test=develop
6 years ago
Dang Qingqing
cda60311f9
Fix compling with cuDNN v5
...
test=develop
6 years ago
minqiyang
175b847f6d
Add API example for logical ops and clip ops
...
test=develop
6 years ago
peizhilin
67562a6fcd
Merge remote-tracking branch 'upstream/develop' into windows/build
6 years ago
peizhilin
703b26e697
add profiler, parallel_executor back
6 years ago
tensor-tang
10fb4ceefc
Merge pull request #14351 from tpatejko/tpatejko/mkldnn-elementwise_mul
...
[MKLDNN][JIT][AVX512] Elementwise Mul
6 years ago
jerrywgz
13e254faed
refine code, test=develop
6 years ago
jerrywgz
79cec53111
add ignore index for sigmoid cross entropy with logits op, test=develop
6 years ago
Tao Luo
5cc7946313
Merge pull request #14499 from luotao1/disable_openblas_test
...
disable two openblas test temporary
6 years ago
jerrywgz
0e1b426c83
refine prelu api doc, test=develop
6 years ago
peizhilin
935387f3fc
code style
6 years ago
peizhilin
25adf970b2
Merge remote-tracking branch 'upstream/develop' into windows/build
6 years ago
peizhilin
301ed15323
remove unsupported flag on windows
6 years ago
Kaipeng Deng
f17b05d4a1
Merge pull request #14492 from heavengate/resize_nearest_example
...
Add python example for resize_nearest Api
6 years ago
Tao Luo
09ee266f8e
disable two openblas test temporary
...
test=develop
6 years ago
dengkaipeng
bb2b35c85e
Add python example for resize_nearest. test=develop
6 years ago
chengduo
a94a7355f0
Refine the GraphNum check ( #14144 )
...
* refine GraphCheck
test=develop
* fix ci fail
test=develop
6 years ago
peizhilin
3a72a634cf
Merge remote-tracking branch 'upstream/develop' into windows/build
6 years ago
tensor-tang
48be9dc3e1
Merge pull request #14489 from tensor-tang/api/example
...
add api example of brelu, leaky_relu and soft_relu
6 years ago
qingqing01
9eefd2c766
Modify some infer-shape about detection operators in compile-time. ( #14483 )
...
* Modify some infer-shape in compile-time.
6 years ago
tensor-tang
e3645c2708
add api example of brelu, leaky_relu and soft_relu
...
test=develop
6 years ago