luotao1
6bef8390b9
fix bug in some different python environment ( #220 )
9 years ago
dangqingqing
a8342d073d
Add benchmark config and document
9 years ago
Yu Yang
58f896c3f4
Speed up PyDP2, support numpy.float array ( #207 )
9 years ago
Zrachel
45280a07da
Supplement doc for RNN ( #214 )
9 years ago
emailweixu
28bc05b126
Fix sparse training for trainer_count=1 ( #204 )
...
* Fix sparse training for trainer_count=1
For trainer_count=1, the gradient machine is NeuralNetwork, which does not create parameter buf for PARAMETER_GRADIENT for sparse update in Parameter::enableType. But gradient parameter buf is still used in SgdThreadUpdater.
* Minor update to comment
9 years ago
emailweixu
b22e50ede3
Update docker_instll.rst docker image name ( #210 )
9 years ago
Yu Yang
2f82d72ede
Fix bug in yield dictionary in DataProvider. ( #197 )
...
* Fix bug in yield dictionary in DataProvider.
* Also make virtualenv work in Paddle.
9 years ago
Yu Yang
e4952ca6ce
Add FAQ ( #128 )
...
* Init commit for doing FAQ
* Add speed up training
* Add graphviz to ci
* Add shared paramter
* Tiny refine
9 years ago
luotao1
4e43a59a18
remove unmerged internal documents ( #205 )
9 years ago
Zrachel
6d21ecef54
add cost_type constraint to weighted_cost interface ( #206 )
9 years ago
gangliao
c13bdb15cd
remove redundant HPPL_TYPE_DOUBLE ( #200 )
9 years ago
luotao1
91df606280
remove some copyfrom in AgentLayer and ExpandLayer, fix warning in seq2seq config ( #183 )
9 years ago
luotao1
cebdb66768
hierarchical rnn document, add new config example ( #106 )
...
* hierarchical rnn document, add new config example
* update inputs_type of label
* add check for unsupported config
* refine hierarchical document
* refine doc title
* update docs, fix paddle to PaddlePaddle
* follow comments
9 years ago
Yu Yang
c2d418dbfd
Merge internal changes ( #198 )
...
* fix DataProvider create function args bug
Change-Id: I9e3a1c535c805bf30204a14aea8d5143ff534784
* remove PserverForPython.h which is not used
Change-Id: I2b27f1f3c11a42766a92fc689f0f5f1f73ee1d70
* add internal document script
Change-Id: Ia0fec79456caea0b271f9903cc13e8a3d32e0774
9 years ago
luotao1
43f7d7b768
add interface and unittest for nce layer ( #180 )
...
* add interface and unittest for nce layer
* follow comments
9 years ago
wangyang59
e26f220df8
Mnist demo ( #162 )
...
* added mnist demo
* modified .gitignore for .project files
* normalize pixel in mnist_provider.py and set use_gpu=0
9 years ago
backyes
6f0d634e02
set MKL search path with intel64 ( #188 )
9 years ago
Yu Yang
3edc4202b0
Add travis for osx ( #189 )
9 years ago
Mark
9f244e4a39
Should not compile the two files if -DWITH_AVX=OFF. ( #163 )
...
* If cmake -DWITH_AVX=OFF during configuration, should not compile the file src/hl_math.cc and src/hl_avx_functions.cc.
9 years ago
luotao1
199a6a4b5c
add weight for cost layer interface ( #177 )
9 years ago
QiJune
86bb5ef169
Read git sha1 when building Paddle, and add it to PADDLE_VERSION macro
...
* save the model file including git sha1
9 years ago
gangliao
9e11ca8096
Use C++ 11 atomic_flag in MacOS as spin lock ( #175 )
...
* Use C++ 11 atomic_flag in MacOS as spin lock
* Add unittest for it.
9 years ago
qingqing01
191fafe355
support rectangle padding, stride, window and input for PoolProjection ( #115 )
...
* support rectangle padding, stride, window and input for PoolProjection
* Follow comments.
1. Remove start
2. refine img_pool_a/b.conf for test_NetworkCompare
3. Split unit test
* Modify the test in img_layers.py
9 years ago
stoneyang
8a044d2e2d
typo in image classification demo ( #167 )
9 years ago
gangliao
0ab332242f
Support MAC OS Sierra ( #169 )
9 years ago
qingqing01
db38043439
bug fix for dataprovider for quick start inference ( #168 )
9 years ago
Zrachel
1c2ebe467b
add interface and test of RecurrentGradientMachine ( #156 )
...
* add interface and unittest of RecurrentGradientMachine for the function of multiple Subsequence inlinks with unequal token length
9 years ago
gangliao
1c09e9d5d1
Update readme ( #155 )
...
* Update readme
* Apache 2.0
9 years ago
gangliao
d8e2874185
Fix CUDA_VERSION Comparsion ( #165 )
9 years ago
gangliao
29c16e2242
Update Readme ( #153 )
...
* Update Readme
* Update readme
* Update readme
9 years ago
Yu Yang
b221509695
[DOC CHANGE] Rerange Build docs & emphasize them in README.md ( #151 )
...
* Rerange Build docs & emphasize them in README.md
* Rerange Build docs & emphasize them in README.md
9 years ago
gangliao
2a0a5391ca
Update build docs ( #149 )
...
* Add automatic check AVX in CMake
* Add indent in FindAVX.cmake
* Revise table format and some words in build docs
* Update build docs
* Update build docs
9 years ago
hedaoyuan
b52039bd11
some bug fix for sparse matrix ( #133 )
...
* some bug fix for sparse matrix
* a minor bug fix
9 years ago
Yu Yang
0276f15a45
add scripts to build ubuntu install package. ( #132 )
...
* also refine install docs, too
9 years ago
gangliao
3ca5df0f47
Fix bug when only support AVX 2 ( #150 )
...
In some situation, for instance, in the virtual machine, it could happen.
9 years ago
Yu Yang
d539e78012
Merge commit '12b619343b0e8e35cda6335f8230c4168277b8dd'
9 years ago
gangliao
12b619343b
Update build docs ( #148 )
...
* Add automatic check AVX in CMake
* Add indent in FindAVX.cmake
* Revise table format and some words in build docs
* Update build docs
9 years ago
gangliao
26cf303617
Merge pull request #147 from emailweixu/fix_FindAVX
...
Fix cmake/FindAVX.cmake
9 years ago
xuwei06
6ea794872f
Fix cmake/FindAVX.cmake
9 years ago
gangliao
90234791f4
Add automatic check AVX in CMake ( #145 )
...
* Add automatic check AVX in CMake
* Revise table format and some words in build docs
9 years ago
gangliao
2920b6bc0d
Merge pull request #138 from gangliao/master
...
Add Mac OS X port
9 years ago
liaogang
efea5c8460
Revise some word in build doc
9 years ago
liaogang
8ddc5faac1
Update Mac OS X port
...
* follow comments to fix bugs
9 years ago
gangliao
54c37ab735
Merge pull request #3 from reyoung/mac_port
...
Remove main function in some unittest.
9 years ago
Yu Yang
cbb904356c
Remove main function in some unittest.
9 years ago
luotao1
1fc4352754
refine sparse momentum api and unittest ( #126 )
...
* refine sparse momentum api and unittest
* fix unittests bug
9 years ago
emailweixu
6decbdf4f5
Fix potential dead lock in PyDataProvider2 ( #140 )
...
This bug occasionally causes dead lock in test_RecurrentGradientMachine
In general, conditional_variable::notify should be used together with mutex for changing condition.
9 years ago
luotao1
4615c5172c
beam search api and unitest in hierarchical rnn ( #122 )
9 years ago
Yu Yang
baaaa0b09d
Add NOAVX Docker image scripts. ( #129 )
...
* Add noavx to docker
* Not to use directory to split Docker image.
9 years ago
Yu Yang
4bc4a44ed9
Check if paddle is installed when unittest. ( #134 )
9 years ago