Chen Weihang
b98b744067
Merge branch 'develop' into sequence_enumerate_op
7 years ago
Wu Yi
9ae55dd70d
fix dist transpile with memopt ( #12974 )
...
* fix dist transpile with memopt
* update api.spec
* polish dist transpile api
* update apispec
* update apispec
7 years ago
fengjiayi
bbcf1ad263
update
7 years ago
robot
e1f17a1e4f
add python op for sampling_id
7 years ago
fengjiayi
fb08e163cf
refine memory usage calc
7 years ago
Xingyuan Bu
2ad5d91ef8
Faster RCNN Generate Proposals ( #12056 )
...
* Add proposals generation operator for Faster-RCNN.
7 years ago
gongweibao
01e96a8e20
Add Transformerunittest ( #12968 )
7 years ago
tensor-tang
89d6d69ce4
Merge pull request #12781 from tensor-tang/feature/op/fusion_gru
...
add fusion gru
7 years ago
qingqing01
82671e9486
Fix bug in flowers dataset. ( #13024 )
7 years ago
Xin Pan
2bb15f437c
Merge pull request #12791 from panyx0718/ir3
...
graph to program pass
7 years ago
Yu Yang
8965cee89f
Polish PrintOp ( #12895 )
...
* Polish PrintOp
* Polish PrintOp
* Polish PrintOp
* Refine test_print_op
7 years ago
Yibing Liu
13509da69e
Merge upstream to branch wrap_squeezes
7 years ago
whs
9be39bb4b7
Enhence optimizer. ( #13004 )
7 years ago
chengduo
7ad39c4077
Enhance pad_constant_like_op ( #12999 )
...
* enhance pad_constant_like_op
* add API
* add API
7 years ago
qingqing01
0353eddb51
Improve fake_dequantize_op. ( #12877 )
...
* Improve fake_dequantize_op.
* Follow comments.
7 years ago
Qiao Longfei
11e01d9b2d
Scale support selectedrows ( #12960 )
...
* add ScaleOpVarTypeInference for scale op
* scale op support scale selected rows
* optimize code
* use FindVar
* use FindVarRecursive in ScaleOpVarTypeInference
7 years ago
fengjiayi
7b84c580e2
Merge pull request #12824 from JiayiFeng/dev_sequence_padding_op
...
Sequence pad op
7 years ago
Wu Yi
0ee6fed05b
Refine dist rpc deps ( #12899 )
...
* refine dist train RPC deps
* clean up
* clean up
* fix ut
* remove input for fetch_barrier
* follow comments
7 years ago
fengjiayi
7e0c9f50ae
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into dev_sequence_padding_op
7 years ago
Zeng Jinle
599a32641b
Merge pull request #12971 from sneaxiy/unstack_op
...
Add unstack op
7 years ago
Qiyang Min
1d9cb93276
Merge pull request #12989 from velconia/fix_last_of_py3
...
Fix random diff between python2 and python3
7 years ago
tensor-tang
a481c5e98c
Merge remote-tracking branch 'ups/develop' into feature/op/fusion_expand_concat_fc
7 years ago
tensor-tang
49c31febb5
fix typo and op test
7 years ago
fengjiayi
9cb455fa7d
update function
7 years ago
minqiyang
312f3b8654
Fix random diff between python2 and python3
7 years ago
sneaxiy
52a480bb98
Merge develop
7 years ago
tensor-tang
02909335e9
rename fusion seq_concat_fc to fusion seqexpand_concat_fc
7 years ago
tensor-tang
0f0d48230c
add fusion seq_concat_fc op test
7 years ago
Xin Pan
1a67061fee
graph to program pass
...
fix a few other things
7 years ago
qingqing01
1f09bc320c
Support data type int8_t . ( #12841 )
...
* Support int8 type.
7 years ago
chenweihang
0c4697f8cd
fix: change to enumerate by sentence
7 years ago
sneaxiy
24264bc0b8
Merge develop
7 years ago
dzhwinter
0153c21d83
add unstack_op
7 years ago
chengduo
3e1050a2e8
Add pad_constant_like_op ( #12943 )
...
* Add pad_constant_batch_size_like
* refine pad_op
* optimize memory
7 years ago
tensor-tang
c488ee96a7
Merge remote-tracking branch 'ups/develop' into refine/op/fusion_lstm
7 years ago
tensor-tang
e61cf3214d
complete reverse seq
7 years ago
Chen Weihang
4ec12496dd
Merge branch 'develop' into sequence_enumerate_op
7 years ago
tensor-tang
1777cd09f6
refine fusion lstm op test
7 years ago
tensor-tang
4b28fab8c9
enable more acts
7 years ago
Qiao Longfei
3c58b87b45
fix auc layer and add check for auc op ( #12954 )
...
* fix auc layer and add check for auc op
* use input to check if states are inited
* optimize code
7 years ago
Yibing Liu
efa6f0df4e
Remove inplace args in unsqueeze & squeeze ops
7 years ago
Yibing Liu
5aa64827df
Rename the input of squeeze's wrapper
7 years ago
Yibing Liu
b586cc2ae8
Fix typos in unsqueeze & unsequeeze wrapper
7 years ago
Yibing Liu
1443d762fd
Wrap unsqueeze & squeeze ops
7 years ago
Zeng Jinle
d189d4dbab
Merge pull request #12884 from sneaxiy/sequence_mask_op
...
Add sequence_mask_op for DAM model
7 years ago
Jiabin Yang
7240e7215a
Merge pull request #12914 from JiabinYang/check_cv2
...
fix bug to avoid warning once import paddle.fluid
7 years ago
Qiyang Min
038e2817f0
Merge pull request #12836 from velconia/disable_prelu_test_local
...
Disable prelu_op_test until fixing Python3 issues
7 years ago
tangwei12
ef6445ee39
Merge pull request #12908 from seiriosPlus/fill_constant_selectedrows
...
add SelectedRows support in fill_constant_op
7 years ago
JiabinYang
786558fc68
fix bug to avoid warning once import paddle.fluid
7 years ago
chenweihang
733ea0d29b
adjust infershape details
7 years ago
Qiyang Min
836e1e0b36
Merge pull request #12910 from velconia/fix_flowers_dataset
...
Fix flowers dataset download problem
7 years ago
tangwei12
66cc1850a8
add gpu place
7 years ago
tangwei12
fff6f595ff
add unit test
7 years ago
tangwei12
8f9bbc2834
add unit test
7 years ago
minqiyang
fca139b5e3
Fix flowers dataset download problem
7 years ago
Xin Pan
557be6fc58
Merge pull request #12902 from PaddlePaddle/revert-12736
...
Revert "Disable in_place in batch_norm API. (#12736 )"
7 years ago
minqiyang
a7849db561
Port new added code
7 years ago
minqiyang
6c775a0a06
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into disable_prelu_test_local
7 years ago
Chen Weihang
2969aba14f
Merge branch 'develop' into sequence_enumerate_op
7 years ago
chenweihang
219a2369da
feat: wrap sequence enumerate op
7 years ago
sneaxiy
7df74a5ee4
Merge develop
7 years ago
guochaorong
1f270275a6
Revert "Add Python Callstacks when Op::Run error ( #12759 )"
...
This reverts commit b2df17003f
.
7 years ago
guochaorong
b1fc238694
Revert "Disable in_place in batch_norm API. ( #12736 )"
...
This reverts commit f5d5d7b2d9
.
7 years ago
sneaxiy
1083e99520
Merge develop
7 years ago
gongweibao
7570e5ef04
Print readable program codes. ( #12673 )
7 years ago
tensor-tang
f0f06992c1
Merge pull request #12878 from tensor-tang/feature/op/attention_lstm
...
Add attention lstm cpu forward
7 years ago
sneaxiy
5ea7bf88ba
Merge pull request #12872 from sneaxiy/stack_op
...
Add stack_op for DAM model
7 years ago
sneaxiy
e895c98f0a
add support to max_len is None
7 years ago
fengjiayi
0fb5e351c1
update API.spec
7 years ago
minqiyang
709c37023a
Polish code
7 years ago
fengjiayi
f4a4a4cbd9
add op comment and python layer
7 years ago
chenweihang
d2e5395b97
feat: add sequence enumerate op
7 years ago
chengduo
8ad9055804
Add is_test for while_op ( #12874 )
...
* add is_test for while_op
* Change API
7 years ago
minqiyang
80e3ce411d
For test
7 years ago
Wu Yi
b8da70c370
Resovle multi gpu async deps ( #12828 )
...
* dist transpiler add control dependency var between send and recv
* fix async deps
* follow comments and refine
* fix deps connect for rpc ops
7 years ago
sneaxiy
64464cb1fa
Merge develop
7 years ago
qingqing01
79918a8442
add sequence_mask_op for DAM model
7 years ago
Yu Yang
b2df17003f
Add Python Callstacks when Op::Run error ( #12759 )
...
* Add Python Callstacks when Op::Run error
* Skip op with sub-block
* refactor: refine callstack info's format
* Reshape only support matrix
* Polish Python code
* Fix UT
* Fix Py3
7 years ago
minqiyang
c95ff1c410
Add debug info
7 years ago
tensor-tang
5ca0bb9aad
support more activation type and remove some comments
7 years ago
minqiyang
31f587e7e0
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into disable_prelu_test_local
7 years ago
minqiyang
01eec0af91
Fix flowers dataset reading problem
7 years ago
tensor-tang
d9bf73f3ab
Merge remote-tracking branch 'ups/develop' into feature/op/fusion_gru
7 years ago
tensor-tang
dd938d0b94
fix bugs and pass op test
7 years ago
tensor-tang
522b3e411f
complete attention lstm op test
7 years ago
tensor-tang
93cc29abc0
init attention lstm op test
7 years ago
minqiyang
064b7f3de1
Change the md5sum of 102flowers dataset
7 years ago
minqiyang
d49a0d755b
Fix common download problem
7 years ago
qingqing01
f5d5d7b2d9
Disable in_place in batch_norm API. ( #12736 )
...
* Disable in_place in batch_norm API.
7 years ago
sneaxiy
c73c5ed573
use for_range
7 years ago
minqiyang
6d107b0f39
Fix the test_desc_clone's problem
7 years ago
chengduo
7748963479
refine op_test ( #12846 )
7 years ago
Xin Pan
b548ecbc2b
add stack_op
7 years ago
chengduo
e8b4e0d627
fix load_vars bug ( #12869 )
7 years ago
minqiyang
6d9b9cb4b6
Add debug info for anakin cpu
7 years ago
minqiyang
57dab0bb4c
Change the link of flowers
7 years ago
minqiyang
94f6e54db9
Add timeout for python3
7 years ago
Xin Pan
bcaa1d5e73
Merge pull request #12853 from panyx0718/profiler
...
fix profiler test
7 years ago
Xin Pan
f8c6b46415
fix profiler test
7 years ago
tensor-tang
6fad27fc64
add fusion gru op test
7 years ago
tensor-tang
5424a698df
refine gru op unit test
7 years ago
minqiyang
39c526d42f
Port test_dist_transpiler to it
7 years ago
minqiyang
efe88ab9f9
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into disable_prelu_test_local
7 years ago
Michał Gallus
cd32ddac12
Fuse Convolution and Eltwise Add into MKLDNN's Conv+Bias ( #12669 )
...
* Fuse Convolution and Eltwise Add into Conv+Bias
* Reduce bias branching at conv_mkldnn_op
* Add MKLDNN build checks for Conv Bias
* Conv-bias: check if bias input exist befor assignment
* Conv-bias: Remove Bias dim check from infershape
It was causing conv3d test to crash upon\ncalling HasInput(Bias)
7 years ago
minqiyang
d94a3f621b
Disable prelu_op_test until fixing Python3 issues
7 years ago
tangwei12
cbc6e6eb97
Merge pull request #12247 from seiriosPlus/dis_ckpt_fix
...
add load slice_vars in io.py
7 years ago
Qiyang Min
72965226e6
Merge pull request #12818 from velconia/fix_python3_CI_job
...
Fix python3 CI job
7 years ago
Wu Yi
f63368db5e
Add async dist tests ( #12798 )
...
* add async dist tests
* update delta
* fix transformer test
* refine rmsprop transpile
* update
* fix dist seresnet
7 years ago
tangwei12
08152916cf
add annotation in load_inference_model
7 years ago
Qingsheng Li
3d11d018e0
Fix scatter_op python API ( #12742 )
...
* Fix scatter_op python API and remove inconsistency between implementation and doc
* API spec change
* Change as review comment
7 years ago
minqiyang
5a83776751
Port test_desc_clone
7 years ago
minqiyang
50d66a0790
Fix prelu_op
7 years ago
tangwei12
7dbf5f1244
Update distribute_transpiler.py
7 years ago
tangwei12
c0a95bb2d8
Update io.py
7 years ago
chengduo
3ae97aab6c
fix trainer load parameters ( #12816 )
7 years ago
minqiyang
beb93bb901
Fix ut bug for graph_test
...
Port dist_transpiler new added codes
Port ut for clone desc
7 years ago
tensor-tang
e955361267
Merge pull request #12737 from tensor-tang/feature/op/fusion_lstm
...
add fusion lstm
7 years ago
Chen Weihang
57b34d9196
Merge pull request #12808 from chenwhql/remove_inplace_param_in_squeeze_and_unsqueeze
...
Refactor: remove inplace parameter from squeeze and unsqueeze op
7 years ago
qingqing01
c62f68cb94
Fix bug in conditional_block_op. ( #12246 )
...
* Fix bug in conditional_block_op.
* Fix bug and add comments.
* Rename arguments.
7 years ago
chenweihang
bc471b6ac4
refactor: remove inplace parameter from squeeze and unsqueeze op
7 years ago
Yu Yang
c6af7201e9
Merge pull request #12692 from reyoung/feature/fast_executor
...
Feature/fast executor
7 years ago
tangwei12
5fa1f05c9d
code clean and rename
7 years ago
tangwei12
bf2f1599f9
code clean
7 years ago
tensor-tang
674b719bf4
add print
7 years ago
tensor-tang
b090479409
Merge remote-tracking branch 'ups/develop' into feature/op/fusion_lstm
7 years ago
tensor-tang
f6d073422c
refine fusion lstm op test
7 years ago
tangwei12
3efac174ea
Merge branch 'develop' of github.com:PaddlePaddle/Paddle into sum_op_dim_fix
7 years ago
tangwei12
8cfcbabf5e
fix dist unittest
7 years ago
tangwei12
dbb4f0d35d
Merge branch 'develop' of github.com:PaddlePaddle/Paddle into dis_ckpt_fix
7 years ago
Qiao Longfei
fd10669ecb
Add dependency to send recv ( #12760 )
...
Add dependency to send recv
7 years ago
fengjiayi
8d8d48a34f
Complete sequence_pad_op and its CPU kernel. Add unittests
7 years ago
minqiyang
f4999e4f39
Remove unused six and missing six import
7 years ago
tangwei12
c24a9263ba
Merge branch 'develop' of github.com:PaddlePaddle/Paddle into sum_op_dim_fix
7 years ago
tangwei12
7715cdc69b
add unit test in dist transpiler
7 years ago
tangwei12
bb9f494740
merge develop
7 years ago
tangwei12
eba7177475
add unit test and code fix
7 years ago
Qiao Longfei
653fad08f8
Optimize selected rows for dist lookup table with pthread rwlock ( #12635 )
...
Optimize selected rows for dist lookup table with rwlock
7 years ago
tangwei12
479a443f68
name optimized
7 years ago
tangwei12
0749c8822d
Merge pull request #12556 from seiriosPlus/samplingIdOp
...
Sampling id op
7 years ago
minqiyang
1ef5f2c3e8
Make flowers reader and parallel_executor more efficient
7 years ago
minqiyang
e398348e7e
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into port_pybind11
7 years ago
Qiyang Min
340a104c58
Merge pull request #12658 from velconia/port_pybind11
...
Port pybind11 and python code to support py3 CI test
7 years ago
tangwei12
125e9166e1
Merge branch 'develop' of github.com:PaddlePaddle/Paddle into sum_op_dim_fix
7 years ago
tensor-tang
a72f68f223
Merge remote-tracking branch 'ups/develop' into feature/op/fusion_lstm
7 years ago
tensor-tang
df28a3b452
fix lod and op test
7 years ago
tensor-tang
f3cd2612ae
refine fc and use the fc compute in fusion_lstm
7 years ago
qingqing01
c44fb00371
Add name in relu and log API. ( #12438 )
7 years ago
tensor-tang
40138c4cd6
add unit test of fusion lstm op
7 years ago
minqiyang
99d3f08920
Add print_function for all python files
7 years ago
jerrywgz
c108376506
Add three modes for prelu_op ( #12630 )
...
* Add three modes for prelu_op.
7 years ago
gongweibao
d06849305a
parameter dispather. ( #12666 )
7 years ago
tensor-tang
efc5392d97
Merge pull request #12676 from tensor-tang/refine/op/fc
...
refine fc op
7 years ago
minqiyang
a32ce8c444
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into port_pybind11
7 years ago
tangwei12
baa6273c54
unit test optimize
7 years ago
minqiyang
507f479732
Polish code
7 years ago
tangwei12
09e30eeeda
Merge pull request #12696 from seiriosPlus/lookuptable_size_on_pserver_fix
...
lookup table size fix
7 years ago
minqiyang
0d7047ca79
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into port_pybind11
7 years ago
yuyang18
d1d825ee02
Hide unnecessary API
7 years ago
yuyang18
265302edea
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into feature/fast_executor
7 years ago
tangwei12
13e99cf92f
add unit test
7 years ago
Wu Yi
bd87f67f0e
Dist transpile can pass startup program by argument ( #12606 )
...
* dist transpile can pass startup program by argument
* update API.spec
7 years ago
Bai Yifan
9333a62792
Add flatten op interface and enhance APIs about detection to support variable-length image. ( #12422 )
...
* add flatten api&enhance detection api
* unify shape_op data type
* update API.spec
7 years ago
tangwei12
ed937bc6f8
merge
7 years ago
tangwei12
e73fc973d6
revert trainer py
7 years ago
minqiyang
4d4491ef6a
Fix new added code
7 years ago
minqiyang
77f12e000f
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into port_pybind11
7 years ago
fengjiayi
d6b5302bd6
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into dev_op_tensor_support
7 years ago
tensor-tang
0098a494a2
Merge remote-tracking branch 'ups/develop' into refine/op/fc
7 years ago
gongweibao
842fb021b3
Fix clone() bug. ( #12583 )
7 years ago
Qiao Longfei
5d579e1a96
add export_for_deployment flag to save_inference_model ( #12582 )
...
add export_for_deployment flag to save_inference_model
7 years ago
minqiyang
1f86c88f4a
Remove random order of fetch_list in test_random_crop_op
7 years ago
tangwei12
f42247e55f
change to int to compatible with py3
7 years ago
minqiyang
e0d5f8a820
Move compat module to python/paddle
7 years ago
tangwei12
0707abb51b
lookup table fix
7 years ago
minqiyang
5338417b47
Polish code style
7 years ago
minqiyang
ae39709e59
Polish code
7 years ago
minqiyang
1800fef142
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into port_pybind11
7 years ago
yuyang18
05cadf1b24
Add FastExecutor
7 years ago
tensor-tang
b9dbb7c5cb
fix bias attri in mkldnn fc
7 years ago
tangwei12
64683cf84a
fix
7 years ago
tangwei12
011ff6bce1
bug fix
7 years ago
tensor-tang
45d0259a67
add fc forward test
7 years ago
tangwei12
59580a7f69
bug fix
7 years ago
Wu Yi
8b77448d5f
hide misc APIs ( #12540 )
...
* hide misc APIs
* update
* fix transformer test
* update API.spec
7 years ago
Wu Yi
d3da0ef9f6
Fix dist train with rmsprop ( #12649 )
...
* fix dist train with rmsprop
* add rmsprop transpiler test
* update by comment
7 years ago
minqiyang
92aa20616d
Polish the code style
7 years ago
minqiyang
68b221401d
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into port_pybind11
7 years ago
tangwei12
3972ba3272
add ditriubted attrs
7 years ago
jerrywgz
af8b1b993f
Fix rpn_target_assign API.
7 years ago
minqiyang
812de6e806
Port utils to Python3
7 years ago
tangwei12
051eaa5fc7
add ditriubted attrs
7 years ago
tangwei12
057a64508c
enable lookup table to inference
7 years ago
tangwei12
f1a10ccea9
enable lookup table to inference
7 years ago
Tao Luo
49ad570ee8
Merge pull request #12667 from luotao1/wmt14
...
fix wmt14 download error
7 years ago
Bai Yifan
649f5d74f0
fix mine_hard_example bug ( #12664 )
7 years ago
Wu Yi
f54efd027e
Merge pull request #12660 from typhoonzero/polish_dist_unittests
...
polish dist unitest
7 years ago
tangwei12
5c537941c2
merge develop
7 years ago
minqiyang
6988aea989
Fix long type in Python3
7 years ago
minqiyang
fae5c1f514
Fix the input of executor
7 years ago
luotao1
d54267094e
fix wmt14 download error
7 years ago
minqiyang
5b452bfd59
Remove the overfix of lod_rank_table
7 years ago
minqiyang
47561c34b0
Fix python2 CI issues
7 years ago
typhoonzero
069ff14756
polish dist unitest
7 years ago
minqiyang
a3539845f2
Polish python code style
7 years ago
minqiyang
e7c7cbaa42
Port new added files to Python3
7 years ago
Qiao Longfei
331151f065
Merge pull request #12647 from jacquesqiao/add-RPCServerProfiler
...
add RPCServerProfiler, replace listen and serv optimizer
7 years ago
minqiyang
e4057d071b
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into port_pybind11
7 years ago
qiaolongfei
0b81801515
change init flags
7 years ago
qiaolongfei
3f2aa91970
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into timeline-support-pure-cpu
7 years ago
tangwei12
64a4925cb4
Merge branch 'Pdv' into samplingIdOp
7 years ago
Qiyang Min
29fac3c092
Merge pull request #12390 from velconia/port_python3_syntax
...
Apply 2to3 to current paddle main python code
7 years ago
Tao Luo
5a9ae411e0
Merge pull request #12618 from sfraczek/sfraczek/fix-new-mkldnn-conv-tests
...
fix UT for mkldnn 0.15
7 years ago
minqiyang
23447cd5a0
Fix parallel_executor_fetch_feed issue
7 years ago
qiaolongfei
d080d3e694
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into timeline-support-pure-cpu
7 years ago
minqiyang
5d4238cdcc
Fix six.iteritems problem
7 years ago
minqiyang
e4e9450e88
Fix random crop op problem
7 years ago
minqiyang
39059eb70f
Polish code
7 years ago
Sylwester Fraczek
c2a437fd0f
review fixes
7 years ago
Sylwester Fraczek
dcbc4284aa
conv2d tests: stop testing on CUDA when use_cudnn=False. Especially when use_mkldnn=True.
7 years ago
minqiyang
d4b10eef5f
Polish code
7 years ago
minqiyang
76ee482e18
Fix cv2 issues
7 years ago
Wu Yi
772ceee395
Merge pull request #12615 from typhoonzero/move_dataset_download_url
...
move download urls
7 years ago
minqiyang
6dc07e7f95
Replace items() with six.moves.iteritems() to improve memory usage
7 years ago
minqiyang
bc12c2c616
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into port_python3_syntax
7 years ago
minqiyang
9cd5999032
Fix dist transpiler unordered dict issue
7 years ago
Qiao Longfei
445ca3db94
Merge pull request #12607 from jacquesqiao/add-unit-test-for-async-transpile
...
Add unit test for async transpile
7 years ago
minqiyang
be6ecec46f
Fix unittests' division issues
7 years ago
minqiyang
59adf7ced1
Fix round(0.0) special issue
7 years ago
qiaolongfei
7c649e06c3
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into timeline-support-pure-cpu
7 years ago
qiaolongfei
2ae32f0bf0
revert the change of api
7 years ago
minqiyang
938a9e4faa
Polish code
7 years ago
minqiyang
09103084d3
Polish compat.py and add unittest for it
7 years ago
Sylwester Fraczek
d74bb6ab9c
fix ut for mkldnn 0.15 - added forcing layout NCHW in mkldnn conv tests
7 years ago
typhoonzero
0954adbdcd
move download urls
7 years ago
minqiyang
c3fdf3aee4
Fix divide problem in CI
...
Fix pb_protobuf2 FromString problem
7 years ago
qiaolongfei
1b6902133d
add TestAsyncLocalLookupTable
7 years ago
qiaolongfei
8da651057c
add TestAsyncDistLookupTable
7 years ago
fengjiayi
24d51de022
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into dev_op_tensor_support
7 years ago
fengjiayi
27df3a9f2b
make cross_entropy_op supporting tensors
7 years ago
Chen Weihang
b2435a3a11
Merge pull request #12374 from chenwhql/py_calc_memory
...
Add memory usage estimate API
7 years ago
minqiyang
db7d8136a3
Fix CI issue
7 years ago
minqiyang
ee1d08abba
Fix CI issues
7 years ago
minqiyang
46a2694633
Fix exception problem
7 years ago
minqiyang
c2fce7dd24
Fix bos problem
7 years ago
minqiyang
2a799e3bf2
Fix dist_se_resnet problem
7 years ago
minqiyang
e102e5dd83
Fix cifar10 decompress problem
7 years ago
minqiyang
3ec6d60c34
Fix write bytes in dataset download
7 years ago
minqiyang
e6ae1e4ffc
Replace the dependency of paddle.v2 dataset
7 years ago
chengduo
7c8b69c700
Feature/op fusion ( #12240 )
...
* Add Preface
* Add demo code
* Save file
* Refine code
* seems can work
* use elementwise strategy
* Use ElementwiseComputeEx
* Add comments
* extract functions from operator
* Refine code
* Follow comment
* code refine
* follow comments
* follow comments
7 years ago
minqiyang
6abe819f07
Fix pybind11 problem
...
Fix str and bytes problem
Fix sorted problem
Fix math problem
Fix CI problem
7 years ago