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
Yang Yu
63ff0b4ba9
Refine get_places
7 years ago
Yang Yu
ed0cf3d6c6
Merge branch 'develop' of github.com:baidu/Paddle into feature/get_places
7 years ago
yangyaming
60fecce43d
Fix unit test for lstm_unit.
7 years ago
qijun
e8de775f8e
rename trainer_count to device_count
7 years ago
qijun
aa32089493
fix conflict
7 years ago
qijun
3034edf1a7
fix typo
7 years ago
qijun
39a61bbf55
fix conflict
7 years ago
yangyaming
760d20de92
Add test for sequence_softmax.
7 years ago
qijun
44bae42dd1
follow comments
7 years ago
qijun
31323f7911
add test
7 years ago
yangyaming
9ee9fefd2d
Change the return order to h, c.
7 years ago
yangyaming
69072ef1ce
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into fix-6581
7 years ago
yangyaming
3242e286e6
seq_expand --> sequence_expand
7 years ago
yangyaming
734e87e55b
Add python wrapper for lstm unit op.
7 years ago
yangyaming
3545d3a61d
Expose seq_expand op.
7 years ago
Yu Yang
d069f2ca0a
Make fluid.layers.fc support multiple param_attr ( #6532 )
...
Fix #6531
7 years ago
Qiao Longfei
161128bada
add chunk eval layer ( #6296 )
...
* add crf_decoding layer
* fix some typo
* init trunk_evaluator
* add trunk_evaluator layer
* update chunk_eval_op and test, change int32 to int64
* fix a numeric problem
* change layers.trunk_evaluator to layers.trunk_eval
* fix typo
* add precision_val
7 years ago
Qiao Longfei
45c8a88a3e
add crf_decoding layer ( #6274 )
...
* add crf_decoding layer
* fix some typo
* fix test_crf_decoding_op
7 years ago
Yu Yang
1fe5acb25a
Expose sigmoid_cross_entropy_with_logits ( #6147 )
...
Also, change the `labels` to `label` for api consistency
7 years ago
Yu Yang
ac596a3952
Feature/switch program ( #5932 )
...
* Unify fluid submodules to fluid module
Change books just use `import fluid`, not submodules
* Remove g_main_program/g_startup_program
Use default_main_program/default_startup_program instead
* Typo
* Add API for switch default program
* Two functions: switch_main_program/switch_startup_program
* A guard: program_guard. Users can use the `with` statement change
default programs
* Change unittests in `test_layers`
* Fix CI
* Fix CI
* Fix CI
7 years ago
Yu Yang
1b6dcc2fe8
Feature/param attr ( #5996 )
...
* Make param_attr as a strong typed class
Fix #5819
7 years ago
Yu Yang
985e4ab62d
Add Python wrap of conv2d_transpose and its unittest ( #5946 )
...
* Add Python wrap of conv2d_transpose and its unittest
* Follow comments
* Fix format
7 years ago
fengjiayi
50d670ee06
Unify dtype and datatype ( #5869 )
...
* Change all `data_type` in Python to `dtype`
* Change `date_type` in C++ to `dtype`
* Refine
7 years ago
Qiao Longfei
e1b26514a7
revert print in test_layers ( #5834 )
7 years ago
Qiao Longfei
53bd51e3f4
07/Label semantic roles ( #5798 )
...
* init label_semantic_roles.py
* add linear_chain_crf and test
* complete test_linear_chain_crf
* correct last layer of db_lstm
* update optimizer and initializer
* update param_initializer of embedding_layer
* support load pre trained embedding
* rm unused parameter
* optimize code
* clean code
* fix test
* add todo
7 years ago
Qiao Longfei
4adc8a7aa1
Change framework to fluid ( #5637 )
...
* init commit
* change some dir name
8 years ago