Zhen Wang
58727e8e6d
Merge pull request #15455 from wzzju/graph_quantization
...
Graph quantization pass. TODO(Add public API comments.)
7 years ago
Paddle CI
289aba750a
Polish code
...
test=develop
7 years ago
jerrywgz
c12a969bd4
refine comment and unittest, test=develop
7 years ago
JiabinYang
05bbe4e153
test=develop, add simple rnn test
7 years ago
jerrywgz
1c558ad388
add gpu kernel for box clip, test=develop
7 years ago
JiabinYang
e5a3306269
test=develop, add simple rnn test
7 years ago
JiabinYang
44c46e936f
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into feature/imperative
7 years ago
WangZhen
bac08c4a26
Fix some bugs caused by set functions of the Pass class. test=develop
7 years ago
JiabinYang
266e0b63cd
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into feature/imperative
...
simple rnn
7 years ago
flame
f534c66d2d
fix test_word2vec bug ( #15462 )
...
fix test_word2vec float's equality bug
7 years ago
JiabinYang
e686818aed
simple RNN
7 years ago
sneaxiy
d8568acd19
turn on remove_unnecessary_lock
...
test=develop
7 years ago
Qiao Longfei
99d533d026
update TestNumpyArrayInitializer test=develop
7 years ago
Qiao Longfei
0aecf7c70e
add TestNumpyArrayInitializer
7 years ago
Qiao Longfei
a1326cf363
add NumpyArrayInitializer and use it to refactor nce op
7 years ago
Qiao Longfei
def70c5ccc
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into optimize-assign
7 years ago
minqiyang
cf7229d2c2
Polish code
...
test=develop
7 years ago
minqiyang
cafbd62ea0
Add FLAGS_cudnn_deterministic to unittest now
...
test=develop
7 years ago
flame
d60751fb71
add python inference api ( #15248 )
...
add python inference api
7 years ago
dzhwinter
8f3b252392
squash commits. test=develop
7 years ago
minqiyang
be2d3ae629
Add debug info
7 years ago
minqiyang
a21f4e38c3
Polish code
...
test=develop
7 years ago
minqiyang
8ce198b2e1
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into imperative_resnet
...
test=develop
7 years ago
minqiyang
31a1cd8ce5
Align the first batch of gpu resnet
7 years ago
Dun
9f8f0fc2d3
Memory optimization of depthwise conv op and group norm op ( #15313 )
...
* mem opt
* test=develop
* test=develop
* test=develop
* test=develop
* test=develop
* test=develop
* test=develop
* refine code test=develop
* refine code test=develop
* refine code test=develop
* refine code test=develop
* refine with cub test=develop
* fix mkldnn test && remove comments && test=develop
* polish code && test=develop
* add only_forward test && test=develop
7 years ago
Xin Pan
9a9c690e71
Merge pull request #15343 from panyx0718/imperative3
...
add a GAN model in imperative mode
7 years ago
jerrywgz
b62a17bbae
add nms api
7 years ago
JiabinYang
af1cee5a35
change in 1/18
7 years ago
jerrywgz
f660553d77
enhance nms for mask rcnn, test=develop
7 years ago
shippingwang
14f2a1060d
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into shufflechannel
7 years ago
jerrywgz
88ee56d0b2
enhance nms for mask rcnn
7 years ago
zhaozhehao
e2ba9668b4
Tree conv op ( #15217 )
...
* refactor tree2col operator with new memory mechanism test=develop
* test=develop
* test=develop
* Modified API according to panyx0718 test=develop
* fix API change according to heavengate test=develop
* Modify API comment test=develop
7 years ago
chengduo
958ca2c7c5
speed fetch_feed_test ( #15383 )
...
test=develop
7 years ago
jerrywgz
10dd3b37ad
add axis for box coder op
7 years ago
乔龙飞 Qiao Longfei
adba4384ec
Merge pull request #15161 from jacquesqiao/gru-add-mode
...
gru add origin mode
7 years ago
wopeizl
e81b2c93f5
Merge pull request #15342 from wopeizl/windows/fixunittest
...
fix unit test cases
7 years ago
JiabinYang
7e3280ad1b
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into feature/imperative
7 years ago
minqiyang
dbd4d058af
Add static implementation and fix fc layer
7 years ago
Xin Pan
e395f2c6a3
polish codes
...
test=develop
7 years ago
JiabinYang
200776bdf0
add simple rnn
7 years ago
minqiyang
315b133e67
Add single GPU support to imperative
7 years ago
jerrywgz
481d8bce2f
add box clip op
7 years ago
tensor-tang
3759c1db8c
Merge pull request #14805 from mozga-intel/mozga-intel/element_wise_operator_ngraph
...
Enable element_wise_add operator for a ngraph engine
7 years ago
Xin Pan
179363a15c
polish codes
...
test=develop
7 years ago
Xin Pan
bfa2621fc3
fix bias
...
test=develop
7 years ago
Xin Pan
9a4314f025
imperative gan
...
test=develop
7 years ago
peizhilin
e7fa61e282
fix unit test cases
...
test=develop
7 years ago
Xin Pan
a61e7d0f48
dy gan mostly working
...
test=develop
7 years ago
tensor-tang
a7fc3d42a0
Merge pull request #15304 from tensor-tang/fuse/second_order_mul_sub
...
Fuse/second order mul sub and fuse repeated fc relu
7 years ago
Xin Pan
2db6e3ed2a
Merge pull request #15292 from panyx0718/imperative
...
polish imperative codes
7 years ago
乔龙飞 Qiao Longfei
b14d4cdd75
Merge pull request #14890 from jacquesqiao/multithread-sparse-adam
...
adam support multithread
7 years ago
Xin Pan
03fe31097b
add static GAN
7 years ago
mozga-intel
cba729404d
Enable softmax operator for a ngraph engine
...
test=develop
7 years ago
wopeizl
0fbb76f66b
Merge pull request #15204 from wopeizl/debug/support
...
add the python callstack for debug support test=develop
7 years ago
Qiao Longfei
a2f2cde031
revert test_adam_op test=develop
7 years ago
Qiao Longfei
7fd15ce539
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into multithread-sparse-adam
7 years ago
Qiao Longfei
9b4fe283e1
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into multithread-sparse-adam
...
test=develop
7 years ago
minqiyang
91d87ec0b2
Add unittest for imperative resnet
...
Fix the bug of static BatchNorm layer
7 years ago
Xin Pan
95f142b18b
resolve conflict
...
test=develop
7 years ago
Xin Pan
c27008c408
convert all tests to new CompiledProgram API
...
test=develop
7 years ago
chengduo
485d32102d
Open fetch_feed_op test ( #15266 )
...
* open fetch_feed_op test
test=develop
* code refine
test=develop
* reset timeout for test_parallel_executor_fetch_feed
test=develop
* disable test_parallel_executor_fetch_feed for windows
test=develop
* refine unit test
test=develop
7 years ago
peizhilin
9adb158e5b
Merge remote-tracking branch 'upstream/develop' into debug/support
7 years ago
Xin Pan
0d5819eb4f
polish imperative codes
...
test=develop
7 years ago
tensor-tang
d618e48309
fix fuse square mat order and refine test
...
test=develop
7 years ago
tensor-tang
157494a462
add squared mat sub unit test
...
test=develop
7 years ago
Qiao Longfei
e477d789a1
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into gru-add-mode
7 years ago
tensor-tang
f347d6e4a1
add repeated fc relu unit test
...
test=develop
7 years ago
Xin Pan
c9b4adf0d5
Merge pull request #15220 from velconia/imperative_shared_ptr
...
Refine imperative VarBase
7 years ago
Zeng Jinle
06efc6f35e
Merge pull request #15277 from sneaxiy/fix_py_reader_unittest
...
Fix some failed unittest
7 years ago
minqiyang
c86b3dd6e6
Polish code
...
test=develop
7 years ago
minqiyang
ddfb9f1123
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into imperative_shared_ptr
...
test=develop
7 years ago
Xin Pan
d1220f23bb
Merge pull request #15229 from panyx0718/imperative
...
support python codes in the imperative model
7 years ago
colourful-tree
d5a8909131
Merge pull request #14950 from colourful-tree/develop
...
add teacher student sigmoid loss
7 years ago
sneaxiy
485a1b5a37
fix some failed unittest
...
test=develop
7 years ago
minqiyang
d0b640dca1
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into imperative_shared_ptr
...
test=develop
7 years ago
xiaolil1
8f17c714de
Conv int8 residual ( #15145 )
...
* Enable basic MKL-DNN INT8 Conv OP
test=develop
* Modify test case
test=develop
* Clean unittest code
test=develop
* Fix test
test=develop
* Modify test
test=develop
* Enable MKL-DNN INT8 Conv with Relu Fusion OP
test=develop
* Enable INT8 Conv with residual fusion OP
test=develop
* Modify code.
test=develop
* Modify basic INT8 Conv
test=develop
* Modify Conv.
test=develop
* fix style
test=develop
* Fix style
test=develop
* Fix test
test=develop
* Modify code.
test=develop
* Fix test
test=develop
7 years ago
chengduo
0e178033d3
open compare_reduce_and_allreduce test ( #15258 )
...
test=develop
7 years ago
Wu Yi
fd85418329
[Feature] support mix precision training for resnet ( #14899 )
...
* clip softmax for fp16
* updates
* fuse xent support fp16 test=develop
* wip
* wip
* add simple row reduce
* wip fp16 accurate softmax
* add accurate softmax kernel for fp16 test=develop
* update test=develop
* fix cpu build test=develop
* update api.spec test=develop
* follow comments test=develop
* fix build test=develop
* fix trt build test=develop
* fix inference build test=develop
* fix merge test=develop
* update test=develop
* try fix build test=develop
* fix build test=develop
* rename real_exp test=develop
* fortest
* remove hacky kernels test=develop
* clean up test=develop
7 years ago
flame
fb63cd89d4
Add python ir graph API ( #14917 )
7 years ago
Zeng Jinle
41104907a4
Merge pull request #15189 from sneaxiy/enforce_dim_check_in_data_feeder
...
Enforce dim check in data feeder
7 years ago
乔龙飞 Qiao Longfei
5e74c4e88f
Merge pull request #15100 from jacquesqiao/fix-dist-sparse-decay
...
fix dist sparse l2 decay
7 years ago
minqiyang
0601f5c4ee
Add cross_entropy loss to mnist ut
7 years ago
minqiyang
7aab39af15
Change grads to VarBase
7 years ago
Qiao Longfei
40330c2c23
clean test_dist_ctr_with_l2_decay test=develop
7 years ago
tensor-tang
48410b9bfe
Merge pull request #15237 from tensor-tang/fuse/seqpool_concat_2
...
Fuse/seqpool concat 2
7 years ago
Xin Pan
7b73fc9e1a
Merge pull request #15089 from panyx0718/api
...
try unify Executor and ParallelExecutor
7 years ago
Qiao Longfei
5907d837c8
merge test_dist_ctr_with_l2_decay.py into test_dist_ctr.py
...
test=develop
7 years ago
Xin Pan
9597fd05e9
polish
...
test=develop
7 years ago
Qiao Longfei
9484165923
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into optimize-assign
...
test=develop
7 years ago
sneaxiy
999a05b04b
polish code
...
test=develop
7 years ago
Xin Pan
7aad6afd49
forward and backward
...
test=develop
7 years ago
mozga-intel
a42f8f4f6f
Enable element_wise_add operator for a ngraph
...
test=develop
7 years ago
tensor-tang
f702f8fd10
Merge remote-tracking branch 'ups/develop' into fuse/seqpool_concat
7 years ago
Qiao Longfei
b16e832d4d
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into fix-dist-sparse-decay
7 years ago
peizhilin
c783dd03bd
fix the test case test=develop
7 years ago
Xin Pan
11d4d39cd7
forward working
...
test=develop
7 years ago
Tao Luo
4d9aa1745a
Merge pull request #14806 from mozga-intel/mozga-intel/scale_operator_ngraph
...
Enable scale operator for a ngraph engine
7 years ago
Tao Luo
dc0c221426
Merge pull request #14803 from mozga-intel/mozga-intel/mean_operator_ngraph
...
Enable mean operator for a ngraph engine
7 years ago
Xin Pan
b629133375
checkpoint runnable PyLayer
...
test=develop
7 years ago
Qiyang Min
317840d3ba
Merge pull request #14277 from velconia/add_fused_emb_seq_pool_op
...
Add fused emb seq pool op
7 years ago
tensor-tang
2dd331cc21
Merge remote-tracking branch 'ups/develop' into fuse/seqpool_concat
...
test=develop
7 years ago
tensor-tang
316636404f
add seqpool concat unit test
7 years ago
xiaolil1
c8f101e5da
Conv int8 relu ( #15130 )
...
* Enable basic MKL-DNN INT8 Conv OP
test=develop
* Modify test case
test=develop
* Clean unittest code
test=develop
* Fix test
test=develop
* Modify test
test=develop
* Enable MKL-DNN INT8 Conv with Relu Fusion OP
test=develop
* Modify basic INT8 Conv
test=develop
* fix type
test=develop
* Modify test
test=develop
7 years ago
Xin Pan
0d0bc61248
update api
...
test=develop
7 years ago
Qiao Longfei
44b300556d
change min_row_size_to_use_multithread to parameter of adam
...
test=develop
7 years ago
Qiao Longfei
87b4eb1da4
change min_param_size_to_use_multithread to min_row_size_to_use_multithread
7 years ago
chengduo
eabb2105fa
Refactor MultiDevSSAGraphBuilder ( #15090 )
...
* Refactor ParallelExecutor
test=develop
* extract Reduce and AllReduce mode from MultiDevSSAGraphBuilder
test=develop
* Refactor MultiDevSSAGraphBuilder
test=developt
* Remove enable_data_balance
test=develop
* code refine
test=develop
* remove data balance
test=develop
* refine ScaleLossGradOp
test=develop
* remove uncessary file
test=develop
* code refine
test=develop
* modify function name
test=develop
* follow comments
test=develop
* add is_distribution field
test=develop
* set is_distribution
test=develop
* fix DistSSAGraphBuilder
test=develop
7 years ago
minqiyang
920d4a8b78
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into add_fused_emb_seq_pool_op
...
test=develop
7 years ago
mozga-intel
e77956c920
Enable mean operator for a ngraph
...
test=develop
7 years ago
mozga-intel
dd768714ab
Enable scale operator for a ngraph
...
test=develop
7 years ago
Qiao Longfei
7a81ab8607
complete gru_unite_op and test
7 years ago
Qiao Longfei
816c18a22b
update test_gru_unit_op
7 years ago
Qiao Longfei
72618c8da5
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into gru-add-mode
7 years ago
Qiao Longfei
17b1b660fc
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into multithread-sparse-adam
...
test=develop
7 years ago
乔龙飞 Qiao Longfei
e1679b8847
Merge pull request #14893 from JiabinYang/feature/add_prefech_hs
...
Feature/add prefech hs
7 years ago
wopeizl
796322d31a
Merge pull request #15134 from wopeizl/windows/whlsupport
...
fix the whl issue test=develop
7 years ago
Xin Pan
7526ac14e3
add comments
...
test=develop
7 years ago
xiaolil1
bbc9336878
Enable basic MKL-DNN INT8 Conv OP ( #15124 )
...
* Enable basic MKL-DNN INT8 Conv OP
test=develop
* Modify test case
test=develop
* Clean unittest code
test=develop
* Fix test
test=develop
* Modify test
test=develop
* Modify basic INT8 Conv
test=develop
7 years ago
Xin Pan
beaae61a16
polish
...
test=develop
7 years ago
Xin Pan
5e928e579a
try unify Executor and ParallelExecutor
...
test=develop
7 years ago
Qiao Longfei
78ec7c0f99
gru add origin mode
...
test=develop
7 years ago
Yan Xu
a1e60ab19b
Merge pull request #14791 from Yancey1989/parallel_graph_mode
...
[Feature] Add ParallelGraph executor mode in parallelexecutor to improve performance
7 years ago
wopeizl
67093da398
Merge pull request #15122 from wopeizl/windows/fixhuberloss
...
fix the huber loss compile issue on windows test=develop
7 years ago
Yancey1989
e65436103f
Merge branch 'develop' of github.com:PaddlePaddle/Paddle into parallel_graph_mode
...
test=develop
7 years ago
Qiyang Min
23761beaef
Merge pull request #14971 from velconia/imperative_mnist
...
Imperative Optimizer
7 years ago
xiaolil1
8eb1f26211
Enable INT8 pool OP ( #15046 )
...
* Enable INT8 pool OP
test=develop
* fix unittest
test=develop
* Clean unittest code.
test=develop
7 years ago
peizhilin
1cb74b061b
fix the whl issue test=develop
7 years ago
minqiyang
229565303f
Polish PyLayers
...
test=develop
7 years ago
peizhilin
dba009dbbf
fix script issue
...
test=develop
7 years ago
minqiyang
0f6ef8edba
Add MNIST
...
test=develop
7 years ago
minqiyang
a7966e673b
Polish code
...
test=develop
7 years ago
minqiyang
133f100552
Complete the unittest of optimizers
...
test=develop
7 years ago
Yancey1989
af91444cd6
polish unittest test=develop
7 years ago
minqiyang
2547f9d1b8
Polish code
...
test=develop
7 years ago
sneaxiy
48324c32f2
merge develop
...
test=develop
7 years ago
sneaxiy
8a83d6994e
delete data_balance unittest
...
test=develop
7 years ago
Yancey1989
82b42e31f0
polish unittest test=develop
7 years ago
minqiyang
09e2e66236
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into imperative_mnist
7 years ago
Yancey1989
0a885ac12a
Merge branch 'develop' of github.com:PaddlePaddle/Paddle into parallel_graph_mode
...
test=develop
7 years ago
Yancey1989
ca8c77d966
selecte execution according to strategy test=develop
7 years ago
qingqing01
6f0a1d7b47
Inception fusion operator. ( #14968 )
...
* Inception fusion operator.
* Support horizontal layer fusion in conv_fusion_op.
* Search conv algo strategy for variable-length input.
search N times and cache the searched algos. For other input, choose the algo of input whose area is closest to this input.
7 years ago
Zeng Jinle
77e11ce843
Merge pull request #15101 from sneaxiy/disable_data_balance_test
...
Disable data balance unittest
7 years ago
Qiao Longfei
877289c4ca
fix dist_ctr getenv, test=develop
7 years ago
Qiao Longfei
1e04222890
add test_dist_ctr_with_l2_decay.py
7 years ago
Kaipeng Deng
eebb82a2f6
Merge pull request #15097 from heavengate/adaptive_pool_ksize
...
adaptive_pool support pool_size as int. test=develop
7 years ago
Qiao Longfei
e77f54734b
add unit test for dist sparse l2 decay
7 years ago
sneaxiy
8bd0b028e2
disable data balance unittest
...
test=develop
7 years ago
Qiao Longfei
49cce3fd0e
fix dist sparse l2 decay
...
test=develop
7 years ago
dengkaipeng
ccc83bb4e5
adaptive_pool support pool_size as int. test=develop
7 years ago
Zeng Jinle
f129471bc1
Merge pull request #15083 from sneaxiy/fix_py_reader_unittest
...
Try to fix test_py_reader_use_executor.py
7 years ago
minqiyang
9e3155e01d
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into imperative_mnist
...
test=develop
7 years ago
minqiyang
6bb84490af
Fix imperative unit test
...
test=develop
7 years ago
Xin Pan
3e8408429d
Merge pull request #15053 from panyx0718/imperative_hold
...
refactor to avoid scope.
7 years ago
minqiyang
336160e651
Complete imperative optimizer implementation
...
test=develop
7 years ago
Yancey1989
4743c9cd5d
Merge branch 'develop' of github.com:PaddlePaddle/Paddle into parallel_graph_mode
7 years ago
sneaxiy
26695e0bb2
add thread join
...
test=develop
7 years ago
Yu Yang
efa630eadb
Refine Dockerfile ( #14908 )
...
* Refine Dockerfile
* Add tasks, cmake gen
* Fix code error
* Disable compile after paddle_build.sh
* Refine
* Skip on PY35 CI
* Change env
* Refine paddle_build.sh
* Expose gen_fluid_lib
* Refine mkldnn.cmake
* Refine mkldnn.cmake
* Refine mkldnnlib
* Skip unstable tests
7 years ago
Qiao Longfei
39a400345e
add unit test for test_adam_op_multi_thread
...
test=develop
7 years ago
chengduo
fe8495a758
[WIP] Refine MultiDevSSAGraph ( #15040 )
...
* refine parallel_exe
test=develop
* rename shared_var_device
* code refine
* add test_weight_decay
* remove Sort
test=develop
* Add SortForReduce
test=develop
* code refine
test=develop
* follow comment
test=develop
7 years ago
Qiao Longfei
d161215332
optimize adam multi thread
7 years ago
sneaxiy
6dd623b1e3
test=develop
7 years ago
minqiyang
d4b9928c5a
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into imperative_mnist
...
test=develop
7 years ago
Xin Pan
f52b514dcd
call kernel
7 years ago
Xin Pan
ce7e503cbe
refactor to avoid scope.
...
test=develop
7 years ago
Yancey1989
8cad371a60
fix nccl unittest acc test=develop
7 years ago
Xin Pan
71a4a8e981
Merge pull request #15071 from wopeizl/revert/15035
...
Revert "cherry-pick the #12759"
7 years ago
minqiyang
68e9b841ab
Add support for optimizer
7 years ago
Zeng Jinle
9c6a0203e2
Merge pull request #15073 from sneaxiy/add_scope_pool
...
Add scope_pool
7 years ago
Qiao Longfei
0384f3309a
enable unit test for test_nce
...
test=develop
7 years ago
sneaxiy
3e917a934a
add scope_pool
...
add module cleanup
test=develop
7 years ago
Qiao Longfei
b53eb7dcda
add init once for assign layer
7 years ago
Yancey1989
1a4f79a7de
fix unittest test=develop
7 years ago
Yancey1989
a8612adb04
fix lr scale test=develop
7 years ago
Yancey1989
86bb583881
Merge branch 'develop' of github.com:PaddlePaddle/Paddle into parallel_graph_mode
7 years ago
Yancey1989
845bfd5807
cleanup code
7 years ago
peizhilin
2388d0e7d6
Revert "cherry-pick the #12759"
...
test=develop
This reverts commit 7f6d8acecb .
7 years ago
Yancey1989
41a64f6a2a
Merge branch 'develop' of github.com:PaddlePaddle/Paddle into parallel_graph_mode
7 years ago
JiabinYang
2aa1dc67ce
test=develop, fix test_dist_transpiler failed
7 years ago
whs
2314f2ebb3
Make topk op support variable k. ( #15044 )
...
* Make topk op support variable k.
test=develop
* Fix tensor type.
test=develop
7 years ago
shippingwang
5631fc0817
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into shufflechannel
7 years ago
shippingwang
3757c1ee47
Modify test layers, test=develop
7 years ago
wopeizl
09bd8fa67a
Merge pull request #15035 from wopeizl/debug/improvement1
...
cherry-pick the #12759
7 years ago
Wu Yi
856f0da0fe
Fp16 training ( #14992 )
...
* 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
* make fp16 lr schedule simple test=develop
* fix ut test=develop
* fix tests test=develop
* remove fp16 learning rate cast test=develop
7 years ago
shippingwang
942d7cf7ef
Modify python interface, test=develop
7 years ago
JiabinYang
cb478f7a94
just for test
7 years ago
shippingwang
0a0b6f4a22
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into shufflechannel
7 years ago
peizhilin
7f6d8acecb
cherry-pick the #12759
...
test=develop
7 years ago
tensor-tang
05d1121b22
Merge pull request #14802 from mozga-intel/mozga-intel/fill_constant_operator_ngraph
...
Enable fill_constant operator for a ngraph engine
7 years ago
tensor-tang
9d4f1d468a
Merge pull request #14804 from mozga-intel/mozga-intel/top_k_operator_ngraph
...
Enable top_k operator for a ngraph engine
7 years ago
tensor-tang
8a6ac4dba7
Merge pull request #14973 from xiaolil1/dequantize
...
Add Dequantize OP
7 years ago
tensor-tang
f0e02a65ed
Merge pull request #14974 from xiaolil1/quantize
...
Add Quantize OP
7 years ago
shippingwang
76c6f11584
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into shufflechannel
7 years ago
shippingwang
16d4e13711
Add ShuffleChannelOP
7 years ago
Tao Luo
d4f384767a
Merge pull request #14987 from jczaja/prv-transpose-mkldnn-grad
...
[MKL-DNN] Added transpose/transpose2 MKLDNN grad ops
7 years ago
Zeng Jinle
95cbe07c40
Merge pull request #14836 from sneaxiy/feature/py_func
...
Featue/py_func op
7 years ago
mozga-intel
7048caf9a0
Enable top_k operator for a ngraph
...
test=develop
7 years ago
mozga-intel
ecfa68ecaa
Enable fill_constant operator for a ngraph
...
test=develop
7 years ago
minqiyang
9e24fa3aeb
Polish code
...
test=develop
7 years ago
minqiyang
1c116462cc
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into imperative_mnist
...
test=develop
7 years ago
minqiyang
29697c2e25
Add stop_gradient to VarBase to support loss function
...
test=develop
7 years ago
Jacek Czaja
d05094eec3
- Added transpose/transpose2 MKLDNN grad ops
...
test=develop
7 years ago
Xin Pan
2537ac512e
Merge pull request #14983 from typhoonzero/revert_14850
...
Revert "[Feature] Fp16 training for resnet50 (#14850 )"
7 years ago
chengduo
a015a8a39d
Refine merge_selected_rows Doc ( #14748 )
...
* add doc for MergeSelectedRows
test=develop
* checkout selected_rows
test=develop
7 years ago
typhoonzero
da87f7a698
Revert "[Feature] Fp16 training for resnet50 ( #14850 )"
...
This reverts commit 3d750f9c5a .
7 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
7 years ago
minqiyang
fba3712a7b
Add multi-input to forward function in Layer
7 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
7 years ago
heqiaozhi
f18e8a7a5e
remove some comments & refine doc & put template class in .h
...
test=develop
7 years ago
xiaoli.liu@intel.com
3146629485
Add Dequantize OP
...
test=develop
7 years ago
xiaoli.liu@intel.com
019dbf7f5f
Add Quantize OP
...
test=develop
7 years ago
minqiyang
3cd10a7c4f
Add Conv2D forward
...
test=develop
7 years ago
JiabinYang
bfcb5e5235
test=develop, fix gpu compile error on prefetch, and fix hs/nce ut failed on gpu
7 years ago
Xin Pan
cf3a07e8f8
Merge pull request #14878 from panyx0718/imperative
...
MLP forward backward
7 years ago
minqiyang
8d88c5a87d
Shameless copy
7 years ago
JiabinYang
8515ee3a29
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into feature/add_prefech_hs
7 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
7 years ago
heqiaozhi
5c7a8aee07
merge upstream to my develop
...
test=develop
Merge remote-tracking branch 'upstream/develop' into develop
7 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
7 years ago
heqiaozhi
4f6e9e3ac3
teacher student sigmoid loss
7 years ago
tangwei12
f7fb937bfe
fix in cmake, test=develop
7 years ago
JiabinYang
19a8d96585
fix nce in test_dist_transpiler, test=develop
7 years ago
JiabinYang
52ca40fcfe
Merge branch 'feature/add_prefech_hs' of https://github.com/JiabinYang/Paddle into feature/add_prefech_hs
7 years ago
JiabinYang
3b7b2e1ded
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into feature/add_prefech_hs
7 years ago
JiabinYang
b2f789c66d
add test transpiler dist test, test=develop
7 years ago
tangwei12
547c1bd11d
Merge branch 'feature/add_prefech_hs' of https://github.com/JiabinYang/Paddle into add_prefetch_nce_hs
7 years ago
tangwei12
e0c3c56b06
add nce remote ut, test=develop
7 years ago
Xin Pan
6324032602
MLP forward backward
...
test=develop
7 years ago
Xin Pan
c89a1fb287
Merge pull request #14879 from panyx0718/clean
...
clean parallel do
7 years ago
Qiao Longfei
e2d56561e7
Merge pull request #14889 from jacquesqiao/optimize-adam
...
adam optimizer support lazy mode
7 years ago
tangwei12
aed3872c1c
add int cast, test=develop
7 years ago
Zeng Jinle
16c244bc3f
Merge pull request #14928 from sneaxiy/fix_gc
...
Fix gc bug
7 years ago
tangwei12
41790f1366
add ut about nce
7 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
7 years ago
JiabinYang
656040c726
merge reyoung optimization
7 years ago
sneaxiy
c631412eab
fix gc bug
...
test=develop
7 years ago
shippingwang
7f73c16e42
Add
7 years ago
shippingwang
2dd55b873f
Add shuffle_channel_op
7 years ago
Qiao Longfei
1141db8114
update test_adam_op
...
test=develop
7 years ago
Yancey1989
a7d6b1f921
code cleanup test=develop
7 years ago
Yancey1989
a760a550b0
Merge branch 'develop' of github.com:PaddlePaddle/Paddle into parallel_graph_mode
7 years ago
Yancey1989
fd144954ed
redefine api test=develop
7 years ago
Qiao Longfei
238b24bfa2
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into optimize-adam
7 years ago
tangwei12
e196fa367b
update ut, test=develop
7 years ago
Xin Pan
6445cf1e91
fix
...
test=develop
7 years ago
Kaipeng Deng
dc76e4b0f1
Merge pull request #14701 from heavengate/adaptive_pool
...
add adaptive pool2d and pool3d
7 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
7 years ago
tangwei12
723f68727d
add ut about nce in transpiler
7 years ago
Yancey1989
4a4ccac1d0
update by comment test=develop
7 years ago
JiabinYang
f702ab74b9
add dist transpiler test
7 years ago
Qiao Longfei
c624417c6f
change sparse mode to lazy mode
7 years ago