minqiyang
29697c2e25
Add stop_gradient to VarBase to support loss function
...
test=develop
6 years ago
Jacek Czaja
d05094eec3
- Added transpose/transpose2 MKLDNN grad ops
...
test=develop
6 years ago
Xin Pan
2537ac512e
Merge pull request #14983 from typhoonzero/revert_14850
...
Revert "[Feature] Fp16 training for resnet50 (#14850 )"
6 years ago
chengduo
a015a8a39d
Refine merge_selected_rows Doc ( #14748 )
...
* add doc for MergeSelectedRows
test=develop
* checkout selected_rows
test=develop
6 years ago
typhoonzero
da87f7a698
Revert "[Feature] Fp16 training for resnet50 ( #14850 )"
...
This reverts commit 3d750f9c5a
.
6 years ago
peizhilin
b06ce129bc
some not so useful adjust
...
test=develop
6 years ago
Qiao Longfei
d76bda50c4
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into multithread-sparse-adam
...
test=develop
6 years ago
Yihua Xu
3babc80160
Fix the regression issue and add the group unitest for conv2d ( #14932 )
...
* Add test items for mkldnn conv2d
* Fix the regression issue and pass the unit test for conv2d and conv3d
test=develop
6 years ago
minqiyang
fba3712a7b
Add multi-input to forward function in Layer
6 years ago
chengduo
550e7e410b
Code Clean parallel_executor.py ( #14849 )
...
* refine parallel_executor
* remove uncessary code
test=develop
6 years ago
Wu Yi
3d750f9c5a
[Feature] Fp16 training for resnet50 ( #14850 )
...
* wip
* wip
* wip
* wip for test
* add fp16 tests test=develop
* fix cpu build test=develop
* fix test=develop
* fix py3 tests test=develop
* fix lr_scheduler dtype test=develop
* fix test=dvelop
* test fix ci compile test=develop
* fix build and merge test=develop
* fallback momentumop change to general test=develop
6 years ago
tangwei12
45dd3491db
lookup table utils fix ( #14730 )
...
* fix utils config, test=develop
* reweite tools in lookup table utils, test=develop
* merge develop, test=develop
* add copy in setup, test=develop
* update api spec, test=develop
* add doc, test=develop
* prettifying doc, test=develop
* Update API.spec
update api.spec, test=develop
* Update lookup_table_utils.py
test=develop
* Update lookup_table_utils.py
test=develop
* merge develop, test=develop
* merge develop, test=develop
* init fix, test=develop
* fix in downloads, test=develop
* fix in setup.in, test=develop
6 years ago
heqiaozhi
f18e8a7a5e
remove some comments & refine doc & put template class in .h
...
test=develop
6 years ago
xiaoli.liu@intel.com
3146629485
Add Dequantize OP
...
test=develop
6 years ago
xiaoli.liu@intel.com
019dbf7f5f
Add Quantize OP
...
test=develop
6 years ago
minqiyang
3cd10a7c4f
Add Conv2D forward
...
test=develop
6 years ago
JiabinYang
bfcb5e5235
test=develop, fix gpu compile error on prefetch, and fix hs/nce ut failed on gpu
6 years ago
Xin Pan
cf3a07e8f8
Merge pull request #14878 from panyx0718/imperative
...
MLP forward backward
6 years ago
heqiaozhi
39f4e9273e
data_norm
...
test=develop
6 years ago
minqiyang
8d88c5a87d
Shameless copy
6 years ago
JiabinYang
8515ee3a29
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into feature/add_prefech_hs
6 years ago
mozga-intel
9035bb81fe
Enable mul operator for a ngraph engine ( #14801 )
...
* Enable mul operator for a ngraph
test=develop
* Enable activation ops test
test=develop
* Remove unused line
test=develop
6 years ago
heqiaozhi
5c7a8aee07
merge upstream to my develop
...
test=develop
Merge remote-tracking branch 'upstream/develop' into develop
6 years ago
heqiaozhi
b3cf476de4
teacher student sigmoid loss
...
test=develop
6 years ago
Jacek Czaja
aa6e9c30be
[MKL-DNN ]Added transpose/transpose2 Op ( #14872 )
...
* - Added transpose MKLDNN Op
- Few basic UT works
- Added 1D transpose
- implementing generic mem desc for MKLDNN transpose
- Modified trnaspose op to support more dimensional data eg. 5,6..10
- Added is_test attribute to transpose op
test=develop
* - Added support for MKLDNN::memory::format::any for Transpose MKLDNN op
test=develop
* - Additional transpose mkldnn op correction to mkldnn layout
test=develop
* Cosmetic fixes
test=develop
* - Removed const_cast to obey coding standard
test=develop
6 years ago
heqiaozhi
4f6e9e3ac3
teacher student sigmoid loss
6 years ago
peizhilin
07c7eaabb4
Merge remote-tracking branch 'upstream/develop' into windows/mkl
...
test=develop
6 years ago
peizhilin
2f3b5054ad
fix build script
6 years ago
tangwei12
f7fb937bfe
fix in cmake, test=develop
6 years ago
JiabinYang
19a8d96585
fix nce in test_dist_transpiler, test=develop
6 years ago
JiabinYang
52ca40fcfe
Merge branch 'feature/add_prefech_hs' of https://github.com/JiabinYang/Paddle into feature/add_prefech_hs
6 years ago
JiabinYang
3b7b2e1ded
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into feature/add_prefech_hs
6 years ago
JiabinYang
b2f789c66d
add test transpiler dist test, test=develop
6 years ago
tangwei12
547c1bd11d
Merge branch 'feature/add_prefech_hs' of https://github.com/JiabinYang/Paddle into add_prefetch_nce_hs
6 years ago
Xin Pan
3f9c429ea0
fix lint
...
test=develop
6 years ago
tangwei12
e0c3c56b06
add nce remote ut, test=develop
6 years ago
Xin Pan
6324032602
MLP forward backward
...
test=develop
6 years ago
peizhilin
b73d7d2f21
test=develop
6 years ago
peizhilin
19ebd8b4cf
add ctc support for windows
6 years ago
Xin Pan
c89a1fb287
Merge pull request #14879 from panyx0718/clean
...
clean parallel do
6 years ago
Qiao Longfei
3f3a84b6dc
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into multithread-sparse-adam
...
test=develop
6 years ago
Qiao Longfei
e2d56561e7
Merge pull request #14889 from jacquesqiao/optimize-adam
...
adam optimizer support lazy mode
6 years ago
peizhilin
fdab7f749e
fix the setup script issue
...
test=develop
6 years ago
sneaxiy
dc8847af87
add examples and comments
...
test=develop
6 years ago
tangwei12
aed3872c1c
add int cast, test=develop
6 years ago
Zeng Jinle
16c244bc3f
Merge pull request #14928 from sneaxiy/fix_gc
...
Fix gc bug
6 years ago
peizhilin
fa135bbf52
Fix the mkl build script on windows
...
test=develop
6 years ago
colourful-tree
44ad2f4479
Merge pull request #14873 from colourful-tree/develop
...
add pslib(pserver) to paddle, an industrial scale high performance parameter server library
6 years ago
Qiao Longfei
e0df9f2346
merge lazy mode
6 years ago
tangwei12
41790f1366
add ut about nce
6 years ago
peizhilin
b601f2de8d
include the mkl fix only
...
test=develop
6 years ago
peizhilin
001891aea6
fix code style
...
test=develop
6 years ago
dzhwinter
7cd24b1318
add ir memory optimize. ( #14530 )
...
* follow comments. test=develop
* Fix typo
* fix compile error. test=develop
* merge develop branch. test=develop
* Remove set_equal
* Polish code
* Delete unused functions
test=develop
* polish code. test=develop
* follow comment
* polish code.
* fix windows compile error. test=develop
* fix op handle.
* rerun ci. test=develop
* rerun ci. test=develop
* rerun macci. test=develop
* polish code. test=develop
* rewrite sort code. test=develop
* remove unused code. test=develop
* fix tests. test=develop
* fix conflict. test=develop
* follow comment. test=develop
* merge develop branch. test=develop
* fix tests. test=develop
* remove ToTypeIndex. test=develop
* rerun ci. test=develop
6 years ago
Qiyang Min
fd1d2c897e
Merge pull request #14894 from velconia/add_huber_regression_loss_op
...
Add python interface for huber loss
6 years ago
dzhwinter
acd4b75923
skip_opt_set support list ( #14845 )
...
* test=develop
* fix tests. test=develop
6 years ago
guru4elephant
a79a3ea2f0
Merge branch 'develop' into develop
6 years ago
peizhilin
5a6d7fe2ff
add mkl,ctc support for windows
6 years ago
wopeizl
0f085f0a5a
Merge pull request #14892 from wopeizl/windows/port3
...
fix script issue
6 years ago
JiabinYang
656040c726
merge reyoung optimization
6 years ago
sneaxiy
c631412eab
fix gc bug
...
test=develop
6 years ago
heqiaozhi
cbc7208399
fix doc
...
test=develop
6 years ago
Qiao Longfei
1141db8114
update test_adam_op
...
test=develop
6 years ago
Qiao Longfei
3bd54ed769
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into multithread-sparse-adam
6 years ago
heqiaozhi
5f0358add9
async_executor stop add barrier_all & finalize
6 years ago
dongdaxiang
bc4f16ca6f
remove some comments
6 years ago
Yancey1989
a7d6b1f921
code cleanup test=develop
6 years ago
Yancey1989
a760a550b0
Merge branch 'develop' of github.com:PaddlePaddle/Paddle into parallel_graph_mode
6 years ago
Yancey1989
fd144954ed
redefine api test=develop
6 years ago
Qiao Longfei
238b24bfa2
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into optimize-adam
6 years ago
tangwei12
e196fa367b
update ut, test=develop
6 years ago
dongdaxiang
43028f655d
refine import path for ps_instance.py
...
test=develop
6 years ago
dongdaxiang
178c47c074
refine import path for ps_instance.py
...
test=develop
6 years ago
dongdaxiang
29c772663a
refine import path for ps_instance.py
...
test=develop
6 years ago
dongdaxiang
8a6b53a494
avoid clock time in WIN32 mode
...
test=develop
6 years ago
Xin Pan
6445cf1e91
fix
...
test=develop
6 years ago
dongdaxiang
92166fe114
refine api, add mpi4py requirements
...
test=develop
6 years ago
heqiaozhi
35f6021ed6
Merge branch 'develop' of https://github.com/colourful-tree/Paddle into develop
...
test=develop
6 years ago
Kaipeng Deng
dc76e4b0f1
Merge pull request #14701 from heavengate/adaptive_pool
...
add adaptive pool2d and pool3d
6 years ago
gongweibao
0b1c7d838c
Add brpc serialization support. ( #11430 )
6 years ago
mozga-intel
67b555d3d3
Enable ngraph tests for a ngraph engine ( #14800 )
...
* Enable ngraph tests for a ngraph engine
test=develop
* Move the test structure to other place
test=develop
* Add USE_NGRAPH flag, simple structure
test=develop
6 years ago
minqiyang
ea2a34ee95
Polish doc
...
test=develop
6 years ago
minqiyang
5fff20c21a
Change name to huber loss
...
test=develop
6 years ago
tangwei12
723f68727d
add ut about nce in transpiler
6 years ago
Yancey1989
4a4ccac1d0
update by comment test=develop
6 years ago
JiabinYang
f702ab74b9
add dist transpiler test
6 years ago
minqiyang
5c7ad1ecb1
Resolve conflicts
...
test=develop
6 years ago
minqiyang
65d355a72c
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into add_huber_regression_loss_op
...
test=develop
6 years ago
minqiyang
c550e0ce06
Add python interface for huber regression loss
...
test=develop
6 years ago
peizhilin
23dec78772
fix script issue
...
test=develop
6 years ago
heqiaozhi
bafd823666
test
6 years ago
dengkaipeng
f16aa394f6
remove use_cudnn in python API. test=develop
6 years ago
heqiaozhi
caa6b59677
add hdfs_utils & helper & node doc
6 years ago
Qiao Longfei
eb5d427d39
add comment for lazy_mode adam optimizer
6 years ago
Qiao Longfei
c624417c6f
change sparse mode to lazy mode
6 years ago
Qiao Longfei
4035e4bab2
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into optimize-adam
6 years ago
dengkaipeng
dc2ff42e20
add math in python examples. test=develop
6 years ago
dongdaxiang
3759600019
add doc string for downpour.py and distribute_lookup_table.py
6 years ago
dongdaxiang
854ee964e8
add doc string for async_executor.py
6 years ago
Qiao Longfei
fac8702269
adam support multithread
6 years ago
dongdaxiang
e52bb816e3
add copyright to __init__.py in distributed folder
6 years ago
Yancey1989
4f304eaa6f
fix unittest test=develop
6 years ago
dongdaxiang
f6c3086329
add copy rigth checker to ps_pb2.py
6 years ago
sneaxiy
f0df62f136
add more unittest case
...
test=develop
6 years ago
Qiao Longfei
fc6ec6bd14
add sparse mode adam
6 years ago
Yancey1989
c722b1dcb6
Merge branch 'develop' of github.com:PaddlePaddle/Paddle into parallel_graph_mode
...
test=develop
6 years ago
Xin Pan
36da940bc1
clean more
...
test=develop
6 years ago
Xin Pan
47ea2534fb
clean parallel do
...
test=develop
6 years ago
Yan Xu
5384206aec
Merge pull request #14869 from Yancey1989/fix_dist_unittest
...
fix dist unit test
6 years ago
sneaxiy
f6741df462
merge develop
...
fix bug
test=develop
6 years ago
Zeng Jinle
1b564bc49a
Merge pull request #14670 from sneaxiy/refactor_eager_deletion
...
Rewrite eager deletion
6 years ago
SunGaofeng
e3c4b0dace
this is for psroi_pool op, test=develop ( #14796 )
...
* Add psroi_pool operator.
6 years ago
sneaxiy
deb0d41cea
fix cmake
...
fix cmake again
test=develop
6 years ago
Yancey1989
fa1f77e20c
enable ci test=develop
6 years ago
Yancey1989
23eb8c4299
fix ci test=develop
6 years ago
JiabinYang
50fce87905
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into feature/add_prefech_hs
6 years ago
dongdaxiang
0693053188
add liscence
6 years ago
heqiaozhi
7bd16e3afa
fix some bug & add log
6 years ago
chengduo
582011ba76
Add L2 unit test ( #14792 )
...
* add l2 unit test
test=develop
* code refine
test=develop
6 years ago
sneaxiy
e7c5c9d2de
remove unnecesary code
...
test=develop
6 years ago
sneaxiy
db2daefe50
merge develop
...
test=develop
6 years ago
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
7 years ago
sneaxiy
8760d23c7d
featue/py_func
7 years ago
dzhwinter
00776b167a
fix memory opt skip set by name ( #14774 )
...
* random failed. rerun ci. test=develop
* windows failed. rerun ci. test=develop
7 years ago
zhang wenhui
c4c5f0b8ca
Merge pull request #14771 from frankwhzhang/bpr
...
add bpr_loss operator
7 years ago
Xin Pan
ed9cdb56f3
Merge pull request #14823 from panyx0718/fix
...
fix control_flow ops in outs
7 years ago
Yu Yang
b22d638d8f
Speed up SizeOfType
...
test=develop
7 years ago
Xin Pan
4a716a70c6
Merge pull request #14811 from panyx0718/revert-14782-revert-14398-imperative
...
Imperative
7 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
7 years ago
Xin Pan
f5434507f0
fix control_flow ops in outs
...
test=develop
7 years ago
frankwhzhang
90c7f9870e
fix 'name', test=develop
7 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
7 years ago
frankwhzhang
c9a653820b
fix label_pos ,add test_layers.py, test=develop
7 years ago
heqiaozhi
86e1044ab9
refine interface & add ps_instance
7 years ago
heqiaozhi
6bc0efb489
refine interface
7 years ago
Xin Pan
f6dc09e98b
void hurting declarative performance
...
test=develop
7 years ago
frankwhzhang
68c2025844
fix nn.py&API.spec, test=develop
7 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
.
7 years ago
sneaxiy
2c6159a151
fix unittest
...
fix cmake
test=develop
7 years ago
Xin Pan
c049fa7cf7
Revert "Revert "Revert "Imperative"""
7 years ago
gongweibao
f1fb64b17f
Add reduce sparse tensor feature. ( #14757 )
7 years ago
sneaxiy
eb8252466b
polish code
...
add unittest model containing while_op
remove unnecessary codes
test=develop
7 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
7 years ago
chengduo
9fa87b23d9
Fix io doc ( #14751 )
...
* fix io doc
test=develop
* refine data_feeder doc
test=develop
7 years ago
minqiyang
ab084b6e6c
Polish code
...
test=develop
7 years ago
frankwhzhang
a3381dc740
update question for api ,test=develop
7 years ago
frankwhzhang
f4cc5881b0
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into bpr
7 years ago
frankwhzhang
97de98cd0a
update bpr_loss op code, test=develop
7 years ago
Xin Pan
6c80bb3ce9
Merge pull request #14786 from PaddlePaddle/revert-14782-revert-14398-imperative
...
Revert "Revert "Imperative""
7 years ago
heqiaozhi
575ae7c6c3
refine pslib inferface & fix some bugs
7 years ago
Tao Luo
54fcafb5f6
Merge pull request #14707 from yihuaxu/develop_4f71a6ee2_conv3d_mkldnn_opt
...
Implement conv3d with mkldnn library
7 years ago
tangwei12
b653ed0516
add prefetch and remvoe selectedrows of bias
7 years ago
Xin Pan
2538ef64f1
Revert "Revert "Imperative""
7 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
7 years ago
Xin Pan
6217f42ab7
Revert "Imperative"
7 years ago
minqiyang
42d1b3f786
Fix numpy bug on Ubuntu16 and Ubuntu18 which will cause segmentfault
...
test=develop
7 years ago
frankwhzhang
b51df39874
update , test=develop
7 years ago
Xin Pan
b52f5d2870
Merge pull request #14398 from panyx0718/imperative
...
Imperative
7 years ago
frankwhzhang
272f3d3111
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into bpr
7 years ago
tangwei12
4cb0100c8e
add prefetch in nce
7 years ago
frankwhzhang
570d89ec84
add bpr_loss operator , test=develop
7 years ago
qingqing01
549f165b59
Speed conv_fusion_op for identity activation. ( #14744 )
...
* Refine conv_fusion_op for identity activation.
* Fix unit testing.
test=develop
7 years ago
Xin Pan
0492158da5
polish
...
test=develop
7 years ago
Yihua Xu
65dbc7cca4
Merge branch 'develop' into develop_4f71a6ee2_conv3d_mkldnn_opt
7 years ago
Xin Pan
b4db31bad0
fix test
...
test=develop
7 years ago
Wu Yi
e2011f1353
test dist ut fixes test=develop ( #14706 )
...
* test dist ut fixes test=develop
* fix cmake
* for test
7 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
7 years ago
dongdaxiang
06213b7981
add hadoop helper function for distributed training
7 years ago
sneaxiy
d0c8b9b9b3
remove timeout unittest
...
test=develop
7 years ago
Michal Gallus
87eb8b0e28
Set cpu only for MKL-DNN concat UTs
...
test=develop
7 years ago
dongdaxiang
49130f9b8f
refine downpour sgd API and adapt to pslib proto desc
7 years ago
Michal Gallus
f2a880421e
Fix style @ concat integration and tests
...
test=develop
7 years ago
Michal Gallus
208f912512
Implement MKL-DNN Concat
...
test=develop
7 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
7 years ago
sneaxiy
e694d0c2e4
fix while_op eager deletion bug
...
add unittest
test=develop
7 years ago
Wu Yi
6e67d0fb78
layer fixes ( #14591 )
...
* layer fixes test=develop
* follow update test=develop
7 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
7 years ago
Kaipeng Deng
934f13a70a
Merge pull request #14371 from heavengate/yolo_loss
...
Add YOLOv3 loss operator for YOLOv3 model
7 years ago
Yihua Xu
ac803fed18
Fix the compile issue for cuda device (test=develop)
7 years ago
sneaxiy
64ad051b9a
merge develop
...
test=develop
7 years ago
sneaxiy
c47c451a00
fix bug
7 years ago
guru4elephant
0a3d8a2945
Merge pull request #1 from guru4elephant/for_pslib
...
For pslib
7 years ago
dongdaxiang
ee4c51a372
refine downpour sgd API with pslib
7 years ago
heqiaozhi
a77fa67bbd
async_thread_trainer & libmct & pslib.cmake
7 years ago
Xin Pan
7464bd29e8
polish
...
test=develop
7 years ago
Xin Pan
7e0801d4ed
Merge pull request #14441 from baojun-nervana/intel/ngraph_op
...
Implementing ngraph engine
7 years ago
Xin Pan
b80fe8264a
polish
...
test=develop
7 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
7 years ago
Yihua Xu
669191c9cc
Implement conv3d with mkldnn library (test=develop)
7 years ago
Hongyu Liu
4f71a6ee2c
Merge pull request #14622 from PaddlePaddle/add_cudnn_lstm
...
Add cudnn lstm
7 years ago
Yu Yang
566a325939
Merge pull request #14676 from reyoung/feature/stable_decorator_test
...
Stablize decorator test
7 years ago
dongdaxiang
c583fd34ac
add downpour sgd wrapper for pslib
7 years ago
Xin Pan
e5d64fd4d1
initial imperative
...
test=develop
7 years ago
Xin Pan
4d0df1fea7
add fields for autograd
...
test=develop
7 years ago
Xin Pan
8138391631
add OpBase and unify with VarBase
...
test=develop
7 years ago
Xin Pan
f6f0692451
clean up
...
test=develop
7 years ago
Xin Pan
aeb74af54c
allow operator to run imperatively
7 years ago
Xin Pan
b1f6fda5e5
run forward
7 years ago
Xin Pan
a6d23083f0
some tracing
...
test=develop
7 years ago
Xin Pan
dac92e560c
initial commit
7 years ago
phlrain
1d63b06bd7
add grad test unit; test=develop
7 years ago
phlrain
24fa1f4b8c
fix test uni; test=develop
7 years ago
phlrain
0b8a377d9c
fix cpu test; test=develop
7 years ago
phlrain
b65722d3cf
fix uni test; test=develop
7 years ago
dongdaxiang
0e4709dadd
add mpi4py helper
7 years ago
phlrain
2770ea1a73
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into add_cudnn_lstm
7 years ago
phlrain
a6aa782ee5
add unitest
7 years ago
jerrywgz
126e18c1e8
test=develop
7 years ago
chengduozh
1013d6d05d
Merge branch 'add_cudnn_lstm' of https://github.com/PaddlePaddle/Paddle into add_cudnn_lstm
7 years ago
jerrywgz
3df0538940
replace -100 to kIgnoreIndex
7 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
7 years ago
whs
78738d6c86
Fix comments of ctc_greedy_decoder. ( #14679 )
...
test=develop
7 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.
7 years ago
Yu Yang
86ae32fbd8
Stablize decorator test
...
test=develop
7 years ago
gongweibao
5d334ff0f1
Add examples to some functions. ( #14645 )
7 years ago
phlrain
6ce4250172
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into add_cudnn_lstm
7 years ago
Qiao Longfei
44debca844
Merge pull request #14589 from jacquesqiao/refactor-prefetch
...
Refactor prefetch
7 years ago
Qiao Longfei
839193fd1f
fix unit test test=develop
7 years ago
phlrain
cf1fe61004
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into add_cudnn_lstm
7 years ago
phlrain
d1a17cadd4
fix cudnn rnn; test=develop
7 years ago
Qiao Longfei
9450048acb
add PADDLE_ENABLE_REMOTE_PREFETCH to enable remote prefetch
...
test=develop
7 years ago
Tao Luo
20120d9c97
Merge pull request #14608 from jczaja/prv-conv2d-transpose-mkldnn
...
[MKL-DNN]conv2d transpose
7 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.
7 years ago
Qiyang Min
400cf19f14
Merge pull request #14657 from velconia/disable_ut_in_mac_py35
...
Remove test_recognize_digits_mlp from Mac
7 years ago
Qiyang Min
25c2cdaf7e
Merge pull request #14647 from velconia/revert_vlog
...
Fix data download of wmt16
7 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
7 years ago
minqiyang
6720d343ce
Remove test_recognize_digits_mlp from Mac
...
test=develop
7 years ago