Yi Wang
84d1c734ca
add paddle/memory/detail/cpu_allocator*
8 years ago
Yi Wang
b55df90dfd
Remove unnecessary preamble
8 years ago
Yi Wang
c617520776
In response to comments from Liao Gang and Yu Yang
8 years ago
Yi Wang
8cfa48dc88
Move README.md from paddle/ to paddle/memory/
8 years ago
Yi Wang
d3e2db4b4f
Revert changes made by misleading errors from Travis CI
8 years ago
Yi Wang
e732bdd4ed
Merge branch 'develop' of https://github.com/paddlepaddle/paddle into memory_design
8 years ago
Cao Ying
6b3c33d051
Merge pull request #2523 from emailweixu/rnn_evaluator
...
evaluator for recurrent group.
8 years ago
Yu Yang
d524acc69b
Merge pull request #2561 from reyoung/feature/fix_travis_ci_temp
...
Using previous image for travis-ci
8 years ago
Cao Ying
6fa84d40f4
Merge pull request #2521 from emailweixu/fix_rnn_gen
...
Fix bugs for rnn generation.
8 years ago
Yu Yang
106dd4bed2
Using previous image for travis-ci
...
Because travis-ci has been updated Ubuntu Trusty image, it causes
Paddle CI building error. Just using old image now for hot-fix, I
will add another issue to fix Paddle building in new TravisCI image.
Related link
https://blog.travis-ci.com/2017-06-21-trusty-updates-2017-Q2-launch
8 years ago
Yi Wang
0a92908b5e
Has to auto format networks.py because CI complains about it.
8 years ago
Yi Wang
65aa894142
Merge pull request #2540 from wangkuiyi/check_for_existence_of_data_home
...
Handle multiple processes trying to create the data home directory
8 years ago
Yi Wang
7cb68a8d93
Add paddle/memory/README.md
8 years ago
whs
f2e6b99a69
Merge pull request #2527 from wanghaoshuang/order_xmap
...
Add an order switch to xmap_readers
8 years ago
wanghaoshuang
30eca3a0b2
fix unittest of xmap
8 years ago
wanghaoshuang
d322c94243
fix unittest
8 years ago
wanghaoshuang
cadea35a10
format code
8 years ago
wanghaoshuang
09cc4408e5
modified xmap reader to process sample by order
8 years ago
gangliao
7bce40d7be
Merge pull request #2538 from wangkuiyi/generic.cmake-comments
...
Rewrite tutorial comments in generic.cmake
8 years ago
Yi Wang
ff4be82252
Handle multiple processes trying to create the data home directory
8 years ago
Yi Wang
252ef0cb31
Update
8 years ago
Yi Wang
71f8c3bb98
Rearrange paragraphs
8 years ago
Yi Wang
a28ba1a6ac
Rewrite tutorial comments in generic.cmake
8 years ago
Yi Wang
603fd43d77
Merge pull request #2533 from gangliao/compile
...
ENH: Merge multiple static libs into singe one
8 years ago
helinwang
6ef1ccddf6
Merge pull request #2536 from helinwang/2535
...
Fix unit test error: File exists: '/root/.cache/paddle/dataset'
8 years ago
Helin Wang
936ac658c0
Fix unit test error: File exists: /root/.cache/paddle/dataset
8 years ago
xuwei06
b691052918
Fix bug of ScatterAgentLayer for generation
8 years ago
liaogang
bb61adf0d6
ENH: Typesetting CMake
8 years ago
liaogang
0b49395885
FIX: clang-format
8 years ago
liaogang
785a8d5980
ENH: Merge multiple static libs into singe one
8 years ago
gangliao
64ea5a6460
Merge pull request #2529 from gangliao/fix_bug
...
FIX: Add boost inc dir
8 years ago
乔龙飞
d051c2b183
Merge pull request #2530 from jacquesqiao/fix-go
...
Add WITH_GOLANG to control the link of go lib
8 years ago
Cao Ying
03d181cf21
Merge pull request #2522 from emailweixu/print_layer
...
Allow printer layer to print user-provided message
8 years ago
qiaolongfei
9e13b68f01
refine code
8 years ago
qiaolongfei
b101aaca0a
disable go master
8 years ago
qiaolongfei
4c4b689f6a
disable go master
8 years ago
liaogang
899035dcb9
FIX: Add boost inc dir
8 years ago
gangliao
1e6f65503b
Merge pull request #2513 from wangkuiyi/platform
...
Move paddle/majel/* to paddle/{platform,framework/*
8 years ago
wanghaoshuang
8bc07dee4e
format code
8 years ago
wanghaoshuang
c9a76ebba2
modified xmap reader to process sample by order
8 years ago
qiaolongfei
d9aac1e13d
add WITH_Go to disable compile go to paddle
8 years ago
Yi Wang
599b57af83
Check boost for new code, as it uses boost::variant
8 years ago
xuwei06
02cc7d90a6
Evaluator for recurrent group
...
Make the evaluators inside a recurrent goup true evaluator, meaning that their evaluation results are incorporated into the whole evaluator result.
8 years ago
xuwei06
3438d650ed
Fix bugs for rnn generation
...
1. v2.layer.parse_network does not correctly handle the generation output.
2. GatherAgentLayer does not correctly handle generation output when batch_size > 1
3. Fix CustomStackTrace for rnn group
8 years ago
xuwei06
61222578b4
Allow printer layer to print user provided message
...
For example:
layer.printer(input=[x, y], format="x=%s y=%s")
8 years ago
hedaoyuan
4d6cb5d0db
Merge pull request #2517 from hedaoyuan/fix_2503
...
Fix some compile error.
8 years ago
dzhwinter
9b755c0684
Merge pull request #2386 from dzhwinter/optimizer_lib2
...
merge with lasted develop branch. Optimizer lib2
8 years ago
hedaoyuan
7872f37650
Fix some compile error.
8 years ago
qingqing01
8266546eb2
Merge pull request #2480 from emailweixu/repeat_layer
...
Repeat layer for column vector
8 years ago
Yi Wang
3124b9d9cd
Make Google style include order
8 years ago