qingqing01
|
f93af824f5
|
Merge pull request #730 from luotao1/demo
fix protobuf size limit of seq2seq demo
|
9 years ago |
Luo Tao
|
11b7625d48
|
use dictionary comprehension to pythonic code
|
9 years ago |
Luo Tao
|
dc420f90f0
|
Merge branch 'develop' into demo
|
9 years ago |
Tao Luo
|
44d4be6e43
|
Merge pull request #724 from Shi-Liang/theme_develop
Customized Paddle's document theme
|
9 years ago |
liaogang
|
82694fd766
|
Fix faq adn docker doc conflicts
|
9 years ago |
Yu Yang
|
8f70b66e0a
|
Merge pull request #729 from hohdiy/dev
config_parser增加新特性:支持同一个python文件内配置paddle
|
9 years ago |
Yu Yang
|
3100406cc4
|
Simplify the testOnePeriod method.
|
9 years ago |
liaogang
|
aef68475b8
|
Add docs for compiler version
|
9 years ago |
Luo Tao
|
8ac9e9a8dc
|
fix protobuf size limit of seq2seq demo
|
9 years ago |
hanchao
|
7c76d0eeac
|
config_parser new feature at ISSUE #726
|
9 years ago |
liaogang
|
26b2996b0a
|
Upgrade compiler‘s minimum version
* for modern language properties
|
9 years ago |
qingqing01
|
239cadef3a
|
Merge pull request #411 from backyes/bugfix_test_period
Re-design command options for testing for better understanding
|
9 years ago |
qingqing01
|
9ffa434b7d
|
Merge pull request #725 from backyes/bugfix_chmodx
add execute property by default for some top scripts
|
9 years ago |
hohdiy
|
021b3a44b8
|
Merge pull request #1 from PaddlePaddle/develop
merge PaddlePaddle/Paddle
|
9 years ago |
wangyanfei01
|
1f2423a919
|
follow comments: more docs
|
9 years ago |
wangyanfei01
|
ff0b521e5b
|
add execute property by default for some top scripts
|
9 years ago |
wangyanfei01
|
290ee32f2d
|
fix confliction
|
9 years ago |
Shi-Liang
|
52e3937d76
|
Merge branch 'theme_develop' of https://github.com/Shi-Liang/Paddle into theme_develop
Conflicts:
doc/conf.py.in
doc_cn/conf.py.in
doc_theme/static/css/override.css
doc_theme/static/js/paddle_doc_init.js
doc_theme/templates/layout.html
|
9 years ago |
hedaoyuan
|
17f7125b57
|
Merge pull request #643 from hedaoyuan/auto_compare
Auto compare cpu and gpu function.
|
9 years ago |
Shi-Liang
|
ad59085a89
|
1. theme related static resources
2. add unit test library
3. remove useless comments
4. use js & css libs on the CDN
|
9 years ago |
wangyanfei01
|
2d777f0bf5
|
fix word spelling error in detail_introduction.md
|
9 years ago |
gangliao
|
08556209c6
|
Merge pull request #683 from gangliao/pythoninterp
Add Pythonlib and PythonIntep FAQ
|
9 years ago |
wangyanfei01
|
63de3ec2ba
|
merge origin/develop and fix confliction
|
9 years ago |
Yu Yang
|
34dc87e2f5
|
Merge pull request #716 from wangkuiyi/docker_arg
Replace m4 template by Dockerfile ARGs
|
9 years ago |
Tao Luo
|
7bb627d3f9
|
Merge pull request #409 from luotao1/conv
Support rectangle input for CNN
|
9 years ago |
Tao Luo
|
a0a87ac09a
|
Merge pull request #219 from qingqing01/benchmark_cfg_doc
Benchmark including PaddlePaddle, TensorFlow and Caffe.
|
9 years ago |
Yi Wang
|
ccf89a5a24
|
Make browserable C++ source code into HTMLs
|
9 years ago |
Yi Wang
|
1cbd94372c
|
Update documents
|
9 years ago |
Yi Wang
|
1c4d71949f
|
Replace m4 template by Dockerfile ARGs
|
9 years ago |
Tao Luo
|
f34f5025e3
|
Merge pull request #702 from luotao1/unitest
fix bug when run test_layerHelpers multiple times
|
9 years ago |
zhanghaichao
|
8e9ac0cc55
|
adding input type check for data provider
|
9 years ago |
Liu Yiqun
|
7bb7fed833
|
Simplify the CMakelist.txt and fix typos.
|
9 years ago |
Liu Yiqun
|
46ef2bc694
|
Merge branch 'develop' into warpctc
|
9 years ago |
Shi-Liang
|
eae2699449
|
style tuning
|
9 years ago |
dangqingqing
|
ae06debf23
|
Remove the C++ code and refine Python code.
|
9 years ago |
Shi-Liang
|
9563db3e77
|
modified the document config files and add theme files
|
9 years ago |
Luo Tao
|
3d5060a13a
|
add a example for explaining sparse_vector
|
9 years ago |
Luo Tao
|
3d1f8b47ef
|
Merge branch 'develop' into doc3
|
9 years ago |
Luo Tao
|
6ce706c432
|
follow comments
|
9 years ago |
Luo Tao
|
23e61c2132
|
fix bug when run test_layerHelpers multiple times
|
9 years ago |
gangliao
|
96190154a3
|
Merge pull request #697 from wangkuiyi/add_dockerignore
Add .dockerignore as an alias of .gitignore
|
9 years ago |
Luo Tao
|
7830893a83
|
fix conflict
|
9 years ago |
Yi Wang
|
9d28db3712
|
Add .dockerignore as an alias of .gitignore
|
9 years ago |
wangkuiyi
|
133dfc0340
|
Merge pull request #629 from wangkuiyi/docker_openssh
Re-define the way we build Docker images
|
9 years ago |
emailweixu
|
95ef1af2be
|
Merge pull request #516 from wangyang59/gan
Demo: Generative Adverserial Nets
|
9 years ago |
hedaoyuan
|
11479901a7
|
some bug fix
|
9 years ago |
hedaoyuan
|
956b661cd9
|
Merge branch 'master' into auto_compare
|
9 years ago |
hedaoyuan
|
ee52c75946
|
delete BaseMatrixCompare, and add AutoCompare::cmpWithoutArg
|
9 years ago |
Tao Luo
|
8d8388c52e
|
Merge pull request #686 from emailweixu/fix_test
Fix --job=test
|
9 years ago |
Liu Yiqun
|
18b85e558a
|
Add a script to auto compile the warp-ctc submodule.
|
9 years ago |