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
liaogang
876ab96a37
Merge remote-tracking branch 'upstream/master'
9 years ago
liaogang
eaedef89d0
Update build doc
9 years ago
liaogang
0072ef50bf
Fix compile check type failed in linux
9 years ago
gangliao
98d9b34b2f
Merge pull request #135 from reyoung/add_analystics
...
Add analystic scripts to documentation
9 years ago
Yu Yang
34f1b88027
Add analystic scripts to documentation
9 years ago
liaogang
23e47bb600
Merge remote-tracking branch 'upstream/master'
9 years ago
liaogang
a8df411192
Replace random_shuffle using shuffle.
...
* reduce trainer count for unit test on MAC OSX
9 years ago
Yu Yang
d130d18146
Complete unittest for trainer_config_helpers. ( #108 )
...
* Fix lots of trainer_config_helpers bug, and complete unittest for `layers.py`
9 years ago
Haonan
1c56e0dc9e
fixed the name issue for conv_operator and added a test case ( #131 )
9 years ago
luotao1
942d2b6222
fix dead link in quick start ( #123 )
9 years ago
emailweixu
b15a4783cb
Correctly handling multiple inputs and integer inputs for recurrent_g… ( #114 )
...
* Correctly handling multiple inputs and integer inputs for recurrent_group
* Fix ScatterAgentLayer for generation
* Revert sequence_(nest)_rnn.conf
9 years ago
luotao1
ffc341675d
Add parallel_nn api and unittest ( #110 )
...
* Add `device` parameter to ExtraAttr in trainer_config_helpers.
* add unittest for it.
9 years ago
liaogang
1d4bc47805
support gettid() on MAC OS X
9 years ago
liuyuan
2289c141c2
Refine comment for CRF related headers. ( #117 )
9 years ago
Haichao-Zhang
332194c881
add type compatible check for ParamAttr ( #113 )
...
* add type compatible check for ParamAttr
9 years ago
Zrachel
77ed98d1a8
fix bugs under kSgdSparseCpuTraining mode ( #100 )
...
Local training with "sparse_update = True" parameter triggers kSgdSparseCpuTraining mode, fix bugs under it.
9 years ago
liaogang
5bca34ed24
Merge remote-tracking branch 'upstream/master'
9 years ago
liaogang
32b5557329
Add thread Barrier unit test
9 years ago
hedaoyuan
341486d54d
Merge pull request #107 from qingqing01/cudnn_conv
...
fix cudnn conv bug which occurs in image classfication demo in GTX GPU
9 years ago
qingqing01
c1c07bbef6
Update CudnnConvLayer.cpp
9 years ago
dangqingqing
95da095d10
fix cudnn conv bug which occurs in image classfication demo in GTX GPU
9 years ago
Yu Yang
7eb29f264b
Try to fix MultinomialSampler ( #102 )
...
* Also refine unittest to multiple iteration to prevent luckily random number.
9 years ago
luotao1
8e957df4b2
fix bug in dotmul_operator's api and anotation ( #99 )
...
* fix bug in dotmul_operator's api and anotation
* update rnn document
* remove redundant info of projection and operator in layers.py
9 years ago
Haonan
98bc889cb5
split the input list of conv_operator into two inputs: image and filter ( #104 )
9 years ago
liaogang
b8d26ff4d7
fix float except bugs
9 years ago
Haonan
b130ba7328
fixed bugs in conv_operator; add calc_output_size ( #101 )
9 years ago
liaogang
aaed5cfccc
revert real into float for swig API
9 years ago