minqiyang
3ce2d295c0
Refine stop_gradient
...
test=develop
6 years ago
jerrywgz
6dfd789bfc
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into refine_nms
6 years ago
Xin Pan
58cb18d9d9
Merge pull request #15322 from velconia/imperative_resnet
...
Imperative Resnet
6 years ago
sneaxiy
eed4a6383d
disable eager deletion unittest
...
test=develop
6 years ago
JiabinYang
cddecad701
test=develop, add embeding to layers and add ptb_rnn in imperative test
6 years ago
minqiyang
c8965dc1ab
Polish code
...
test=develop
6 years ago
乔龙飞 Qiao Longfei
d243e555eb
Merge pull request #15080 from jacquesqiao/optimize-assign
...
Optimize assign
6 years ago
guomingz
dbdaf15ca0
[V1.3] Add the calibration tool code for int8 inference and focus test. ( #15062 )
...
* Add the calibration tool code for int8 inference and focus test.
* Fix the calibration tool per the review comments.
test=develop
* Update the calibrator doc and remove extra line.
* Fix the invalid is_negative_input attr set on Mobilenet.
* Add the comments and fix the format issue.
test=develop
* Update the CMakelist.txt for Calibration PR.Disable the Calibration UT if not enable MKLDNN.
test=develop
* Update the CMakeList.txt.
test=develop
* Disable the test_calibration case on WIN and MAC.
test=develop
* Add the missing brackets.
test=develop
* Remove the outdated map operator which not supported on Python3.
test=develop
* Fix the style issue.
test=develop
* 1.Update the CMakeList.txt to disable calibration tool ut when the WITH_MKL is not set;
2.Add the workaround to enable the FLAGS_use_mkldnn for PR_CI(PADDLE).
test=develop
* Fix the typo and format the License header.
test=develop
* 1.Add and Update TODOs per review comments.
2.Code clean.
test=develop
6 years ago
tangwei12
8b50ad80ff
checkpoint at distributed training ( #14854 )
...
checkpoint for distributed training.
6 years ago
Qiao Longfei
119a3d4deb
update comment test=develop
6 years ago
jerrywgz
cc53453057
add comment and refine code, test=develop
6 years ago
qingqing01
07dc5a1506
Add generate_mask_labels_op to support Mask-RCNN and refine some code. ( #15371 )
...
* Add generate_mask_labels_op to support Mask-RCNN.
* Refine sigmoid_cross_entropy to support nomalize mode.
* Fix generator_proposals_label.
* Use DeviceTemporaryAllocator in roi_pool and roi_algin.
* Remove shape check in data_feeder.
6 years ago
Qiao Longfei
6833ec06dc
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into optimize-assign
...
test=develop
6 years ago
JiabinYang
33590b583f
test=develop, move simple rnn cell to test_imperative
6 years ago
Yiqun Liu
eaad3e4c3d
Add check of input in sequence_expand op. ( #15466 )
...
* Add check of input in sequence_expand op.
test=develop
* Correct the unittest of sequence_expand op.
test=develop
6 years ago
sneaxiy
ef788603d4
merge develop
...
test=develop
6 years ago
Zhen Wang
58727e8e6d
Merge pull request #15455 from wzzju/graph_quantization
...
Graph quantization pass. TODO(Add public API comments.)
6 years ago
Paddle CI
289aba750a
Polish code
...
test=develop
6 years ago
JiabinYang
05bbe4e153
test=develop, add simple rnn test
6 years ago
JiabinYang
e5a3306269
test=develop, add simple rnn test
6 years ago
JiabinYang
44c46e936f
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into feature/imperative
6 years ago
WangZhen
bac08c4a26
Fix some bugs caused by set functions of the Pass class. test=develop
6 years ago
JiabinYang
266e0b63cd
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into feature/imperative
...
simple rnn
6 years ago
flame
f534c66d2d
fix test_word2vec bug ( #15462 )
...
fix test_word2vec float's equality bug
6 years ago
JiabinYang
e686818aed
simple RNN
6 years ago
WangZhen
4e91d8d291
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into graph_quantization
...
test=develop
6 years ago
WangZhen
3b668c1574
Update some comments in the quantization transform pass. test=develop
6 years ago
WangZhen
b913463e83
Update according to the reviewers' suggestion. test=develop
6 years ago
sneaxiy
d8568acd19
turn on remove_unnecessary_lock
...
test=develop
6 years ago
Qiao Longfei
99d533d026
update TestNumpyArrayInitializer test=develop
6 years ago
Qiao Longfei
0aecf7c70e
add TestNumpyArrayInitializer
6 years ago
Qiao Longfei
a1326cf363
add NumpyArrayInitializer and use it to refactor nce op
6 years ago
Qiao Longfei
def70c5ccc
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into optimize-assign
6 years ago
Xin Pan
1d31a0e10c
resolve conflicts
...
test=develop
6 years ago
Xin Pan
1888337a49
tweak the executor implementation to better match origin behavior
...
test=develop
6 years ago
minqiyang
cf7229d2c2
Polish code
...
test=develop
6 years ago
WangZhen
3ce6172052
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into graph_quantization
6 years ago
minqiyang
cafbd62ea0
Add FLAGS_cudnn_deterministic to unittest now
...
test=develop
6 years ago
WangZhen
59e5cc51d6
Add quantization transform pass and UT.
6 years ago
flame
d60751fb71
add python inference api ( #15248 )
...
add python inference api
6 years ago
Qiao Longfei
cf0a057981
add document for ctr reader
...
test=develop
6 years ago
Qiao Longfei
45578c1b48
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into optimize-cpp-reader
6 years ago
peizhilin
5e5e6a3225
fix the prompt when dll load failed on windows
...
test=develop
6 years ago
minqiyang
be2d3ae629
Add debug info
6 years ago
minqiyang
a21f4e38c3
Polish code
...
test=develop
6 years ago
minqiyang
8ce198b2e1
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into imperative_resnet
...
test=develop
6 years ago
minqiyang
31a1cd8ce5
Align the first batch of gpu resnet
6 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
6 years ago
Xin Pan
9a9c690e71
Merge pull request #15343 from panyx0718/imperative3
...
add a GAN model in imperative mode
6 years ago
WangZhen
e2ff300b02
add UT for quantization.
6 years ago
dongdaxiang
db50b01100
remove file cnt assignment in async_executor
...
test=develop
6 years ago
WangZhen
451896fce4
init quantization.
6 years ago
jerrywgz
b62a17bbae
add nms api
6 years ago
Xin Pan
3c09a57e47
fix bias
...
test=develop
6 years ago
Xin Pan
c8c3efad76
fix bias
...
test=develop
6 years ago
JiabinYang
af1cee5a35
change in 1/18
6 years ago
jerrywgz
f660553d77
enhance nms for mask rcnn, test=develop
6 years ago
shippingwang
14f2a1060d
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into shufflechannel
6 years ago
jerrywgz
88ee56d0b2
enhance nms for mask rcnn
6 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
6 years ago
chengduo
958ca2c7c5
speed fetch_feed_test ( #15383 )
...
test=develop
6 years ago
乔龙飞 Qiao Longfei
adba4384ec
Merge pull request #15161 from jacquesqiao/gru-add-mode
...
gru add origin mode
6 years ago
wopeizl
e81b2c93f5
Merge pull request #15342 from wopeizl/windows/fixunittest
...
fix unit test cases
6 years ago
JiabinYang
a360f1436b
little change
6 years ago
JiabinYang
7e3280ad1b
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into feature/imperative
6 years ago
Xin Pan
d1ac567579
fix
...
test=develop
6 years ago
minqiyang
dbd4d058af
Add static implementation and fix fc layer
6 years ago
Xin Pan
bf180577ba
fix
...
test=develop
6 years ago
Xin Pan
e395f2c6a3
polish codes
...
test=develop
6 years ago
JiabinYang
200776bdf0
add simple rnn
6 years ago
minqiyang
315b133e67
Add single GPU support to imperative
6 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
6 years ago
shippingwang
53e76a2eb6
Fix comments display, test=develop
6 years ago
Xin Pan
179363a15c
polish codes
...
test=develop
6 years ago
Xin Pan
bfa2621fc3
fix bias
...
test=develop
6 years ago
Xin Pan
9a4314f025
imperative gan
...
test=develop
6 years ago
peizhilin
e7fa61e282
fix unit test cases
...
test=develop
6 years ago
Xin Pan
a61e7d0f48
dy gan mostly working
...
test=develop
6 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
6 years ago
Xin Pan
73093656b8
Merge pull request #15331 from panyx0718/api
...
expose CompiledProgram
6 years ago
Xin Pan
2db6e3ed2a
Merge pull request #15292 from panyx0718/imperative
...
polish imperative codes
6 years ago
乔龙飞 Qiao Longfei
b14d4cdd75
Merge pull request #14890 from jacquesqiao/multithread-sparse-adam
...
adam support multithread
6 years ago
Xin Pan
03fe31097b
add static GAN
6 years ago
mozga-intel
cba729404d
Enable softmax operator for a ngraph engine
...
test=develop
6 years ago
Qiao Longfei
cd31b90a46
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into optimize-cpp-reader
...
test=develop
6 years ago
liuwei1031
3f815e079f
fix github issue 15267 test=develop ( #15306 )
...
* fix github issue 15267 test=develop
* fix github issue 15267 test=develop
6 years ago
wopeizl
0fbb76f66b
Merge pull request #15204 from wopeizl/debug/support
...
add the python callstack for debug support test=develop
6 years ago
Xin Pan
24bb6a6aec
expose CompiledProgram
...
test=develop
6 years ago
Qiao Longfei
a2f2cde031
revert test_adam_op test=develop
6 years ago
Qiao Longfei
a6b3bf6069
add attr min_row_size_to_use_multithread in op config test=develop
6 years ago
Qiao Longfei
8c516a24e5
remote min_row_size_to_use_multithread in adam interface test=develop
6 years ago
Qiao Longfei
7fd15ce539
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into multithread-sparse-adam
6 years ago
Qiao Longfei
9b4fe283e1
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into multithread-sparse-adam
...
test=develop
6 years ago
minqiyang
91d87ec0b2
Add unittest for imperative resnet
...
Fix the bug of static BatchNorm layer
6 years ago
Xin Pan
95f142b18b
resolve conflict
...
test=develop
6 years ago
Xin Pan
abdd9411b4
fix
...
test=develop
6 years ago
Xin Pan
c27008c408
convert all tests to new CompiledProgram API
...
test=develop
6 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
6 years ago
peizhilin
eea75a1d93
fix issue when type is invalid
...
test=develop
6 years ago
peizhilin
9adb158e5b
Merge remote-tracking branch 'upstream/develop' into debug/support
6 years ago