dongdaxiang
|
2e5ebc4594
|
Merge branch 'add_timer' of https://github.com/guru4elephant/Paddle into add_timer
test=develop
|
6 years ago |
dongdaxiang
|
5dfd9c9aa9
|
Merge branch 'add_timer' of https://github.com/guru4elephant/Paddle into add_timer
test=develop
|
6 years ago |
dongdaxiang
|
a7028a9f88
|
Merge branch 'add_timer' of https://github.com/guru4elephant/Paddle into add_timer
test=develop
|
6 years ago |
dongdaxiang
|
d0a5159946
|
Merge branch 'add_timer' of https://github.com/guru4elephant/Paddle into add_timer
test=develop
|
6 years ago |
dongdaxiang
|
e039d4f6a7
|
Merge branch 'add_timer' of https://github.com/guru4elephant/Paddle into add_timer
test=develop
|
6 years ago |
dongdaxiang
|
f9b8168508
|
Merge branch 'add_timer' of https://github.com/guru4elephant/Paddle into add_timer
test=develop
|
6 years ago |
dongdaxiang
|
eece317569
|
Merge branch 'add_timer' of https://github.com/guru4elephant/Paddle into add_timer
test=develop
|
6 years ago |
dongdaxiang
|
3558d73d1f
|
Merge branch 'add_timer' of https://github.com/guru4elephant/Paddle into add_timer
test=develop
|
6 years ago |
dongdaxiang
|
75a928e230
|
Merge branch 'add_timer' of https://github.com/guru4elephant/Paddle into add_timer
|
6 years ago |
dongdaxiang
|
3b3cb4ea55
|
Merge branch 'add_timer' of https://github.com/guru4elephant/Paddle into add_timer
|
6 years ago |
dongdaxiang
|
2db36f9015
|
Merge branch 'add_timer' of https://github.com/guru4elephant/Paddle into add_timer
|
6 years ago |
dongdaxiang
|
2dee8f6cd5
|
add TrainFilesWithTimer in async_executor
|
6 years ago |
dongdaxiang
|
d434fcbaa6
|
add TrainFilesWithTimer in async_executor
|
6 years ago |
dongdaxiang
|
cf6188a823
|
add a linux timer
|
6 years ago |
Zeng Jinle
|
0021b05b19
|
Merge pull request #14993 from sneaxiy/fix_check_lod
Fix CheckLoD bug
|
6 years ago |
chengduo
|
79bd6dfa18
|
[Feature] Add Temporary Allocator (#14875)
* Add Temporal Allocator
* add Temporay Allocator to DeviceContext
test=develop
* code refine
test=develop
* fix mean_iou
test=develop
* Add DeviceTemporaryAllocator
test=develop
* fix conv_op bug
test=develop
* small fix
test=develop
* code refine
test=develop
* log refine
test=develop
* fix unit test
test=develop
* move double check
* refine concat_and_split
test=develop
* add limit_of_temporary_allocation
test=develop
* fix name
test=develop
|
6 years ago |
sneaxiy
|
a30c5373eb
|
use std::is_sorted
fix comment
test=develop
|
6 years ago |
Xin Pan
|
484c24b756
|
Merge pull request #14996 from tensor-tang/fix/deps
fix deps of jit benchmark
|
6 years ago |
tensor-tang
|
e99e4e994d
|
fix deps of jit benchmark
test=develop
|
6 years ago |
Tao Luo
|
d4f384767a
|
Merge pull request #14987 from jczaja/prv-transpose-mkldnn-grad
[MKL-DNN] Added transpose/transpose2 MKLDNN grad ops
|
6 years ago |
tensor-tang
|
693e5e65ce
|
Merge pull request #14958 from tensor-tang/refine/jit
enhance jit
|
6 years ago |
sneaxiy
|
b8051e7927
|
merge develop
test=develop
|
6 years ago |
Tao Luo
|
df1e4e2f10
|
fix check_lod
test=develop
|
6 years ago |
Zeng Jinle
|
95cbe07c40
|
Merge pull request #14836 from sneaxiy/feature/py_func
Featue/py_func op
|
6 years ago |
Tao Luo
|
d49990e447
|
Merge pull request #14982 from luotao1/diff_test
add deterministic result unit-test
|
6 years ago |
Jacek Czaja
|
d05094eec3
|
- Added transpose/transpose2 MKLDNN grad ops
test=develop
|
6 years ago |
Tao Luo
|
55af116861
|
Merge pull request #14966 from jczaja/prv-transpose-mkldnn-reuse-PR
[MKL-DNN] Extending Transpose Op to reuse MKL-dNN primitives
|
6 years ago |
Xin Pan
|
2537ac512e
|
Merge pull request #14983 from typhoonzero/revert_14850
Revert "[Feature] Fp16 training for resnet50 (#14850)"
|
6 years ago |
chengduo
|
a015a8a39d
|
Refine merge_selected_rows Doc (#14748)
* add doc for MergeSelectedRows
test=develop
* checkout selected_rows
test=develop
|
6 years ago |
typhoonzero
|
da87f7a698
|
Revert "[Feature] Fp16 training for resnet50 (#14850)"
This reverts commit 3d750f9c5a .
|
6 years ago |
tensor-tang
|
1aaec571c2
|
fix enum style
test=develop
|
6 years ago |
sneaxiy
|
490eb9061f
|
polish infer shape of py_func op
test=develop
|
6 years ago |
tensor-tang
|
facfecbdd0
|
follow comment: reuse time function and change to upper case
test=develop
|
6 years ago |
tensor-tang
|
f5532877f7
|
Merge remote-tracking branch 'ups/develop' into refine/jit
|
6 years ago |
Yihua Xu
|
3babc80160
|
Fix the regression issue and add the group unitest for conv2d (#14932)
* Add test items for mkldnn conv2d
* Fix the regression issue and pass the unit test for conv2d and conv3d
test=develop
|
6 years ago |
Xin Pan
|
a872eb90c2
|
Merge pull request #14959 from panyx0718/clean2
Further op RunImpl refactor
|
6 years ago |
chengduo
|
550e7e410b
|
Code Clean parallel_executor.py (#14849)
* refine parallel_executor
* remove uncessary code
test=develop
|
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 |
luotao1
|
13367866cd
|
add deterministic result unit-test
test=develop
|
6 years ago |
tangwei12
|
45dd3491db
|
lookup table utils fix (#14730)
* fix utils config, test=develop
* reweite tools in lookup table utils, test=develop
* merge develop, test=develop
* add copy in setup, test=develop
* update api spec, test=develop
* add doc, test=develop
* prettifying doc, test=develop
* Update API.spec
update api.spec, test=develop
* Update lookup_table_utils.py
test=develop
* Update lookup_table_utils.py
test=develop
* merge develop, test=develop
* merge develop, test=develop
* init fix, test=develop
* fix in downloads, test=develop
* fix in setup.in, test=develop
|
6 years ago |
Wang Guibao
|
e7675dd542
|
Avoid calling VLOG() when program exiting (#14937)
* Avoid calling VLOG() when program exiting
test=develop
* Avoid calling VLOG() when program exiting
test=develop
|
6 years ago |
tensor-tang
|
a369c8025b
|
fix typo of mix impl of lstm
test=develop
|
6 years ago |
tensor-tang
|
d651a91138
|
fix build on win, fix use condition of crf decoding and layer norm and
enhance test precision
test=develop
|
6 years ago |
tensor-tang
|
141ebcd4aa
|
Merge remote-tracking branch 'ups/develop' into refine/jit
|
6 years ago |
Tomasz Patejko
|
e9eee0de6a
|
MKLDNN residual connection fuse: fixing accuracy problem (#14874)
* MKLDNN residual connection fuse: conv op reused
test=develop
* MKLDNN residual connection fuse: added prints for checking fuse
test=develop
* MKLDNN residual connection fuse: add more prints
test=develop
* MKLDNN residual connection fuse: add hash function. test=develop
* MKLDNN residual connection fuse: add hash to elementwise_add
test=develop
* MKLDNN residual connection fuse: add more hashes. test=develop
* MKLDNN residual connection fuse: added hashes to relu
test=develop
* MKLDNN residual connection fuse: do not fuse when fuse_relu is on
* MKLDNN residual connection fuse: check if fuse_relu attribute is set
test=develop
* MKLDNN residual connection fuse: comment out some printouts
* MKLDNN residual connection fuse: remove unused functions in the pass code
* MKLDNN residual connection fuse: delete commented hashes and printouts
* MKLDNN residual connection fuse: remove unnecessary includes. test=develop
|
6 years ago |
tensor-tang
|
d53c4756ad
|
clean code and remove unused files
test=develop
|
6 years ago |
tensor-tang
|
95fb31285c
|
Merge remote-tracking branch 'ups/develop' into refine/jit
|
6 years ago |
Xin Pan
|
cf3a07e8f8
|
Merge pull request #14878 from panyx0718/imperative
MLP forward backward
|
6 years ago |
tensor-tang
|
c187a7c618
|
add more impls of lstm and gru and fix build on win
test=develop
|
6 years ago |
Xin Pan
|
1fe3ac352a
|
move more and fix while
test=develop
|
6 years ago |