qiaolongfei
5dbb71b21f
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into add-program-cache-for-executor
7 years ago
qiaolongfei
0d70231ca1
add check
7 years ago
qiaolongfei
c84fc6d4cf
fix bug
7 years ago
fengjiayi
5b635682e6
Merge pull request #8711 from JiayiFeng/add_save_load_layer
...
Add layers for save/load op
7 years ago
qiaolongfei
338f8883b4
add more strict check for program cache
7 years ago
fengjiayi
e26cc4fe73
fix_an_error
7 years ago
qiaolongfei
a8fd6d581f
add use_program_cache to executor.run
7 years ago
fengjiayi
bd8440921c
move save/load from nn.py to tensor.py
7 years ago
fengjiayi
cf87f39b2b
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into remove_evaluator
7 years ago
qingqing01
bbf98a0176
Refine the doc in detection_output API. ( #8689 )
...
* Refine the doc in detection_output API.
* Refine the doc.
7 years ago
fengjiayi
1b28739cb9
update doc string
7 years ago
fengjiayi
f8029403a0
remove Evaluator.Accuracy
7 years ago
qiaolongfei
0876fc1451
fix feed var
7 years ago
qiaolongfei
4977d99b05
add program cache for executor
7 years ago
Helin Wang
e9b488635c
Fix vgg16 fc layer size: 4096 rather than 512
7 years ago
fengjiayi
994b52fc2b
Add layers for save/load op
7 years ago
Qiao Longfei
0240bb7796
Merge pull request #8516 from QiJune/memopt_multi_gpu
...
make memory optimization module compatible with parallel_do
7 years ago
qijun
191d8dcec1
set nccl = true
7 years ago
qijun
7dbdf007ec
remove nccl True in unit test
7 years ago
whs
acbda44c11
Merge pull request #8365 from wanghaoshuang/seq_error
...
Add sequence error output to edit distance evaluator
7 years ago
Thuan Nguyen
c9dd4e57f1
Unittests concurrency ( #8666 )
...
Python Unit Tests for CSP
* Simple Channel Send and Receive test
* Daisy Chain test with 100 channels/Go ops
7 years ago
typhoonzero
17a311e285
fix rename de-ref again
7 years ago
Xin Pan
6720198731
Merge pull request #8663 from panyx0718/test2
...
First timeline version
7 years ago
Xin Pan
12843a3a53
Firt timeline version
7 years ago
Yu Yang
d3fbede92d
Merge pull request #8564 from reyoung/feature/add_global_step
...
Add global_step in nn.py
7 years ago
emailweixu
eac2c3cf36
Merge pull request #8505 from emailweixu/math_op
...
Correctly handling variable with batch dimension for math ops.
7 years ago
Abhinav Arora
0d878e4c09
Add Go_op, Channel_create, channel_close, channel_send and channel_receive ops ( #8593 )
...
* Adding Python boilerplate code for Go op
* Add very basic test case
* Adding the python logic for go routine
* Fix syntax
* Changing test to notest
* Rename Routine to Go
* Combining GoGuard and Go in one class
* Modify test
* Adding fluid close channel
* Fixing __init__.py for calling fluid.go()
* Adding stubs for channel methods and updating test case
* Removing import *
* Adding imports from concurrency
* Initial commit of GO_OP (for varun)
* Creating local scopes and go through them
* Updated go op inputs persistability enforcement
* Add thread execution; compile failing though
* Fix go op
* Cleaned up Go op
* Fix yapf format issue
* Readd warp ctc dir for unit tests
* Updated make_channel, channel_send, channel_recv and channel_close
* Moved thread function to another method, update unit tests
* remove output var
* Add stubs for channel operators
* Updating concurrency with signatures
* Updated the signature with return status
* Fixed dtype in variables
* Updating stub of ChannelSend + add infershape
* Updating stub of ChannelRecv + add infershape
* Updated signature
* Adding the channel_create operator
* Merge channel send+receive ops
* Update concurrency tests using all operators
* Updating the create op with ChannelHolder
* Fix issues with channel_create_op
* Add the implementation for channel_close op
* Add channel close operator, fix channel close op
* Adding the channel_send op
* Comment channels C++ and Python code
* Concurrency python api comment fix
* Update unit test to add Status variable
* Adding channel receive operator
* Update concurrency test to demonstrate a complete CSP flow
* Fix clang-format issues
* Fixed "Out" parameter name
* Fixing merge conflict in framework.py
* Add channel ops to framework.py no_kernel_op_set
* Seperating channel_send and channel_recv operators
* Documenting capacity type
* Update concurrency test to create go block as child block of main program
* Changing set status implementation
7 years ago
Yancey1989
6e83c00301
Registry var type infer in split_selected_rows op
7 years ago
Yuan Gao
e84615bae6
Fix box coder op ( #8647 )
...
* fix ssd problems
* fix box decoder op
* fix dimension problem in detection tests
* update detection doc
* Update detection doc
* Update detection doc
* update detection doc
* update detection doc
7 years ago
Qiao Longfei
be9a2b2e30
Merge pull request #8652 from jacquesqiao/fix-parallel-do-with-non-parameter
...
parallel-do should not merge the gradient of parameter that stop_gradient=True
7 years ago
wanghaoshuang
8d57e9c76f
Rename 'edit distance rate' to 'edit distance'
7 years ago
wanghaoshuang
795f572fee
Rename 'seq_error' to 'instance_error'
7 years ago
fengjiayi
101378c878
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into remove_evaluator
7 years ago
qiaolongfei
c4996fb801
Merge branch 'feature/parallel_nccl_not_support_batchnorm' of https://github.com/reyoung/Paddle into fix-parallel-do-with-non-parameter
7 years ago
qiaolongfei
f8d0d84f7e
fix multi card
7 years ago
qingqing01
f9c1b6f9ae
Fix the backward transpiler bug in ssd_loss API. ( #8648 )
7 years ago
Tao Luo
62698d6e17
Merge pull request #8634 from typhoonzero/fix_renamevar_ref
...
Fix rename_var de-ref
7 years ago
qiaolongfei
5d305070ec
parallel-do should not merge the gradient of parameter witch set stop_gradient=True
7 years ago
Yu Yang
77ff14aa78
Not support batchnorm
7 years ago
wanghaoshuang
1e510d9914
Add ceil_mode option for pool2d and pool3d
7 years ago
wanghaoshuang
87d90d2afd
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into seq_error
7 years ago
typhoonzero
1e9efc2272
add comments
7 years ago
qingqing01
69643b5e89
Enable the SSD loss to support normalization by the total number of output locations. ( #8630 )
...
* Register more data type for reshape operator.
* Enable the SSD loss to support normalization by the total number of output locations.
* Fix the doc format.
7 years ago
typhoonzero
bd87882651
fix rename_var deref
7 years ago
Yu Yang
2a4e7add6f
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into feature/add_global_step
7 years ago
chengduo
cf883d9caf
Merge pull request #8613 from chengduoZH/feature/fix_bug_conv_op
...
Fix conv_op bug
7 years ago
xuwei06
e9b8ebf42c
Correctly handling variable with batch dimension for math ops.
...
When the second argument contains batch dimension, the axis should be 0.
Also makes elementwise ops more tolerant at handling tensors with trailing
singular dimensions.
7 years ago
chengduoZH
7cf2c05fd2
add unit test for input's size is 1x1
7 years ago
武毅
4d4322a698
merge fluid dist tests ( #8573 )
...
* merge fluid dist tests
* update cmake
7 years ago
Wang Hao
ec33832602
Merge pull request #8577 from wanghaox/python_map
...
add warrper for detection map operator
7 years ago
Yancey
c02f773a53
Fix dist demo var type error ( #8600 )
...
* Fix dist demo error
* revert trainer_id
7 years ago
Xin Pan
decaad5ccc
Merge pull request #8542 from panyx0718/test
...
Extend current profiler for timeline and more features.
7 years ago
wanghaox
1e1202b659
merge detection.py
7 years ago
Yu Yang
5f70629ffa
Better function name
7 years ago
Yu Yang
9db107da65
Renamed and add comments
7 years ago
Xin Pan
1783ab1dca
move test_nvprof to new location
7 years ago
qingqing01
4948f7b3fe
Enhance bipartite_match_op to support argmax matching after bipartite matching. ( #8580 )
...
* Enhance bipartite_match_op to support argmax matching after bipartite matching.
* Fix typo error.
7 years ago
Tao Luo
dce0383f89
Merge pull request #8404 from Xreki/core_refine_inference
...
Refine the inference API and unittests
7 years ago
Xin Pan
b9ec24c6e9
Extend current profiler for timeline and more features.
7 years ago
chengduo
087d8e7fae
Merge pull request #8551 from chengduoZH/fixbug/conv2d_python
...
Fix the bug of conv2d
7 years ago
qijun
1cce055bb3
merge baidu/develop
7 years ago
武毅
fe7c181491
Merge pull request #8538 from typhoonzero/add_raw_var_type
...
fix short connection again
7 years ago
wanghaox
4161328eb5
add warrper for detection map operator
7 years ago
Liu Yiqun
efb6ba3531
Merge branch 'develop' into core_refine_inference
7 years ago
Yu Yang
2af9aac2cb
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into feature/add_global_step
7 years ago
Yu Yang
efc094f564
Merge pull request #8543 from reyoung/feature/enhance_layer_generator
...
Enhance layer_function_generator
7 years ago
Yu Yang
a16ed651e9
Fix CI
7 years ago
chengduoZH
5d30142889
follow comment from panxin
7 years ago
Yu Yang
175cf6e024
Add global_step in nn.py
7 years ago
qijun
8b7516ed03
test memopt fit a line demo with nccl
7 years ago
Yu Yang
777a281a4f
Fix CI and enhance gitignore
7 years ago
typhoonzero
a50230add6
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into add_raw_var_type
7 years ago
qiaolongfei
ea9e62b8fc
optimize code
7 years ago
Yu Yang
5f1a577e33
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into feature/enhance_layer_generator
7 years ago
qiaolongfei
a636aa585b
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into fix-optimize-multi-program
7 years ago
chengduoZH
470d671792
follow comment
7 years ago
qijun
abb9405783
Merge remote-tracking branch 'baidu/develop' into memopt_multi_gpu
7 years ago
chengduoZH
46bc0fec79
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into fixbug/conv2d_python
7 years ago
Luo Tao
ea3be884e8
Merge branch 'develop' into fluid_python
7 years ago
Luo Tao
bde090a975
replace paddle.v2.fluid by paddle.fluid in tests
7 years ago
Luo Tao
b11956a0b5
move Fluid API code out of V2 API code
7 years ago