Commit Graph

104 Commits (b4f28ccc193bef7aa5bcff1c19f4c816c5c03d59)

Author SHA1 Message Date
gongweibao 25241e9e5e
Fix paddle env variables. (#11564)
8 years ago
Wu Yi 53d1d0f0f2
add LARS support (#10374)
8 years ago
Tao Luo d516ace94d
Merge pull request #11364 from jshower/develop
8 years ago
chengduoZH 0a46de4a3c fix unit test
8 years ago
jshower 22f80cc536 code sytle
8 years ago
jshower 451bc3a7bd Correct the use of the lstm layer
8 years ago
Siddharth Goyal 52e2eb65b9
Fix function in fit-a-line with new API (#11020)
8 years ago
Siddharth Goyal 99a5a3d8d3
Fix optimizer in remaining chapters with high level API (#11172)
8 years ago
Siddharth Goyal a4237171a5
Modify optimizer in new API to support more usecases (#11168)
8 years ago
Nicky Chan df300fffd5
Merge pull request #11056 from nickyfantasy/refract_machine_translation_test
8 years ago
Kexin Zhao 83fb834f8c
Modify RNN encoder decoder example using new LoDTensor API (#11021)
8 years ago
Nicky 6f3c7d9b24 Simplify and make a clear function name
8 years ago
Kexin Zhao 60783a753a
Modify machine translation example using new LoDTensor API (#11018)
8 years ago
Siddharth Goyal 88aa2d8a6a
Fix order of inputs in infer() of label_semantic example (#10993)
8 years ago
Siddharth Goyal fb43c6b4a5
Fix attribute name in new API (#10947)
8 years ago
Kexin Zhao c79ec9f002
Add create LoDTensor from list option and simplify recommender book example (#10946)
8 years ago
yuyang18 dd4c977401 Diable buggy test
8 years ago
Kexin Zhao 4d29a5d3c3 first commit
8 years ago
Kexin Zhao defbaff2f6
Merge pull request #10886 from kexinzhao/label_semantic_roles_lod
8 years ago
Kexin Zhao b3f650d1c6
Merge pull request #10889 from kexinzhao/understand_sentiment_lod
8 years ago
Kexin Zhao 6133728a67 fix error
8 years ago
Kexin Zhao 69e0af56cd do this to new_api example
8 years ago
Kexin Zhao dbc6102e55 simplify label_sementic_example
8 years ago
Nicky Chan 5b9d09d729
Merge branch 'develop' into high_level_api_machine_translation
8 years ago
Siddharth Goyal 87ff95d928
[Test-driven] Implementing label_semantic_role with new API (#10757)
8 years ago
daminglu e0d5702e82
add cmake for word2vec (#10890)
8 years ago
daminglu 0cd3d46147
Recommend sys new api (#10894)
8 years ago
daminglu cc7b4b9ef1
add return_numpy back (#10892)
8 years ago
Nicky b0868af5d7 Simplify Machine Translation demo by using Trainer API
8 years ago
Kexin Zhao 8cce330430 fix error
8 years ago
Kexin Zhao 5a10d833db initial commit
8 years ago
Kexin Zhao 224bd8f0de Add lod_tensor.py for ease of creating lod tensor in book examples (#10817)
8 years ago
Siddharth Goyal 80868f799a Add dynamic rnn model for sentiment analysis with new API (#10849)
8 years ago
Siddharth Goyal e858471a16
Add conv model for sentiment analysis with new API (#10847)
8 years ago
Siddharth Goyal f6543a1181 [Test-driven] Implementing sentiment_analysis with new API (#10812)
8 years ago
daminglu ae1990731d
Test word2vec (#10779)
8 years ago
daminglu 11b6473c26
Image classification & word2vec (#10738)
8 years ago
Qiao Longfei eb7d87545e add trainer.stop and fix a bug for train_by_parallel_executor (#10762)
8 years ago
Qiao Longfei 54ae8e4520
Merge pull request #10741 from jacquesqiao/inferencer-support-multi-gpu
8 years ago
qiaolongfei feed94e20f should load parameter before create parallel_executor
8 years ago
Kexin Zhao bbd7580e04 simplify recognize digits example code (#10722)
8 years ago
yuyang18 f04754886b Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into feature/trainer_by_pe
8 years ago
Yang Yang(Tony) b67ce353fa
speed up test label semantic roles (#10718)
8 years ago
yuyang18 791af3a088 Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into feature/trainer_by_pe
8 years ago
daminglu 74ca73b80d
Update trainer api (#10674)
8 years ago
Wu Yi b0eca1040f
remove unused vars (#10618)
8 years ago
daminglu 9fad436bf4
Simplify fluid api for fit a line (#10301)
8 years ago
yuyang18 c4ad0dd084 Add fetch metrics
8 years ago
yuyang18 2a0205a5d9 Draft for train by parallel executor
8 years ago
Jeff Wang 177324b067
[Test-driven] Recognize Digit: update mnist test cases with the new API syntax. (#10507)
8 years ago