Commit Graph

176 Commits (914558049f4c6cd2a87d5e96f32b3732a2e281cb)

Author SHA1 Message Date
guochaorong b1fc238694 Revert "Disable in_place in batch_norm API. (#12736)"
7 years ago
qingqing01 f5d5d7b2d9
Disable in_place in batch_norm API. (#12736)
7 years ago
minqiyang 99d3f08920 Add print_function for all python files
7 years ago
minqiyang a3539845f2 Polish python code style
7 years ago
minqiyang e102e5dd83 Fix cifar10 decompress problem
7 years ago
minqiyang 3ec6d60c34 Fix write bytes in dataset download
7 years ago
minqiyang 6abe819f07 Fix pybind11 problem
7 years ago
minqiyang 4bf3c8c5a1 Use six.moves to migrate zip, map, reduce and pickle in Python2 to Python3
7 years ago
minqiyang 91f0573bc1 Fix the overfix of 2to3 for print function
7 years ago
minqiyang 559d36328c Apply 2to3 to current paddle main python code
7 years ago
Wei Xu 264e8305b0 Fixed unittests for WITH_GPU=OFF and WITH_DISTRIBUTE=OFF build
7 years ago
yuyang18 6c83dcd622
Hide get_places. Mark it as deprecated
7 years ago
Yibing Liu c225d7a298 Use real test data for fit_a_line model to get valid result
7 years ago
Xin Pan fc697f070e
Merge pull request #11712 from kexinzhao/fix_lod_name
7 years ago
Kexin Zhao 6b95a8a89c fix error
7 years ago
Kexin Zhao e09ac3df18 replace lod name with recur_seq_lens
7 years ago
guosheng 4e9d7ddbc6 Merge branch 'develop' of https://github.com/PaddlePaddle/paddle into fix-beam_search-dev
7 years ago
gongweibao 25241e9e5e
Fix paddle env variables. (#11564)
7 years ago
guosheng f4bdfbc697 Merge branch 'develop' of https://github.com/PaddlePaddle/paddle into fix-beam_search-dev
7 years ago
Wu Yi 53d1d0f0f2
add LARS support (#10374)
7 years ago
Tao Luo d516ace94d
Merge pull request #11364 from jshower/develop
7 years ago
guosheng 49ca424d6e Fix src_idx out of range in beam_search_op
7 years ago
guosheng 6e38cc337d Fix the beam_search in test_machine_translation.py
7 years ago
chengduoZH 0a46de4a3c fix unit test
7 years ago
guosheng 92a7766ecb Merge branch 'develop' of https://github.com/PaddlePaddle/paddle into fix-beam_search
7 years ago
guosheng 592f84a4af Complete the docs of beam_search_op, beam_searc_decode_op and the python wrapper
7 years ago
jshower 22f80cc536 code sytle
7 years ago
jshower 451bc3a7bd Correct the use of the lstm layer
7 years ago
Siddharth Goyal 52e2eb65b9
Fix function in fit-a-line with new API (#11020)
7 years ago
Siddharth Goyal 99a5a3d8d3
Fix optimizer in remaining chapters with high level API (#11172)
7 years ago
Siddharth Goyal a4237171a5
Modify optimizer in new API to support more usecases (#11168)
7 years ago
Nicky Chan df300fffd5
Merge pull request #11056 from nickyfantasy/refract_machine_translation_test
7 years ago
Kexin Zhao 83fb834f8c
Modify RNN encoder decoder example using new LoDTensor API (#11021)
7 years ago
Nicky 6f3c7d9b24 Simplify and make a clear function name
7 years ago
Kexin Zhao 60783a753a
Modify machine translation example using new LoDTensor API (#11018)
7 years ago
Siddharth Goyal 88aa2d8a6a
Fix order of inputs in infer() of label_semantic example (#10993)
7 years ago
Siddharth Goyal fb43c6b4a5
Fix attribute name in new API (#10947)
7 years ago
Kexin Zhao c79ec9f002
Add create LoDTensor from list option and simplify recommender book example (#10946)
7 years ago
yuyang18 dd4c977401 Diable buggy test
7 years ago
Kexin Zhao 4d29a5d3c3 first commit
7 years ago
Kexin Zhao defbaff2f6
Merge pull request #10886 from kexinzhao/label_semantic_roles_lod
7 years ago
Kexin Zhao b3f650d1c6
Merge pull request #10889 from kexinzhao/understand_sentiment_lod
7 years ago
Kexin Zhao 6133728a67 fix error
7 years ago
Kexin Zhao 69e0af56cd do this to new_api example
7 years ago
Kexin Zhao dbc6102e55 simplify label_sementic_example
7 years ago
Nicky Chan 5b9d09d729
Merge branch 'develop' into high_level_api_machine_translation
7 years ago
Siddharth Goyal 87ff95d928
[Test-driven] Implementing label_semantic_role with new API (#10757)
7 years ago
daminglu e0d5702e82
add cmake for word2vec (#10890)
7 years ago
daminglu 0cd3d46147
Recommend sys new api (#10894)
7 years ago
daminglu cc7b4b9ef1
add return_numpy back (#10892)
7 years ago
Nicky b0868af5d7 Simplify Machine Translation demo by using Trainer API
7 years ago
Kexin Zhao 8cce330430 fix error
7 years ago
Kexin Zhao 5a10d833db initial commit
7 years ago
Kexin Zhao 224bd8f0de Add lod_tensor.py for ease of creating lod tensor in book examples (#10817)
7 years ago
Siddharth Goyal 80868f799a Add dynamic rnn model for sentiment analysis with new API (#10849)
7 years ago
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