Helin Wang
f837eee724
add paddle.v2.reader,dataset back for backward compatibility
7 years ago
Helin Wang
bcf7c36b0b
Make paddle.fluid no longer depends on paddle.v2
...
In this way we can build and test using WITH_FLUID_ONLY flag being set
to ON.
- move paddle.v2.dataset,reader to paddle.dataset,reader
- remove unused code (which depends on v2) in paddle.dataset,reader
7 years ago
qingqing01
24509f4af9
Fix the grammar in copyright. ( #8403 )
7 years ago
dzhwinter
e983cc90fc
"fix decode bug" ( #7711 )
...
* "fix decode bug"
* "follow commnet"
* "fix error"
* "fix hook bug"
* fix based comment
* fix copyright
* fix based on comment
7 years ago
dzhwinter
b9b75377a2
Feature/hooks ( #7513 )
...
* add copyright hook
* add copyright hook
* refine copyright hook
* "test copyright hook"
* fix check style
* fix ci
7 years ago
武毅
154e1d0491
Merge pull request #4972 from typhoonzero/fix_v2_optimizer_order
...
Fix v2 optimizer define order
8 years ago
typhoonzero
023166a820
add ut, follow comments
8 years ago
Luo Tao
70d9d953e6
rename sparse_vector to sparse_float_vector in tests
8 years ago
caoying03
10eacac9a7
follow comments and fix unittest.
8 years ago
Luo Tao
3065cb2625
add huber_regression_cost
8 years ago
Luo Tao
27a99bfb14
Add base class for huber_regression_cost and huber_classification_cost
8 years ago
liaogang
7ecdf6ad93
Add py_test
8 years ago
dangqingqing
c9865824a7
Support to init partial network parameters from the tar file.
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
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
emailweixu
68c68ec958
Merge pull request #2218 from luotao1/rename
...
rename AggregateLevel and ExpandLevel
8 years ago
xuwei06
350b268b7c
Adding simple operators for v2 API
8 years ago
xuwei06
97c4d23fab
Add docs and clean up unused code
8 years ago
xuwei06
7d0355cdd0
Fix V2 API
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
Luo Tao
0ee31a03b0
Expose the "reverse" argument for recurrent_group in V2 API
8 years ago
Luo Tao
ca739d12f1
fix conflict
8 years ago
Luo Tao
3ae7541ad3
rename AggregateLevel and ExpandLevel
8 years ago
dangqingqing
576e7f4779
Support variable-dimension for convolution operation.
8 years ago
dangqingqing
e3fd0d56f4
Pass unit test
8 years ago
dangqingqing
70c30efcaa
image preprcoess module
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
dangqingqing
23283f2cf7
add comments
8 years ago
Yu Yang
e7b3a5f1c8
Follow comments
8 years ago
Yu Yang
abd6e0cd13
Complete Evaluators in paddle.v2
8 years ago
Yu Yang
979334e7a7
Fix other unittest
8 years ago
Yu Yang
ae57b4e774
Change unittest's weight dimension to 1
8 years ago
Luo Tao
7dbc77ba4d
rename regression_cost to mse_cost
8 years ago
Yu Yang
c36a3f4607
Add unittest for serialize/deserialize.
8 years ago
Yu Yang
977fcef7b5
Fix unittest
8 years ago
Helin Wang
e87181db8d
use value_range instead of ele_range
8 years ago
Helin Wang
fa3b1c465b
change argument name of data_type.integer_value/integer_value_sequence to ele_range, add documentation.
8 years ago
qiaolongfei
22f7b9ab53
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into rnn
8 years ago
qiaolongfei
35ec5f0f1a
Support StaticInput
8 years ago
Yu Yang
5fc572c294
Complete Memory
8 years ago
Yu Yang
cdecd53be3
Merge pull request #1498 from reyoung/feature/expose_networks
...
Feature/expose networks
8 years ago
Yu Yang
3590cb1e4d
Add unittests
8 years ago
qiaolongfei
e9cd386750
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into rnn
8 years ago
qiaolongfei
7ad8363036
support boot_layer
8 years ago
dangqingqing
6bf6034ac6
follow comments
8 years ago
dangqingqing
d312352a2f
fix dataprovider_converter when using only one gpu
8 years ago
Tao Luo
ce32599611
Merge pull request #1479 from reyoung/feature/simplize_v2_layer
...
Simplify layer.v2
8 years ago
Yu Yang
3758993393
Simplify layer.v2
8 years ago
qiaolongfei
6b1a91f9b8
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into rnn
8 years ago