Commit Graph

286 Commits (d8c9608fc2d705164953d4cd8c33042c73eef175)

Author SHA1 Message Date
dangqingqing c5c295dd80 Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into sentiment
8 years ago
dangqingqing 3d2896493b follow comments
8 years ago
Yi Wang e9549cbb78 Change "Baidu, Inc" into "PaddlePaddle Authors"
8 years ago
dangqingqing aaecfcc47f Support predicting the samples from sys.stdin
8 years ago
Luo Tao 16bebc4388 some tiny fix
8 years ago
Luo Tao 11b7625d48 use dictionary comprehension to pythonic code
8 years ago
Luo Tao 8ac9e9a8dc fix protobuf size limit of seq2seq demo
8 years ago
wangyanfei01 ff0b521e5b add execute property by default for some top scripts
8 years ago
wangyang59 de136df84d fixed small bug in demo/gan/mnist and is stable version
8 years ago
wangyang59 c3ebff5e70 modified demo/gan following emailxuwei comments
8 years ago
wangyang59 5aa597960d minor changes on demo/gan following lzhao4ever comments
8 years ago
wangyang59 531e83542c changes to demo/gan following lzhao4ever comments
8 years ago
wangyang59 9a02bd419c fixed a small bug in demo/gan/README.md and testMatrix.py
8 years ago
wangyang59 575b888130 add readme and comments in demo/gan
8 years ago
wangyang59 93af332ecb unified cifar/mnist/uniform gan training in demo
8 years ago
wangyang59 4878f0783b add gpu_id flag in demo/gan
8 years ago
wangyang59 d8aada072b added cifar data into dema/gan
8 years ago
wangyang59 fb0d80d5a4 add sample noise to demo/gan
8 years ago
wangyang59 0df8af993b gan working on mnist
8 years ago
wangyang59 3ebf6aaf9b fixed a gpu bug in trainer API to train gan using GPU
8 years ago
wangyang59 c159e4dd78 added get_mnist_data and demo/gan and updated the gan_conf and gan_trainer python files
8 years ago
wangyang59 bd8613acf8 changed initialization method for demo/gan
8 years ago
wangyang59 e316c41a65 first try of dcgan implementation
8 years ago
xuwei06 fec6f8091f Skeleton for Generative Adverserial Nets
8 years ago
Tao Luo afe89eafcd Merge pull request #641 from zhangjcqq/develop
8 years ago
Tao Luo 2f602484f9 Merge pull request #573 from qingqing01/quick_start
8 years ago
zhangjinchao01 2f8947f751 del comments
8 years ago
zhangjinchao01 141e2e9856 revise data download path of srl demo
8 years ago
Tao Luo c46261bc94 Merge pull request #616 from PaddlePaddle/release/v0.9.0
8 years ago
Luo Tao 68c5997e03 merge bugfix #593 and # 597 from develop branch
8 years ago
dangqingqing e08c4b8ec1 Revise doc and some scripts for demo.
8 years ago
zhangjinchao01 dc0dcdac00 reveise input order and sort bug
8 years ago
dangqingqing 0561dd01b8 Update doc and proc_from_raw_data/get_data.sh
8 years ago
dangqingqing ebd725265a Update the data of quick start.
8 years ago
Yu Yang c9c60a1588 Change demo datafile location by using CDN in baidu.
8 years ago
qingqing01 5d511a16b8 Merge pull request #407 from zhangjcqq/develop
8 years ago
zhangjcqq 954723ef77 add test config
8 years ago
qingqing01 285fdf5898 Update sentiment_analysis.md
8 years ago
zhangjinchao e749e7b10a fix conflicts
8 years ago
zhangjcqq f610f6d093 revise test.sh
8 years ago
gangliao dc283d8209 Fix shuf/gshuf choose bug
8 years ago
zhangjcqq 25d7ad0de7 to loop
8 years ago
zhangjcqq cfa304bad4 to loop
8 years ago
zhangjcqq f663d8815f delete the default settings
8 years ago
qingqing01 c2aa898029 Merge pull request #468 from 5idaidai/pr4mac
8 years ago
utopiar 7df77bcfa9 fix bug for issue 345
8 years ago
zhangjcqq b8f73d1275 delete redundant code
8 years ago
Yu Yang 9115ab1c11 Merge pull request #450 from reyoung/feature/pre-commit-hooks-scripts
8 years ago
alvations cc5adfb8e5 added resnet lstm architecture from GNMT
8 years ago
Yu Yang 836d61382f Update pre-commit-config
8 years ago
qijun 319742c641 format python code in demo, doc, doc_cn and paddle directories
8 years ago
qingqing01 05204af1f2 Fix memory leak in image classification demo, which is caused by dataprovider (#323)
8 years ago
zhangjinchao01 891867ecd6 update srl demo
8 years ago
Yu Yang 56b23d1838 Fix macOS quick start preprocess script. (#390)
8 years ago
Yu Yang e05f4ff267 Fix SRL hang when exit. (#291)
8 years ago
Yu Yang 7180b4246d Add some concepts documents to guide user for using paddle (#249)
8 years ago
zhouxiao-coder 212d339102 Adding an introduction doc for Paddle to implement simplest linear regression.
8 years ago
emailweixu cbe734b396 Python trainer api (#193)
8 years ago
emailweixu d6944dec16 Sequence tagging demo (#225)
8 years ago
wenboyang e83950b0d2 error in doc of quick_start (#228)
8 years ago
alvations e387cdba77 Added Bidi-LSTM and DB-LSTM to quick_start demo (#226)
8 years ago
Yu Yang 58f896c3f4 Speed up PyDP2, support numpy.float array (#207)
8 years ago
Yu Yang 2f82d72ede Fix bug in yield dictionary in DataProvider. (#197)
8 years ago
luotao1 91df606280 remove some copyfrom in AgentLayer and ExpandLayer, fix warning in seq2seq config (#183)
8 years ago
wangyang59 e26f220df8 Mnist demo (#162)
8 years ago
stoneyang 8a044d2e2d typo in image classification demo (#167)
8 years ago
qingqing01 db38043439 bug fix for dataprovider for quick start inference (#168)
8 years ago
luotao1 4615c5172c beam search api and unitest in hierarchical rnn (#122)
8 years ago
Luo Tao d2e1b46f24 update beam_search and seqToseq config, and add ExpActivation api
9 years ago
comeonfox 30bb3830be Replace DataProviderWrapperConverter with DataProviderConverter in demos (#50)
9 years ago
Yu Yang 76a668cb63 Merge "Remove img_rnorm_layer and fix ParameterAttribute bug for some layer wrapper." into opensource
9 years ago
dangqingqing 9269a5b4cb Remove img_rnorm_layer and fix ParameterAttribute bug for some layer wrapper.
9 years ago
Fan Yang e150be6ecb removed unnecessary lines on environment configuration in image classification demo
9 years ago
luotao02 6968191ede fix bug in img_norm_layer, several dead links and add missing files for semantic_role_labeling
9 years ago
dangqingqing 903bc60be3 Bug fix for preprocess.sh in quick start.
9 years ago
xuwei06 a965935c66 Fix quick_start/preprocess.sh for dash
9 years ago
yuyang18 9e83dac039 Add missing file for last commit
9 years ago
dangqingqing eef13ffbb6 Update quick start.
9 years ago
yuyang18 d8f30da7c1 Add PyDataProvider2 DataConverter to swig api.
9 years ago
wangjiang03 4132702362 Add RNN Tutorial.
9 years ago
caoying03 af724aa6c7 add comments for beam search in config helpers.
9 years ago
luotao02 3e87021df1 refine demo dataprovider and some tiny fix
9 years ago
dangqingqing 13f4602999 Refine image classification prediction code.
9 years ago
hupeng03 5db9e5900f speedup preprocess in quick start
9 years ago
dangqingqing 7857d7f74b Bug fix for image classification demo and ResNet model zoo when using CPU.
9 years ago
zhangjinchao01 b72beee4f0 fix dash and space bug,
9 years ago