Wu Yi
|
856f0da0fe
|
Fp16 training (#14992)
* wip
* wip
* wip
* wip for test
* add fp16 tests test=develop
* fix cpu build test=develop
* fix test=develop
* fix py3 tests test=develop
* fix lr_scheduler dtype test=develop
* fix test=dvelop
* test fix ci compile test=develop
* fix build and merge test=develop
* fallback momentumop change to general test=develop
* make fp16 lr schedule simple test=develop
* fix ut test=develop
* fix tests test=develop
* remove fp16 learning rate cast test=develop
|
6 years ago |
typhoonzero
|
da87f7a698
|
Revert "[Feature] Fp16 training for resnet50 (#14850)"
This reverts commit 3d750f9c5a .
|
6 years ago |
Wu Yi
|
3d750f9c5a
|
[Feature] Fp16 training for resnet50 (#14850)
* wip
* wip
* wip
* wip for test
* add fp16 tests test=develop
* fix cpu build test=develop
* fix test=develop
* fix py3 tests test=develop
* fix lr_scheduler dtype test=develop
* fix test=dvelop
* test fix ci compile test=develop
* fix build and merge test=develop
* fallback momentumop change to general test=develop
|
6 years ago |
Tomasz Patejko
|
ad09facafe
|
MKLDNN elementwise_mul: CPU tests initially refactored. MKLDNN mul test for broadcast added
|
6 years ago |
chengduo
|
c5b6573a5a
|
Fix input<tensor> (#14208)
* fix input<tensor>
test=develop
* fix split_ids
test=develop
* ElementwiseMul should not support SelectedRows
* fix scale op
test=develop
* change GetTensorFromVar() method to GetTensorOrSelectedRowsFromVar()
* fix operator
* refine MultiOutput
* fix MultiOutput
test=develop
* disable test_dist_save_load
test=develop
* fix elementwise_op
test=develop
* add get_sparse_as_op
test=develop
* add info for check
test=develop
* rename get_sparse_as_op with extract_rows_as_op.
test=develop
* elementwise doesn't support selected_rows
* fix regularizer
* remove extract_rows_as
test=develop
* fix ci
test=develop
* add test for sum_op
* fix regularizer
test=develop
* test=develop
* fix pserver weight decay multi inputs test=develop
|
6 years ago |
chengduo
|
e1761709f8
|
Set the right shape of selected_rows (#13723)
* set the right shape of selected_rows
test=develop
* enhance check
* fix activation_op
* remove cast
* use ShareDimInfo replace SetDim and ShareLod
* use ShareDimAndLod
test=develop
* follow comment
test=develop
* check whether the input has lod
test=develop
* Split ShareDimAndLod
test=develop
* checkout clip.py
test=develop
|
7 years ago |
minqiyang
|
99d3f08920
|
Add print_function for all python files
|
7 years ago |
minqiyang
|
9fc13fde18
|
Remove python3 relative import of unittest
|
7 years ago |
minqiyang
|
35e6abd7bb
|
Change iter_parameters back and port unittests code to Python3
|
7 years ago |
Luo Tao
|
b11956a0b5
|
move Fluid API code out of V2 API code
|
7 years ago |