Commit Graph

171 Commits (ebff68fa74c3f278b97326fec56d775a94323623)

Author SHA1 Message Date
Siddharth Goyal e858471a16
Add conv model for sentiment analysis with new API (#10847)
7 years ago
Siddharth Goyal f6543a1181 [Test-driven] Implementing sentiment_analysis with new API (#10812)
7 years ago
daminglu ae1990731d
Test word2vec (#10779)
7 years ago
daminglu 11b6473c26
Image classification & word2vec (#10738)
7 years ago
Qiao Longfei eb7d87545e add trainer.stop and fix a bug for train_by_parallel_executor (#10762)
7 years ago
Qiao Longfei 54ae8e4520
Merge pull request #10741 from jacquesqiao/inferencer-support-multi-gpu
7 years ago
qiaolongfei feed94e20f should load parameter before create parallel_executor
7 years ago
Kexin Zhao bbd7580e04 simplify recognize digits example code (#10722)
7 years ago
yuyang18 f04754886b Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into feature/trainer_by_pe
7 years ago
Yang Yang(Tony) b67ce353fa
speed up test label semantic roles (#10718)
7 years ago
yuyang18 791af3a088 Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into feature/trainer_by_pe
7 years ago
daminglu 74ca73b80d
Update trainer api (#10674)
7 years ago
Wu Yi b0eca1040f
remove unused vars (#10618)
7 years ago
daminglu 9fad436bf4
Simplify fluid api for fit a line (#10301)
7 years ago
yuyang18 c4ad0dd084 Add fetch metrics
7 years ago
yuyang18 2a0205a5d9 Draft for train by parallel executor
7 years ago
Jeff Wang 177324b067
[Test-driven] Recognize Digit: update mnist test cases with the new API syntax. (#10507)
7 years ago
Qiao Longfei 2a971f3084 Add inferencer infer (#10445)
7 years ago
fengjiayi ba57348f8f trainer.test() (#10453)
7 years ago
Tao Luo 5c26f16832
Merge pull request #10506 from tonyyang-svail/test_label_semantic_roles
7 years ago
Jeff Wang 0fed3db3eb
Put all new tests under high-level-api (#10534)
7 years ago
Yang Yang 5950978573 decrease the pass number of test_label_semantic_roles
7 years ago
chengduoZH e87b345d50 untest understand_sentiment
7 years ago
Jeff Wang 380471f947
Simplify fluid api recognize digit (#10308)
7 years ago
Siddharth Goyal 8a8ae9cebe
Add label semantic examples with new Fluid api (#10368)
7 years ago
Yi Wang ddf6167213
Correct filename (#10384)
7 years ago
Kexin Zhao 7a86069422 Add float16 demo code and put float16 work in contrib/float16 folder (#10331)
7 years ago
Abhinav Arora f428e82d25
Prediction should be a part of inference_network in new API (#10356)
7 years ago
Abhinav Arora 3000e9946f
Write the Understand Sentiment book example with stacked LSTM using new API (#10355)
7 years ago
Helin Wang be219ac0ea
Merge pull request #10354 from helinwang/scaffold
7 years ago
Yancey 73650a8320
Merge pull request #10342 from Yancey1989/refine_distribute_transpiler_api
7 years ago
Helin Wang a66052c6ff improve trainer API
7 years ago
Yu Yang 1bb579a3f5 A naive trainer implementation
7 years ago
Yancey1989 da960ada49 redefine distribute transpiler api
7 years ago
Helin Wang a785a837b9 update the example with the latest API
7 years ago
Helin Wang 3eef539a42 add word2vec test for the new API
7 years ago
Thuan Nguyen fb7ca48c06
Add image classification unit test using simplified fluid API (#10306)
7 years ago
Kexin Zhao 0ecc6fa8f3 Add float16 transpiler and image classification example (#10109)
7 years ago
Yang Yang(Tony) 2182ecfbbd
remove duplicated ShareLoD in gru_op and sequence_conv_op (#10149)
7 years ago
Yiqun Liu 598035f985 Fix a bug in save_inference_model and prune when the program is initailized by load_inference_model (#10011)
7 years ago
Luo Tao 81c47b21ef add type check and default scope
7 years ago
Luo Tao 01b88f2177 Merge branch 'develop' into merge_bn
7 years ago
Yu Yang ed2d7d7d26 Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into feature/mix_cpu_gpu_op
7 years ago
Yu Yang 482314e3b1 Add CRF unittest
7 years ago
Luo Tao f45818e7f9 create new varible in scope
7 years ago
Wu Yi 1bdc7261a5
Merge pull request #9578 from typhoonzero/threadpool_for_io
7 years ago
Luo Tao 6e735e1e6e Merge branch 'develop' into merge_bn
7 years ago
typhoonzero 26cfc634b9 multi stream thread pool
7 years ago
Luo Tao 5483258b7e fuse batch norm for conv operator with bias
7 years ago
jshower ad6ddf533c for ci
7 years ago
jshower 7c1434dd73 code style
7 years ago
Luo Tao ea0cf6f382 rewrite inference_transpiler in Python end
7 years ago
jshower d9a5222385 code style
7 years ago
jshower 9fe938cb2a Changing network configuration, avoid nan
7 years ago
Luo Tao 17833d30e3 fuse batch norm for conv operator without bias
7 years ago
Helin Wang bcf7c36b0b Make paddle.fluid no longer depends on paddle.v2
7 years ago
yangyaming 2c22552542 Fix some comments and adapt test_machine_translation.py.
7 years ago
chengduoZH 93107ce138 add regularization for test_machine_tranlation
7 years ago
kexinzhao 6720681cc2 Enable is_test attr of batch norm and drop out op for test program (#8642)
7 years ago
Qiao Longfei f45a82be4e
change learning_rate_decay to learning_rate_scheduler (#8583)
7 years ago
gmcather bc36396d71 fix test_understand_sentiment bug (#8767)
7 years ago
Helin Wang e9b488635c Fix vgg16 fc layer size: 4096 rather than 512
7 years ago
Yu Yang 2a4e7add6f Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into feature/add_global_step
7 years ago
武毅 4d4322a698
merge fluid dist tests (#8573)
7 years ago
Tao Luo dce0383f89
Merge pull request #8404 from Xreki/core_refine_inference
7 years ago
Liu Yiqun efb6ba3531 Merge branch 'develop' into core_refine_inference
7 years ago
Yu Yang 2af9aac2cb Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into feature/add_global_step
7 years ago
Yu Yang 175cf6e024 Add global_step in nn.py
7 years ago
Yu Yang 5f1a577e33 Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into feature/enhance_layer_generator
7 years ago
Luo Tao bde090a975 replace paddle.v2.fluid by paddle.fluid in tests
7 years ago
Luo Tao b11956a0b5 move Fluid API code out of V2 API code
7 years ago