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
qingqing01
8266546eb2
Merge pull request #2480 from emailweixu/repeat_layer
...
Repeat layer for column vector
8 years ago
emailweixu
09f34c4b1f
Merge pull request #2479 from emailweixu/mixed_input_rnn
...
RecurrentGroup with mixed input sequence types
8 years ago
xuwei06
f48535102b
Add the test_repeat_layer.py
8 years ago
zlx
1a82e7da9e
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into improve_pruning
8 years ago
yangyaming
5f924d5d53
Follow comments.
8 years ago
helinwang
1a12720bb2
Merge pull request #2468 from helinwang/master_dispatch
...
Implement master client for reading training tasks
8 years ago
yangyaming
65969dad64
Add DetectionOutputLayer and MultiBoxLossLayer.
8 years ago
Helin Wang
4b6243c136
fix cmake format
8 years ago
Helin Wang
8742441fc0
integrate master Python lib with cmake
8 years ago
xuwei06
226f810352
Add activiation for repeat_layer
...
Also remove active_type argument for many layers in config_parser.py because it is automatically
handled by LayerBase.
8 years ago
xuwei06
ef61288f9e
Clean-up recurrent group related python code
...
No longer need to specify target_inlinks or is_seq.
8 years ago
zlx
fc9e3e4bda
explain the sparsity ratio
8 years ago
xuwei06
fc0ad9048a
Repeat layer for column vector
8 years ago
xuwei06
17994e38aa
RecurrentGroup with mixed input sequence types
...
No longer need to use SubsequenceInput. The framework will detect.
8 years ago
yangyaming
2207659250
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into ssd_map
8 years ago
zlx
6248e566f9
merge from remote
8 years ago
xuwei06
dd2cbb63bf
Parameter initializer in V2 API
...
User can provide an initializer in ParamAttr. The initializer will be called when at parameters.create().
8 years ago
xzl
23b1a27483
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into improve_pruning
8 years ago
xzl
997cef2e63
tiny modify
8 years ago
qiaolongfei
8941a38514
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into newparameterupdater
8 years ago
yangyaming
597a58c3ef
Add DetectionMAPEvaluator.
8 years ago
gongweibao
46ccfc0171
Merge branch 'develop', remote-tracking branch 'upstream/develop' into convert
8 years ago
gongweibao
77c4dce759
modify 10000 to 1000
8 years ago
xzl
97a2fde995
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into improve_pruning
8 years ago
qingqing01
6bc9277503
Merge branch 'develop' into row_conv
8 years ago
caoying03
892b1f9ff6
Merge branch 'develop' into fix_config_parsing_bug
8 years ago
gongweibao
283bdc5062
fix by helin's comments
8 years ago
dangqingqing
f18d83f3c4
follow comments
8 years ago
dangqingqing
37015fadbd
update code
8 years ago
Cao Ying
a3123e210c
Merge pull request #2412 from lcy-seso/add_config_helper_for_prelu
...
add configuration helper for prelu layer.
8 years ago
caoying03
996614814d
follow comments and refine doc.
8 years ago
caoying03
50764480c1
follow comments.
8 years ago
caoying03
c7483bf956
add configuration helper for prelu layer.
8 years ago
caoying03
2f4e968b81
follow comments.
8 years ago
qiaolongfei
99dc60642d
new parameterupdater use paddle pserver cclient of go
8 years ago
Luo Tao
5bab98a3c5
remove top_k argument in classification_cost
8 years ago
gongweibao
9011f9e52c
add precommit
8 years ago
caoying03
35332a22aa
add eos layer as an extra parent.
8 years ago
caoying03
1e21259d5c
fix the bug of parsing evaluator in SRL in PaddleBook.
8 years ago
xzl
a1e1472713
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into improve_pruning
8 years ago
caoying03
692d251869
add missing configuration functions in v2 API.
8 years ago
xzl
15668482e3
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into improve_pruning
8 years ago
Liu Yiqun
96204c3c3a
Choose to disable the dependency of opencv-python on arm-based platforms.
8 years ago
dangqingqing
a5dfc556d4
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into row_conv
8 years ago
Liu Yiqun
590f8f0648
Merge branch 'develop' into fix_setup_opencv-python
8 years ago
Liu Yiqun
235918375d
Remove the requires of opencv-python.
8 years ago
whs
3d7a613e02
Merge pull request #2242 from wanghaoshuang/flowers_reader
...
Add flowers dataset for image classification model
8 years ago
emailweixu
2c7d8e7b9f
Merge pull request #2369 from emailweixu/print_layer
...
Correctly handle print_layer in V2 API
8 years ago
xzl
1a1c589f31
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into improve_pruning
8 years ago
xzl
092828fbe3
modify the doc of the interface
8 years ago
wanghaoshuang
990b7d7bc9
rename xmap to xmap_readers and remove 'from cv2 import resize' in image.py
8 years ago
wanghaoshuang
e62a4d7abe
xmap: change multiprocess to multithread.
...
images reader: read the data without untarring the tarball file.
image.py: move batch function from reader to image.py
8 years ago
wanghaoshuang@baidu.com
2799b0ec50
Add flowers dataset for image classification model
8 years ago
qingqing01
4537b7bc8c
Merge pull request #2376 from Xreki/warpctc_note
...
Add doc to the usage of warp-ctc.
8 years ago
Liu Yiqun
31e333a212
Add doc to the usage of warp-ctc.
8 years ago
dangqingqing
18cd1f2558
Fix bug and Python API.
8 years ago
xuwei06
252c84dbe1
Correctly handle print_layer in V2 API
...
print_layer is used to print the values of a layer when evaluating the model for debugging purpose. No layer depends on print_layer. It should be added to the topology if it is used to print some layer already in the topology.
8 years ago
Liu Yiqun
bfe8ecfc31
Fix blanks.
8 years ago
xzl
b6eaed0eab
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into improve_pruning
8 years ago
xzl
18435f2a73
modify the pruning from reading mask to specify sparsity_ratio
8 years ago
Yancey
97a594e7f8
Split dataset into multiple files ( #2320 )
...
cluster dataset split and reader
8 years ago
xzl
ca55a24eb3
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into improve_pruning
8 years ago
xzl
5413af8d11
imporve pruning module
8 years ago
emailweixu
68c68ec958
Merge pull request #2218 from luotao1/rename
...
rename AggregateLevel and ExpandLevel
8 years ago
emailweixu
303d266365
Merge pull request #2340 from emailweixu/boot_bias_layer
...
Fix handling of boot_bias_parameter for recurrent_group in v2 API
8 years ago
emailweixu
c562e57658
Merge pull request #2341 from emailweixu/fix_size
...
Fix size for lstm_step, identity_projection and concat
8 years ago
xuwei06
a8d44cc56a
Fix size for lstm, identity_projection and concat
8 years ago
xuwei06
02a509f1cb
Fix handling of boot_bias_layer for recurrent_group in v2 API
8 years ago
xuwei06
d90e40cdd1
MOdify make_model_diagram.py so that it can be used to draw dot diagram given model proto
8 years ago
xuwei06
350b268b7c
Adding simple operators for v2 API
8 years ago
emailweixu
0ef86cbd2e
Merge pull request #2288 from emailweixu/fix_v2_api
...
Fix V2 API
8 years ago
wwhu
efd2d3351c
add multiplex layer for python API
8 years ago
qiaolongfei
9e774a1cdf
remove duplicate code of python/paddle/trainer_config_helpers/config_parser.py
8 years ago
xuwei06
97c4d23fab
Add docs and clean up unused code
8 years ago
xuwei06
0cb8a6669e
Fix style
8 years ago
xuwei06
7d0355cdd0
Fix V2 API
8 years ago
Yu Yang
a91f7847db
Add with_testing guard for python/CMakeLists.txt
8 years ago
Luo Tao
630b27ec10
Compatible with previous configurations
8 years ago
Luo Tao
b7e2adbd47
Merge branch 'develop' into rename
8 years ago
qingqing01
1220f38578
Merge pull request #2215 from qingqing01/variable_input
...
Support variable-dimension input feature for 2D convolution operation.
8 years ago
Cao Ying
29520d771e
Merge pull request #2273 from luotao1/reverse
...
Expose the "reverse" argument for recurrent_group in V2 API.
8 years ago
xuwei06
35bfb1d5c3
Allow setting both is_static and initial_mean, initial_std at the same time.
...
Some time we simply want to have a fixed initialization for a model.
8 years ago
dangqingqing
2397d14fb0
fix conflicts
8 years ago
Luo Tao
0ee31a03b0
Expose the "reverse" argument for recurrent_group in V2 API
8 years ago
Luo Tao
28e9807247
Merge branch 'develop' into rename
8 years ago
Yu Yang
f0612b4e34
Merge branch 'develop' of github.com:baidu/Paddle into feature/fix_bug_in_run_python_tests
8 years ago
Yu Yang
19127b479c
Fix bug in run_python_tests.sh
...
* Also, test_plot cannot run in MacOS because of matplotlib & ipython's
limit.
* Add missing dependency in setup.py.
* fix #2264
8 years ago
dangqingqing
7430d30598
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into variable_input
8 years ago
dzhwinter
8ecd722958
"update setup.in"
8 years ago
dzhwinter
6e91ebc0dd
"remove extrafile"
8 years ago
dzhwinter
b098ef69a4
"remove the rar extractfile, prevent small files"
8 years ago
dzhwinter
b4b967a7c2
Merge pull request #2053 from dzhwinter/develop_mq2007
...
enrich paddle built-in learning to rank dataset with the mq2007 dataset
8 years ago
Yibing Liu
2e4c0bd2ea
enable global gradient_clipping_threshold
...
correct a typo
optimize code
fix a bug
8 years ago
Luo Tao
ca739d12f1
fix conflict
8 years ago
Luo Tao
3ae7541ad3
rename AggregateLevel and ExpandLevel
8 years ago
emailweixu
ba333e8a02
Merge pull request #2219 from emailweixu/sqrt-reciprocal
...
Add Sqrt and Reciprocal activation
8 years ago
xuwei06
a0a3a68551
Add Sqrt and Reciprocal activation
8 years ago
Yang yaming
d3e003be04
Merge pull request #2165 from pkuyym/fix-2078
...
Fix 2078
8 years ago
dangqingqing
6dfba39c96
resume file in sentiment demo.
8 years ago
dangqingqing
fd46fe3817
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into variable_input
8 years ago
dangqingqing
576e7f4779
Support variable-dimension for convolution operation.
8 years ago
yangyaming
dfc27aaadc
fix document formation bugs.
8 years ago
Cao Ying
7377c59b53
Merge pull request #2200 from luotao1/agg_level
...
add doc for AggregateLevel and ExpandLevel.
8 years ago
Luo Tao
c7fb78b0a5
follow comments
8 years ago
Luo Tao
f8a42d5de9
add doc for AggregateLevel and ExpandLevel
8 years ago
dangqingqing
75674710b5
Remove opencv-python in setup
8 years ago
dangqingqing
0e358ccc2f
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into image_v2
8 years ago
yangyaming
f3eb9cb36a
Override getValueImpl and revise document
8 years ago
Luo Tao
23e00ba379
follow comments
8 years ago
Luo Tao
966a95e329
add assert when is_seq=True, there must be bootLayer
8 years ago
yangyaming
a74060d48e
modify usage document of chunk evaluator
8 years ago
dangqingqing
6d6273b368
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into image_v2
8 years ago
dzhwinter
590c6038fc
"format Test"
8 years ago
dzhwinter
a4313de808
"remove the pairwise other genereate method"
8 years ago
dzhwinter
4ac5caaaa7
"formatter"
8 years ago
dzhwinter
d86fb1d133
"precommit format with github style"
8 years ago
dzhwinter
82eb0fe45b
"fix len type error of QueryList"
8 years ago
dzhwinter
16d6bd7c38
"fix label genenerate type. avoid IVector create error when init label"
8 years ago
dzhwinter
d7ef562450
"better format"
8 years ago
dzhwinter
96ca1e966a
"add mq2007 dataset for learning to rank task"
8 years ago
Peng Li
87cb840ce9
add coeff parameter to the helpers of mse_cost, crf_layer and smooth_l1_cost
8 years ago
Tao Luo
2e527ad312
Merge pull request #2136 from luotao1/infer
...
add multiple outputs in annotation of paddle.infer
8 years ago
Luo Tao
bc02d1aa96
follow comments
8 years ago
caoying03
7556ceffa6
add unitest for nce layer.
8 years ago
Luo Tao
3e36e564fb
add multiple outputs in annotation of paddle.infer
8 years ago
caoying03
1171014d3f
add param_attr to nce_layer and enable multiple inputs.
8 years ago
dangqingqing
e371ae9c49
Remove opencv-python in python/setup.py.
8 years ago
Yancey
32ecc191f1
Merge pull request #2100 from Yancey1989/fix2060
...
Bugfix: checkout input_type failed
8 years ago
dangqingqing
af9816b2a2
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into config_parse
8 years ago
dangqingqing
805088c615
pass unit test
8 years ago
dangqingqing
3c5e0f8a5d
remove g_pass_height_width in config_parse.py
8 years ago
Tao Luo
affd9d2699
Merge pull request #2084 from qingqing01/image_v2
...
Image preprocess module.
8 years ago
Yancey1989
85502783aa
Bugfix: checkout input_type failed
8 years ago
Cao Ying
81fb41f097
Merge pull request #2023 from pkuyym/develop
...
Add dataset PTB into paddle.dataset for language model task.
8 years ago
dangqingqing
3513935f7e
refine the annotation.
8 years ago
Yancey1989
ad0608847e
Fix paddle.init bug
8 years ago
dangqingqing
e3fd0d56f4
Pass unit test
8 years ago
dangqingqing
a6ec6c05d0
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into image_v2
8 years ago
dangqingqing
70c30efcaa
image preprcoess module
8 years ago
qiaolongfei
1976f137b2
add attr() interface to layer
8 years ago
武毅
f93ea592e2
Merge pull request #2014 from typhoonzero/init_with_env
...
paddle.init() default use env
8 years ago
wuyi05
950aa8a178
overwrite env with kwargs
8 years ago
Yu Yang
43493b2a59
Expose Inference in Python V2 API.
8 years ago
gangliao
1dfddae20b
Merge pull request #2037 from gangliao/v2_bug
...
'numpy.ndarray' object has no attribute 'tobytes'
8 years ago
liaogang
f7d0d99f93
'numpy.ndarray' object has no attribute 'tobytes'
8 years ago
yangyaming
286696aa2b
extend imikolov instead of adding ptb
8 years ago
xuwei06
6a7feb35e5
run python tests in virtualenv
...
When using system python, "pip install" needs root previlege. Using virtualenv to avoid this.
8 years ago
yi.wu
444c4638c2
update for pre-commit
8 years ago
yangyaming
70d15e84be
Add dataset ptb
8 years ago