Commit Graph

1933 Commits (6c2bc29cc06b74153d0c5e3af43e7a011a27df71)

Author SHA1 Message Date
liaogang 57348806b5 Follow comments
8 years ago
emailweixu 6c3a678c9a Add elementwise math operations (#343)
8 years ago
wangkuiyi ed83a1d6b6 Fix minor errors in instructions of building Paddle on Mac OS X (#347)
8 years ago
qingqing01 45c81a414f Add job=time in trainer, refine cudnn_conv to reduce gpu memory and speed up training. (#218)
8 years ago
gangliao 6467c38202 Add default cuda system path (#192)
8 years ago
zhouxiao-coder 212d339102 Adding an introduction doc for Paddle to implement simplest linear regression.
8 years ago
liaogang fd4eeaf59c Merge conflict with maxout layer
8 years ago
liaogang ddfff3a7fd Add bilinear interpolation layer
8 years ago
Yu Yang 45dca19a8d Change contribute to paddle to fit new branching model (#275)
8 years ago
emailweixu d1d52bb7d4 Update contribute_to_paddle.md (#248)
8 years ago
luotao1 3dd8c9bea4 add maxout layer, including interface and unittest (#229)
8 years ago
wenboyang e83950b0d2 error in doc of quick_start (#228)
8 years ago
Yu Yang 76fb74dc2e Fix install_docker.rst and data_sources file open mode
8 years ago
luotao1 cebdb66768 hierarchical rnn document, add new config example (#106)
8 years ago
luotao1 43f7d7b768 add interface and unittest for nce layer (#180)
8 years ago
Yu Yang b221509695 [DOC CHANGE] Rerange Build docs & emphasize them in README.md (#151)
8 years ago
gangliao 2a0a5391ca Update build docs (#149)
8 years ago
gangliao 12b619343b Update build docs (#148)
8 years ago
gangliao 90234791f4 Add automatic check AVX in CMake (#145)
8 years ago
gangliao 2920b6bc0d Merge pull request #138 from gangliao/master
8 years ago
liaogang efea5c8460 Revise some word in build doc
8 years ago
liaogang 8ddc5faac1 Update Mac OS X port
8 years ago
luotao1 1fc4352754 refine sparse momentum api and unittest (#126)
8 years ago
luotao1 4615c5172c beam search api and unitest in hierarchical rnn (#122)
8 years ago
liaogang 876ab96a37 Merge remote-tracking branch 'upstream/master'
8 years ago
liaogang eaedef89d0 Update build doc
8 years ago
Yu Yang 34f1b88027 Add analystic scripts to documentation
8 years ago
liaogang 5bca34ed24 Merge remote-tracking branch 'upstream/master'
9 years ago
luotao1 8e957df4b2 fix bug in dotmul_operator's api and anotation (#99)
9 years ago
liaogang 9795e01639 Merge remote-tracking branch 'upstream/master'
9 years ago
liaogang 2daa05c0b5 add build on MAC OSX docs
9 years ago
Luo Tao d2e1b46f24 update beam_search and seqToseq config, and add ExpActivation api
9 years ago
emailweixu 425e5b0b07 Instructions for update pull request (#84)
9 years ago
Yu Yang 90b9cba7fe Add min_pool_size, Add default value of should_shuffle (#70)
9 years ago
qingqing01 9f3cbed2f2 Add more details for CTC layer, fix CTC evalutor and add their interface test (#74)
9 years ago
Yu Yang c7762da330 Merge branch 'master' into merge_icode
9 years ago
liuyuan04 42a1179135 Fix internal documents.
9 years ago
xuwei06 7481429f99 Change cos_sim to use CosSimLayer layer when size=1 and rename convex_comb_layer to linear_comb_layer
9 years ago
Luo Tao dbaabc94fb fix unitest of test_RecurrentGradientMachine, and some tiny doc update
9 years ago
Yu Yang d6d91223b5 fix docker tag mistake
9 years ago
liuyuan04 5547a7601b Refine doc of Python Prediction API, replace
9 years ago
dangqingqing 5209fccea1 Update installation document and quick start.
9 years ago
dangqingqing f15aa8097a Update installation document and quick start document.
9 years ago
Luo Tao 38d735716b fix dead link and some warning, tiny modify on some document
9 years ago
Luo Tao 2b795845ad fix dead link
9 years ago
liaogang 291318e5a2 delete Bits.h and move its func into utils/Util.h
9 years ago
wangmiao1981 c6950a2294 modify comments
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 54d4968d38 Refine code and comments for CRMNormLayer.
9 years ago
luotao02 fe22c46491 fix bug in CMakelists and layers.py
9 years ago
dangqingqing 7f1d6c5a75 Fix some documentations.
9 years ago
wangjiang03 2def4b3e0d Improve Documentation.
9 years ago
liuyuan04 924c77209e Fix rnn link in the main content
9 years ago
qijun 8ebfb4040a add docker and deb installation guide
9 years ago
luotao02 3144b2e470 add missing file in r1456
9 years ago
dangqingqing 3cfc1b2acb Adjust catalog for chinese doc.
9 years ago
yuyang18 ed6716578d PyDataProvider English Document
9 years ago
wangyanfei01 cecdedea63 ISSUE=4607611 refine cluster scripts
9 years ago
liaogang 93413c597d fix PIL in image classification
9 years ago
luotao02 169eb9099a reduce picture size in quick start
9 years ago
liaogang b3a4487510 rename evalute to evaluate
9 years ago
dangqingqing d209a196fc Adjust catalog for documentation.
9 years ago
luotao02 2bb09cf104 adjust format of new_layer and rnn, refine seq2seq doc
9 years ago
liaogang fcc4096491 rename paraphase_model to paraphrase_model
9 years ago
dangqingqing eef13ffbb6 Update quick start.
9 years ago
qijun 66be6fed34 add some source code comments
9 years ago
yuyang18 ff496cd4bf Warning for install package.
9 years ago
lipeng17 890ca39b2d Fix name typos
9 years ago
wangjiang03 4132702362 Add RNN Tutorial.
9 years ago
liaogang f2d5c7a284 add links for quick start
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
dangqingqing 7857d7f74b Bug fix for image classification demo and ResNet model zoo when using CPU.
9 years ago
liuyuan04 96e7da5c01 Add links to corresponding english docs for unfinished Chinese docs
9 years ago
liaogang a82a4f9818 add install path to /opt/compiler/gcc-4.8.2/bin:/home/liaogang/.jumbo/opt/sun-java6/bin:/home/liaogang/.jumbo/opt/sun-java6/jre/bin:/home/liaogang/.jumbo/opt/sun-java6/db/bin:/home/liaogang/.jumbo/bin/core_perl:/home/liaogang/.jumbo/bin:/usr/local/ganglia/sbin:/usr/local/ganglia/bin:/usr/local/apr/bin:/usr/local/cuda/bin:/opt/compiler/gcc-4.8.2/bin:/home/liaogang/.jumbo/opt/sun-java6/bin:/home/liaogang/.jumbo/opt/sun-java6/jre/bin:/home/liaogang/.jumbo/opt/sun-java6/db/bin:/home/liaogang/.jumbo/bin/core_perl:/home/liaogang/.jumbo/bin:/usr/local/ganglia/sbin:/usr/local/ganglia/bin:/usr/local/apr/bin:/usr/local/cuda/bin:/usr/lib64/qt-3.3/bin:/usr/local/bin:/bin:/usr/bin:/opt/ibutils/bin:/opt/bin:/home/opt/bin:/usr/local/sbin:/usr/sbin:/sbin:/opt/bin:/home/opt/bin:/home/liaogang/bin
9 years ago
luotao02 260c734c95 fix bug in trainer_config_helpers
9 years ago
dangqingqing 9c0895ee45 Add commits for recurrent layer and lstm layer.
9 years ago
xuwei06 ee4734594f Update README.md and remove internl doc links
9 years ago
qijun e6dfcddcd4 spell error fix
9 years ago
wangjiang03 d9ea3c27f5 Add gradient check unit test documentation to new layer documentation.
9 years ago
luotao02 fe3216508a catalog for trainer_config_helpers
9 years ago
dangqingqing f063752366 Adjustment doc and code for CostLayer, GradientMachine and DataProvider.
9 years ago
zhangjinchao01 b72beee4f0 fix dash and space bug,
9 years ago