zlx
|
211f83fa22
|
set depthwise conv layer interface in python
|
8 years ago |
dangqingqing
|
0c70f34c60
|
Fix bug for flowers dataset and row_conv.
|
8 years ago |
zlx
|
561c4562cf
|
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into improve_pruning
|
8 years ago |
Yang yaming
|
f551c271af
|
Merge pull request #2467 from pkuyym/ssd_map
Add DetectionMAPEvaluator
|
8 years ago |
zlx
|
15bf6e05b5
|
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into improve_pruning
|
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 |
qingqing01
|
8266546eb2
|
Merge pull request #2480 from emailweixu/repeat_layer
Repeat layer for column vector
|
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 |
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 |
yangyaming
|
597a58c3ef
|
Add DetectionMAPEvaluator.
|
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 |
dangqingqing
|
37015fadbd
|
update code
|
8 years ago |
caoying03
|
c7483bf956
|
add configuration helper for prelu layer.
|
8 years ago |
caoying03
|
692d251869
|
add missing configuration functions in v2 API.
|
8 years ago |
dangqingqing
|
18cd1f2558
|
Fix bug and Python API.
|
8 years ago |
xzl
|
18435f2a73
|
modify the pruning from reading mask to specify sparsity_ratio
|
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 |
xuwei06
|
97c4d23fab
|
Add docs and clean up unused code
|
8 years ago |
xuwei06
|
7d0355cdd0
|
Fix V2 API
|
8 years ago |
dangqingqing
|
7430d30598
|
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into variable_input
|
8 years ago |
Yibing Liu
|
2e4c0bd2ea
|
enable global gradient_clipping_threshold
correct a typo
optimize code
fix a bug
|
8 years ago |
dangqingqing
|
576e7f4779
|
Support variable-dimension for convolution operation.
|
8 years ago |
Luo Tao
|
23e00ba379
|
follow comments
|
8 years ago |
Yancey
|
32ecc191f1
|
Merge pull request #2100 from Yancey1989/fix2060
Bugfix: checkout input_type failed
|
8 years ago |
dangqingqing
|
3c5e0f8a5d
|
remove g_pass_height_width in config_parse.py
|
8 years ago |
Yancey1989
|
85502783aa
|
Bugfix: checkout input_type failed
|
8 years ago |
dangqingqing
|
1fd00758ac
|
SmoothL1 loss
|
8 years ago |
Luo Tao
|
d369577fed
|
add reversed poolSequenceWithStride
|
8 years ago |
Luo Tao
|
0291c01884
|
Merge branch 'develop' into stride
|
8 years ago |
Tao Luo
|
5961b52b13
|
Merge pull request #1653 from Noplz/normalize-layer
CrossChannelNorm Layer for SSD
|
8 years ago |
Luo Tao
|
9298a9ec0d
|
stride pooling for seqlastin and seqfirstin
|
8 years ago |
wangyang59
|
ec7184ac18
|
fixed a bug in conv_projection issue #1681
|
8 years ago |
wangyang59
|
090c974e4b
|
completed implementation of cudnn_convt convTransProjection and convTransOperator
|
8 years ago |
wangyang59
|
07c1ea258f
|
python interface for convTransProjection and convTransOperator
|
8 years ago |
Yuan Gao
|
8c2d1bad7a
|
Merge branch 'develop' into normalize-layer
|
8 years ago |
gaoyuan
|
eb43d93a58
|
Change Normalize layer to CrossChannelNorm layer
|
8 years ago |
Yu Yang
|
bd4ec1b493
|
Merge branch 'develop' into memory.set_input
|
8 years ago |
Peng Li
|
03889bab6f
|
Merge branch 'develop' into fix-crf-weight-and-coeff-bug
|
8 years ago |
Tao Luo
|
4375a64ea1
|
fix bug to pass travis
|
8 years ago |
Peng Li
|
bf838034d6
|
Merge branch 'develop' into fix-crf-weight-and-coeff-bug
|
8 years ago |