minqiyang
6abe819f07
Fix pybind11 problem
...
Fix str and bytes problem
Fix sorted problem
Fix math problem
Fix CI problem
7 years ago
Qiao Longfei
7970ab965a
Merge pull request #12544 from jacquesqiao/dist-lookup-table-only-support-sgd
...
dist lookup table only support sgd
7 years ago
Wu Yi
2d036c47cd
polish dist unit test code ( #12512 )
...
* polish dist se resnext ut
* update
* update
* update
* avoid cpu initializer differ
* change to use executor for now
* update by comment
* remove lr decay use para exe, should fix para exe bug later
* update by comment
7 years ago
chengduo
97a77512b4
Fix the order of sum ( #12562 )
...
* fix the order of sum
* add doc
* check whether need to copy
* follow comments
7 years ago
qiaolongfei
111bde9725
add warning to dist lookup table optimizer
7 years ago
qiaolongfei
b2f28878e1
remove unused code
7 years ago
qiaolongfei
5a608fcf08
add TestDistLookupTable
7 years ago
qiaolongfei
c0e8dd8758
add unit test for dist lookup table
7 years ago
Yu Yang
3300a532aa
Merge pull request #12546 from reyoung/feature/fix_nmt_cannot_save_checkpoint
...
Do not set loss@Grad as persistable
7 years ago
qiaolongfei
fd53fdf84b
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into dist-lookup-table-only-support-sgd
7 years ago
Qiao Longfei
23252a3432
Merge pull request #12463 from jacquesqiao/remove-duplicated-init-op
...
avoid duplicated init op for one parameter
7 years ago
chengduo
93152b0bac
Fix the result of unit test ( #12520 )
...
* fix the result of unit test
* fix resnext
* compare the result of PE and Exe
* compare the result of reduce and allreduce
7 years ago
tangwei12
5bfdefae91
Merge branch 'Pdv' into samplingIdOp
7 years ago
qiaolongfei
641a7fb342
fix test_initializer
7 years ago
tangwei12
4cd504d3b4
bug fix
7 years ago
qiaolongfei
937061a4aa
update test_initializer.py
7 years ago
qiaolongfei
8aeac78282
revert initializer.py
7 years ago
qiaolongfei
aa546389e8
move _is_inited_by into framework.py
7 years ago
tangwei12
da2cc99f67
sampling op optimize
7 years ago
minqiyang
1f618c4ff9
Fix the overfix of 2to3 in xrange
7 years ago
Yu Yang
55ff03b7ab
Do not set loss@Grad as persistable
...
Revert part of a3ca4c99eb
7 years ago
qiaolongfei
a7448d5426
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into remove-duplicated-init-op
7 years ago
fengjiayi
b656d97e86
Merge pull request #12485 from JiayiFeng/dev_ops_tensor_support
...
Make lookup_table_op and softmax_op supporting high rank tensor
7 years ago
Qiao Longfei
3cea440060
enforce test_parallel_executor_transformer and test_image_classification_resnet to run in serial ( #12545 )
7 years ago
qiaolongfei
fd73f2bb26
dist lookup table only support sgd while other dense table support all optimizer
7 years ago
qiaolongfei
9a7084c1ae
fix test_dist_transpiler
7 years ago
qiaolongfei
28c4443c22
add test for remove duplicated init op
7 years ago
qiaolongfei
8e9f338c0f
add _is_duplicated_init_op
7 years ago
qiaolongfei
37e069eba3
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into remove-duplicated-init-op
7 years ago
minqiyang
5656f64b58
Remove duplicate handle of dist_transformer
7 years ago
minqiyang
a58dd3e557
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into port_python3_syntax
7 years ago
minqiyang
850c3945f2
Make transformer unittest serial
7 years ago
minqiyang
c3e187896d
Port contrib to python3
7 years ago
minqiyang
cd27e53667
Fix python code in contrib
7 years ago
Chen Weihang
3185d38af4
Merge pull request #12467 from chenwhql/batch_size_check
...
fix: add batch size check in loading data process
7 years ago
tangwei12
766ac488ac
sum_op selectedRows dim bug fix
7 years ago
Bai Yifan
900d61dd98
Clean python api ( #12406 )
...
* api clean
* update API.spec
7 years ago
dzhwinter
0c8fde7dce
"cherry picked cpp tests" ( #12182 )
...
* "cherry picked cpp tests"
* "cherry picked"
* "cherry picked tests"
* "merge develop branch"
7 years ago
dzhwinter
595a2c83ae
explicit gradient of elementwise_add/elementwise_sub ( #11970 )
...
* "add gradient register"
* "make some enhance"
* "better format"
* "fix typo"
* "fix reuse"
* "fix get expected kernel"
* "change the mkldnn code"
* "fix mkldnn"
* "fix mkldnn failed test"
* "add comment"
7 years ago
fengjiayi
23aebf0ea7
update softmax layer comment
7 years ago
chenweihang
bcc2fbe687
add type conversion for batch_size
7 years ago
chengduo
c237795100
Reopen test_parallel_executor_transformer ( #12452 )
...
* reopen test_parallel_executor_transformer
* save the CPU runing time
7 years ago
chenweihang
8627ef3330
refactor: simplify unittest function
7 years ago
chengduo
b5a3e40bb5
close random fail test ( #12482 )
7 years ago
Xin Pan
c58af84c66
Merge pull request #12426 from panyx0718/better_dist_test
...
Add transformer dist test and factor out some common utils.
7 years ago
chengduo
7a495a5871
add threads in thread pool for CPU ( #12475 )
7 years ago
fengjiayi
f7bd0b227b
Add unittests for softmax_op
7 years ago
Xin Pan
12ea358c06
polish
7 years ago
chenweihang
964d631cfd
feat: add unittest of memory usage
7 years ago
fengjiayi
b1af7e5d9b
Add unittests for lookup_table_op
7 years ago
qiaolongfei
0bd710fcde
correct the init op type
7 years ago
chenweihang
6a05ed3366
fix: add batch size check in loading data process
7 years ago
qiaolongfei
fa94261b73
avoid duplicated init op for one parameter
7 years ago
Qiao Longfei
690625fe15
Merge pull request #12456 from jacquesqiao/add-profiler-to-pserver
...
Add profiler to pserver
7 years ago
qiaolongfei
0b62f61d29
add init flag in __init__.py for listen_and_serv_profile_period
7 years ago
dzhwinter
91fb0156ca
Memory/reshape op ( #12414 )
...
* "remove inplace in single op"
* "fix ci"
* "add transpiler case"
* fix conflict
* "fix reshape"
* "delete reshape inplace attr"
* "follo the comments"
* "rerun ci"
7 years ago
Qiao Longfei
271b72460f
Merge pull request #12445 from jacquesqiao/fix-dis-trans
...
Fix dist trans
7 years ago
chenweihang
c19078566e
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into py_calc_memory
7 years ago
Xin Pan
6e26bfe8ef
polish
7 years ago
Xin Pan
db7b92d0b6
fix
7 years ago
Xin Pan
bcc0d32080
clean
7 years ago
Xin Pan
2fb77250f3
clean
7 years ago
Xin Pan
6826de21c2
better dist tests
7 years ago
qiaolongfei
f761874b22
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into fix-dis-trans
7 years ago
minqiyang
d8ddd3b307
Add TODO for memory optimization in python3 and polishing code
7 years ago
minqiyang
7f794ea563
Replace the overfix of 2to3 with six.string_types
7 years ago
minqiyang
ce4eba3b0d
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into port_python3_syntax
7 years ago
qiaolongfei
236fc1bd38
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into add-test-for-split-ids-op
7 years ago
qingqing01
f372f27e3f
Hidden APIs for While, StaticRNN, ParallelDo. ( #12332 )
...
* Hidden APIs for While, StaticRNN, ParallelDo.
7 years ago
minqiyang
000ba1ac5f
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into port_python3_syntax
7 years ago
qiaolongfei
f4c4c6179c
optimize unit test of test_split_ids_op
7 years ago
Xin Pan
19ef4bab4c
Merge pull request #12418 from panyx0718/fix_dist_seed
...
Fix dist seed
7 years ago
qiaolongfei
4e0f5c2ae8
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into add-test-for-split-ids-op
7 years ago
Xin Pan
7a192d9e70
fix SERIAL tests
7 years ago
qiaolongfei
41693b6ae7
optimize code
7 years ago
qiaolongfei
91f63cd401
fix split_ids_op and add unit test
7 years ago
qiaolongfei
2aa732ba34
fix distribute transpiler to optimize selected rows
7 years ago
Xin Pan
412ad81644
keep seed in dist transpiler
...
better test
7 years ago
Xin Pan
4abcb1b8e7
Merge pull request #12409 from panyx0718/add_dist_deps
...
add distributed training deps.
7 years ago
Xin Pan
398cfb47b1
disable dist_se_resnext since it's not stable yet.
...
fix fluid_benchmark.py
7 years ago
Bai Yifan
e12b1d1792
Add flatten op ( #12341 )
...
* add flatten op
7 years ago
Wu Yi
4dbcb975f7
Enable dist se resnext ( #12365 )
...
* enable dist se resnext
* small batch size
7 years ago
chengduo
2409d0f710
Refine regularization for selected_rows ( #12369 )
...
* refine regularization for selected_rows
* clean lookup_table
* refine rpc_server_test
* temporally disable rpc_server_test
* fix rpc_server_test
* add unit test
7 years ago
tensor-tang
5bea9c148c
Merge pull request #12397 from tensor-tang/refine/num_threads
...
refine num_threads control
7 years ago
minqiyang
0c7d6eb8b2
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into port_python3_syntax
7 years ago
tensor-tang
23e3f790c0
enable read from python
7 years ago
fengjiayi
ec4c6e1f7c
Merge pull request #12384 from JiayiFeng/dev_update_save_inference_model
...
update inference_optimize() to support program with readers
7 years ago
minqiyang
3107318007
Remove the overfix of next in unittest
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
minqiyang
e84936206d
Remove the overfix of print function in dataset/ folder
7 years ago
minqiyang
4bf3c8c5a1
Use six.moves to migrate zip, map, reduce and pickle in Python2 to Python3
7 years ago
minqiyang
91f0573bc1
Fix the overfix of 2to3 for print function
7 years ago
minqiyang
559d36328c
Apply 2to3 to current paddle main python code
7 years ago
fengjiayi
604bd85a45
update inference_optimize()
7 years ago
fengjiayi
0d43594d16
Merge pull request #12364 from JiayiFeng/dev_add_FLAG_free_idle_memory
...
add flag to prevent unnessary memory free
7 years ago
chenweihang
ea548a794b
refactor: simplify class to function
7 years ago
chenweihang
999d097bbb
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into py_calc_memory
7 years ago
chenweihang
eaea82fbab
feat: Add memory usage estimate function
7 years ago
fengjiayi
fd2d2c66e9
add flag to prevent unnessary memory free
7 years ago
tangwei12
018e2f3a6c
Merge branch 'dis_ckpt_fix' of github.com:seiriosPlus/Paddle into dis_ckpt_fix
7 years ago
tangwei12
74c5476f68
hidden slice_vars in distribute transpile, hidden it to users
7 years ago
tangwei12
19ddd3da6a
hidden slice_vars in distribute transpile, hidden it to users
7 years ago
qiaolongfei
e7eeb19f90
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into parallel-executor-support-prefetch
7 years ago
tangwei12
04b1df2ac8
Merge branch 'develop' into dis_ckpt_fix
7 years ago
tangwei12
57a1d18344
hidden slice_vars in distribute transpile, hidden it to users
7 years ago
qiaolongfei
754e96a30c
distribute lookup table work with parallel executor
7 years ago
chengduo
a4c5223713
Update test_pe_mnist threshold ( #12348 )
...
* update test_pe_mnist threshold
* clean code
7 years ago
Qiao Longfei
b73806b208
Merge pull request #12347 from jacquesqiao/fix-distribute_transpiler_for_dist_lookup_table
...
fix _create_prefetch_block in distribute_transpiler
7 years ago
tangwei12
3693394c41
hidden slice_vars in distribute transpile, hidden it to users
7 years ago
fengjiayi
f04ae975da
Merge pull request #12161 from JiayiFeng/make_get_test_program_private
...
Remove buggy get_test_program and refine reader demo
7 years ago
qiaolongfei
aa3618ed3e
fix _create_prefetch_block in distribute_transpiler
7 years ago
Yancey
6133efd9ed
Merge pull request #12218 from Yancey1989/rpc_complete_interface
...
Add rpc complete interface
7 years ago
tangwei12
2c05e37a77
hidden slice_vars in distribute transpile, hidden it to users
7 years ago
qingqing01
24bea40116
Hiden some LoDTensor ralated ops' Python wrapper. ( #12230 )
...
* Hiden some LoDTensor ralatted ops' Python wrapper.
7 years ago
Wu Yi
9f0d9dffe6
hide variable API ( #12307 )
...
* hide variable API
* edit API.spec
7 years ago
fengjiayi
19639e3106
Merge pull request #12254 from JiayiFeng/fix_lr_decay
...
Fix learning rate scheduler performance issue
7 years ago
fengjiayi
0388d1cb2a
some update
7 years ago
fengjiayi
4cba5500d2
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into fix_lr_decay
7 years ago
tangwei12
438de1e03b
Merge branch 'Pdv' into dis_ckpt_fix
7 years ago
fengjiayi
fab6287edf
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into make_get_test_program_private
7 years ago
fengjiayi
8a521c0b4d
Remove buggy get_test_program and refine c++ reader demo
7 years ago
Yancey1989
fb06ed7bdc
Merge branch 'develop' of github.com:PaddlePaddle/Paddle into rpc_complete_interface
7 years ago
dzhwinter
abe32a4912
"fix memory optimize bug in lr decay" ( #12299 )
7 years ago
sneaxiy
e658762ae8
Merge pull request #12313 from sneaxiy/py_reader_doc
...
Modify PyReader doc in python/paddle/fluid/layers/io.py
7 years ago
baiyf
a4c06083af
Expose rank_loss op Python API ( #12132 )
...
* expose rank_loss python api
7 years ago
sneaxiy
380ab62e4f
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into py_reader_doc
7 years ago
Qiao Longfei
4e07f25915
Merge pull request #12295 from jacquesqiao/speedup-reduce-sum-grad-op
...
Speedup reduce sum grad op
7 years ago
Yu Yang
1e417b93e0
Merge pull request #12286 from reyoung/feature/skip_reader_when_save
...
Skip reader when save
7 years ago
qiaolongfei
a6d30a8607
profiler support cpu
7 years ago
Qiao Longfei
b41f8b9d42
Merge pull request #12295 from jacquesqiao/speedup-reduce-sum-grad-op
...
Speedup reduce sum grad op
7 years ago
qiaolongfei
273f737517
optimize code
7 years ago
fengjiayi
ea8a375fa4
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into update_py_reader
7 years ago
qiaolongfei
5d718a5886
optimize reduce_sum_grad op
7 years ago
Qiao Longfei
7c85a977d4
temporarily disable test_dist_se_resnext for oom ( #12290 )
7 years ago
Yancey1989
d4f51218ef
Merge branch 'develop' of github.com:PaddlePaddle/Paddle into rpc_complete_interface
7 years ago
tangwei12
3c334bd762
bug fix
7 years ago
yuyang18
2d981114b3
Skip reader when save
7 years ago
Wu Yi
5ebbfaa8b9
Get diff for all changes in current branch ( #12265 )
...
* get diff for all changes in current branch
* diff with upstream/develop
* let dist test serial
7 years ago
fengjiayi
060f421797
Some enhancement on readers
...
1. Make the feeding thread of py_reader a daemon thread.
2. Update buffer_reader's destructor, fixing a bug.
3. Make pyreader demo script supporting CPU environment.
7 years ago
qingqing01
873a50ce35
Fix serious bug in nesterov momentum optimizer. ( #12231 )
...
* Fix serious bug in nesterov momentum optimizer.
7 years ago
Wu Yi
d8d35a0b3c
Add se-resnext test for 2x2 and parallel exe ( #12194 )
...
* wip add se-resnext test for 2x2 and parallel exe
* testing
* finish dist unitest 2x2
* update python interp
* fix gpu number
* make this test can run in parallel
7 years ago
Yu Yang
b06309381b
Merge pull request #12149 from reyoung/feature/combine_open_files_and_double_buffer
...
Change and polish readers
7 years ago
chengduo
a3ac54b672
Fix Reduce functor ( #12262 )
...
* Fix Reduce and Gather
* Fix unit test
7 years ago
qingqing01
7219676ed3
Hide some API in control_flow.py ( #12226 )
7 years ago
Qiao Longfei
2b58c62aa0
Update auc op ( #12199 )
...
fix AUC op
optimize it's test
7 years ago
fengjiayi
977764f28c
Fix the other lr_decay
7 years ago
fengjiayi
381bacaa49
Fix piecewise_decay and fix a unittest error
7 years ago
Qiyang Min
982d4230b9
Merge pull request #12145 from velconia/update_version_via_branch_name
...
Update version via branch name
7 years ago
yuyang18
8c3cd4204e
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into feature/combine_open_files_and_double_buffer
7 years ago
tangwei12
1dd14a704d
bug fix
7 years ago
Yancey1989
efd5a84986
update executor interface
7 years ago
Qiao Longfei
0ecd19831f
Merge pull request #12232 from wzzju/fix-default-value
...
Fix default value
7 years ago
yuyang18
7268760fbc
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into feature/combine_open_files_and_double_buffer
7 years ago
Tao Luo
3694fd5c4a
Merge pull request #12109 from emailweixu/cpu_only
...
Fixed unittests for WITH_GPU=OFF and WITH_DISTRIBUTE=OFF build
7 years ago
Qingsheng Li
ac11c4e4ff
Beam search decoder API ( #11687 )
...
* Added beam search API to fluid/contrib
* Change as review comments
* API.spec change
* Doc updated
7 years ago
Zhen Wang
7b7a4afa5a
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into fix-default-value
...
Change the default value of the parameter 'drop_last' in 'paddle.batch' to False.
7 years ago
Zhen Wang
186919016b
Change the default value of the parameter 'drop_last' in 'paddle.batch' to False.
7 years ago
Yancey1989
ade6675490
Merge branch 'develop' of github.com:PaddlePaddle/Paddle into rpc_complete_interface
7 years ago
yuyang18
e9c8d930a5
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into feature/combine_open_files_and_double_buffer
7 years ago
Tao Luo
1640334241
Merge pull request #12215 from luotao1/clone_var
...
fix _clone_variable in optimizer.py
7 years ago
yuyang18
10b3cbfb8d
Fix CI hang
7 years ago
Luo Tao
e33017f23e
fix _clone_variable in optimizer.py
7 years ago
Yancey1989
7570d8e77c
add rpc complete interface
7 years ago
yuyang18
b789a3a484
Change code
7 years ago
Xin Pan
7ceec40360
hide more apis
7 years ago
yuyang18
be528f9815
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into feature/combine_open_files_and_double_buffer
7 years ago
Xin Pan
968922bd6c
Merge pull request #12154 from panyx0718/api
...
hide monkey_patch_variable
7 years ago
Xin Pan
e91e29439f
trigger CI
7 years ago
Tao Luo
2c3495ca94
Merge pull request #12178 from xhmcom/patch-2
...
Fix bugs in the resize_short and simple_transform funciton
7 years ago
Wu Yi
db67d60e31
Remove block api ( #12107 )
...
* remove block api
* remove clone_variable
* hide block inner apis
* update
* fix tests
7 years ago
Xuuu
5546f6ac4d
Fix bugs in the resize_short and simple_transform funciton
...
The resize_short function used the cv2.resize function in a wrong way.
The simple_transform function repeated the code uncorrectly.
7 years ago
typhoonzero
32d81909dc
fix pserver with condition block
7 years ago
Wei Xu
264e8305b0
Fixed unittests for WITH_GPU=OFF and WITH_DISTRIBUTE=OFF build
7 years ago
minqiyang
3e30d4013a
Remove unsued lines
7 years ago
gongweibao
7040c67920
Change blocksize ( #11863 )
7 years ago
Wu Yi
c5619bbcde
fix auc op ( #12087 )
...
* fix auc
* update
* update
* fix compile
* fix param name
* add doc string
* fix test
7 years ago
Xin Pan
077aa207e4
hide monkey_patch_variable
7 years ago
minqiyang
8fa89fc678
Polish code
7 years ago
tangwei12
f02a4da6cd
Merge pull request #12152 from seiriosPlus/dis_acc_fix
...
slice_var_up=False fix
7 years ago
seiriosPlus
8f9e23da23
codestyle fix
7 years ago
seiriosPlus
56ad065a97
codestyle fix
7 years ago
chengduo
325fbc4f1b
Add learning rate decay test ( #12124 )
...
* Add learning rate decay test
* fix test name
* doesn't share @LR_DECAY_COUNTER@
7 years ago
seiriosPlus
0f3aa74d11
fix split_var=False
7 years ago
seiriosPlus
d559970a2c
remove split_var=False, need more experiment
7 years ago
yuyang18
61b3a5977f
Refine Python Reader
7 years ago
yuyang18
c204f0cc2b
Refine PyReader
7 years ago
yuyang18
6a46c0798e
Polish PyReader
7 years ago
yuyang18
b8975d6842
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into feature/combine_open_files_and_double_buffer
7 years ago
yuyang18
d36e13efd8
Merge branch 'feature/add_pyreader_demo' into feature/combine_open_files_and_double_buffer
7 years ago
yuyang18
1478a5fc0b
Make open_files use buffer
7 years ago
tangwei12
4bd64781ca
fix distribued transpile when slice_var_up=False
7 years ago
minqiyang
a90f83775e
Add version test
7 years ago
Qiyang Min
cebf7c602d
Merge pull request #12095 from velconia/port_py3
...
Port py3
7 years ago
yuyang18
ab1a6cb8b8
Remove warning
7 years ago
yuyang18
392318045f
Merge branch 'feature/dctor_all_readers' into feature/combine_open_files_and_double_buffer
7 years ago
yuyang18
fecbe52200
Rewrite open_files
7 years ago
Yu Yang
ba997b8ccd
Merge pull request #12097 from reyoung/feature/hide_api_cont
...
Hide internal API of LoDTensors, Clipping, etc.
7 years ago
yuyang18
c680bc1d7f
Rewrite DoubleBuffer
7 years ago
yuyang18
c9cf2bdb9c
Dctor cache
7 years ago
minqiyang
448ca8a46d
Move LinkChecker from requirements to Dockerfile
...
Move six.moves.queue to Queue
7 years ago
yuyang18
7ca8528031
Refine pyreader demo
7 years ago
yuyang18
e8eb81ca28
Just train two batch
7 years ago
yuyang18
bcb1516d11
Run test startup
7 years ago
chengduo
86b0a72576
Refine multi thread cpu parallel exe ( #11406 )
...
* refine multi-thread CPU Parallel exe
* refine multi thread CPU Parallel exe
* Refine CPU version for ParallelExecutor
* add share_parameter_between_cards_
* Fix ParallelExecutor bug
* Fix unit test
* Fix parameter opt balance
* Fix with opti (param->grad)
* Add grad to op var
* Remove shard_param_between_cards
7 years ago
yuyang18
6e38de1ce2
Strange Hang problem
7 years ago
yuyang18
8c2eba71e2
Refine demo
7 years ago
yuyang18
9a570fb95e
Add demo code about pyreader
7 years ago
Yu Yang
76086df412
Merge pull request #12097 from reyoung/feature/hide_api_cont
...
Hide internal API of LoDTensors, Clipping, etc.
7 years ago
Qiao Longfei
2cb5c3556b
Merge pull request #12129 from jacquesqiao/clean-code
...
simpilify distribute transpiler
7 years ago
yuyang18
4ff1bde5fb
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into feature/hide_api_cont
7 years ago
qiaolongfei
600f5f0b49
simpilify distribute transpiler
7 years ago
Yu Yang
ebe3b5e78a
Merge pull request #11853 from sneaxiy/complete_py_reader_python
...
Add Python Reader Op (Python side and unittests)
7 years ago
minqiyang
95e2d28659
Replace relative_import with absolute_import
7 years ago
qiaolongfei
4344e571a7
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into distribute-transpiler-handle-adam-accumulator
7 years ago
sneaxiy
88f6eef4ab
Merge branch 'complete_py_reader_python' of https://github.com/sneaxiy/Paddle into complete_py_reader_python
7 years ago
minqiyang
95b4a6a29d
Make import paddle.fluid possible now
7 years ago
qiaolongfei
2d2e813dd2
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into fix-optimizer-accumulator
7 years ago
Qingsheng Li
72ce4d568e
Fix transpiler API ( #12119 )
7 years ago
qiaolongfei
9708e2e571
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into fix-optimizer-accumulator
7 years ago
fengjiayi
5f8ff63bfe
Merge pull request #12069 from JiayiFeng/add_reader_reset_tests
...
add unittests for Reader ResetAll
7 years ago
qiaolongfei
39d88ebc02
Merge branch 'fix-optimizer-accumulator' of ssh://github.com/jacquesqiao/Paddle into distribute-transpiler-handle-adam-accumulator
7 years ago
qiaolongfei
3748aa4ee7
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into fix-optimizer-accumulator
7 years ago
qiaolongfei
5c12c5eb42
update distribute transformer for adam and adamax optimizer
7 years ago
tangwei12
10737ed9ce
Merge pull request #12067 from seiriosPlus/ckpt_new_api
...
Ckpt new api
7 years ago
Guo Sheng
da3f766821
Merge pull request #12088 from guoshengCS/complete-hsigmoid
...
Complete hsigmoid_op
7 years ago
tangwei12
c210add5e8
remove ut, will fix it later
7 years ago
Yancey
3c4f04b767
Merge pull request #12112 from Yancey1989/rpc_deadline_effect
...
fix FLGAS_rpc_deadline does not effect
7 years ago
tangwei12
2bd7fe5add
Merge branch 'Pdv' into ckpt_new_api
7 years ago
qiaolongfei
55aea98209
update test_optimizer
7 years ago
sneaxiy
e40905daed
Merge branch 'complete_py_reader_python' of https://github.com/sneaxiy/Paddle into complete_py_reader_python
7 years ago
Yancey1989
bbd53131f0
update
7 years ago
sneaxiy
31c7f6b968
Merge branch 'develop' into complete_py_reader_python
7 years ago
qiaolongfei
2ce1ed3dbd
add optimized_guard for ModelAverage
7 years ago
qiaolongfei
971cf70517
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into fix-optimizer-accumulator
7 years ago
qiaolongfei
d8220ccb91
add optimized_guard for optimizer finish_update
7 years ago
guosheng
4ee069fdba
Fix the HierarchicalSigmoidGradOpKernel and refine the codes. Now hsigmoid_op is same with V2 implementation and can pass gradient check.
7 years ago
yuyang18
4dccb58483
Hide clip APIs
7 years ago
yuyang18
0c8f69c370
Hide more APIs
7 years ago
yuyang18
6eba4b32ce
Fix unittests after hide APIs
7 years ago
tangwei12
5137f62859
bug fix
7 years ago
chenweihang
938319bbd2
Merge branch 'develop' into unsqueeze_op
7 years ago
Yibing Liu
092d620187
Merge pull request #11812 from chenwhql/squeeze_op
...
Add squeeze operator and unit testing
7 years ago
Yancey1989
031a07f9c0
add rpc_deadline in bootstrapper
7 years ago
yuyang18
818e070890
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into feature/hide_api_cont
7 years ago
Yu Yang
1c9c8e8de7
Merge pull request #12065 from reyoung/feature/hide_apis
...
Add deprecated annotation and hide a lot of APIs
7 years ago
qiaolongfei
d99775a718
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into fix-optimizer-accumulator
7 years ago
qiaolongfei
7ce0d45efa
fix adam and adamax optimizer
7 years ago
yuyang18
b83ffda4aa
Try hide APIs
7 years ago
lemon34
29145e1e31
change im2sequence for ctc batch inference ( #11696 )
...
* change im2sequence for ctc batch inference
* Update im2sequence_op.cc
* change im2sequence for ctc batch inference
* update
* change PR by comment
* fix ocr test error
* fix test_im2sequence
* modify the old name to standard name
* fix test_layers failed
7 years ago
fengjiayi
74fa603cce
Merge pull request #12043 from JiayiFeng/fix_backward_bug
...
Fix a backward bug
7 years ago
chenweihang
b8ea7a081a
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into unsqueeze_op
7 years ago
yuyang18
5832e817d5
Hide append_regularizer
7 years ago
baiyf
be2d9dc2b8
Add prior_box output order control ( #12032 )
...
* Add flag to set prior_box output order.
7 years ago
guosheng
e7f7ba97fe
Merge branch 'develop' of https://github.com/PaddlePaddle/paddle into complete-hsigmoid
7 years ago
guosheng
e7a4cfc0ff
complete the hsigmoid_op
7 years ago
chenweihang
84a525a38a
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into squeeze_op
7 years ago
sneaxiy
f85e16f1de
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into complete_py_reader_python
7 years ago
chenweihang
fbef49e772
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into unsqueeze_op
7 years ago
yuyang18
ff07af8d93
Hide calc_gradient
7 years ago
yuyang18
5e725dc52b
Hide Optimizer methods
7 years ago
achao2013
8e4b225fe4
Add fake_quantize_op. ( #11359 )
...
* Add a fake_quantize_op, which quantize an input tensor to a tensor with lower bits.
7 years ago
Yuan Gao
50aa6ba6f5
add rpn target assign op ( #11449 )
...
* Add region proposal network (RPN) target assign operator and Python API for Faster-RCNN.
7 years ago
fengjiayi
d22c282150
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into fix_backward_bug
7 years ago
chenweihang
2bd65dbf71
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into squeeze_op
7 years ago
chenweihang
fd01a43a3c
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into unsqueeze_op
7 years ago
Wojciech Uss
4594f186fa
added cycling the dataset for cifar and flowers
7 years ago
fengjiayi
2888d5e610
add unittest
7 years ago
tangwei12
13a1a8a6bb
move checkpoint api to trainer.py
7 years ago
yuyang18
6c83dcd622
Hide get_places. Mark it as deprecated
7 years ago
guosheng
d695381677
Merge branch 'develop' of https://github.com/PaddlePaddle/paddle into complete-hsigmoid
7 years ago
fengjiayi
07ab9ce4e7
update the comments
7 years ago
fengjiayi
26ae6111d1
Merge pull request #12051 from JiayiFeng/dev_reader_ResetAll
...
[WIP] Dev reader reset all
7 years ago
tangwei12
550b2e25ae
move checkpoint api to trainer.py
7 years ago
qingqing01
10fbb831ed
Skip BatchNorm when feature only has 1 element. ( #11578 )
...
* Fix batch norm when only 1 elements in normzalize dimension during training.
7 years ago
chenweihang
8f2486ca16
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into squeeze_op
7 years ago
qingqing01
ef4895df3b
Make IfElse operator works and fix unit testing. ( #11972 )
...
1. Fix bug when only true or false branch works.
2. Fix bug in unit testing.
7 years ago
tangwei12
95545f7676
checkpoint api optimized
7 years ago
fengjiayi
d55919c656
Impl ResetAll and fix errors
7 years ago
fengjiayi
3c9b59b8e8
update
7 years ago
fengjiayi
f5894d22c5
Fix a backward bug
7 years ago
chenweihang
4453473f71
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into squeeze_op
7 years ago
fengjiayi
0e9f1e2790
Make ReaderBase thread safe and remove ThreadedReader
7 years ago
chenweihang
5f89272c89
change the bit insert to array insert for understandability
7 years ago
sneaxiy
80b991f02c
fix merge conflict
7 years ago
chenweihang
fccdc1abea
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into unsqueeze_op
7 years ago
chenweihang
62a17f5053
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into unsqueeze_op
7 years ago
chenweihang
80126a7496
small fix based reviewer's advice
7 years ago
yuyang18
8e86721fe7
Fix data balance on single GPU
7 years ago
Tao Luo
d3a48484bd
Merge pull request #11983 from luotao1/inference_doc
...
add inference_transpiler doc to develop branch
7 years ago
Tao Luo
7a735f259f
use -rpath to fix libmklml_intel.so not found ( #11806 )
...
* use -rpath to fix libmklml_intel.so not found
* only remain $ORIGIN/../libs in rpath of core.so
* test
* test
* add rpath of libmkldnn.so.0
* check return value of os.system
* remove check return value of patchelf
7 years ago
chenweihang
9ca8db237a
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into squeeze_op
7 years ago
chenweihang
927d793746
simplify test case
7 years ago
Qiyang Min
201928d005
Merge pull request #11839 from velconia/fix_reader_op_in_pserver
...
Do NOT clone input vars if op NOT in pserver_program
7 years ago
Luo Tao
da70863080
add inference_transpiler doc to develop branch
7 years ago
chenweihang
a6d94e8dc6
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into unsqueeze_op
7 years ago
chenweihang
49b2cf5fee
adjust some code based reviewer's advice
7 years ago
yuyang18
a1e88c467a
Fix import error
7 years ago
sneaxiy
9b28260029
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into complete_py_reader_python
7 years ago
sneaxiy
739c330914
fix merge conflict
7 years ago
Wu Yi
26ff5a53ee
Add note when import core.so error ( #11918 )
...
* add note when import core.so error
* update
7 years ago
fengjiayi
ce16b40b04
Merge pull request #11891 from JiayiFeng/dev_eof_exp
...
Add EOFException to represent EOF in C++ reader
7 years ago
chenweihang
79333fa7b8
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into unsqueeze_op
7 years ago
chenweihang
ca15779394
rewrite, use reshape op in unsqueeze op, test passed
7 years ago
Xin Pan
71b1c397d7
Merge pull request #11874 from panyx0718/move_trainer
...
Move trainer and utils api
7 years ago
chenweihang
ee760d1c2d
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into squeeze_op
7 years ago
chenweihang
0cef33a468
adjust the dims range to [1,6] and fix some problem
7 years ago
Yancey
f7fd711e3f
Merge pull request #11868 from Yancey1989/dist_pass_barrier
...
add dist pass barrier
7 years ago
minqiyang
4cf76cfdf3
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into fix_reader_op_in_pserver
7 years ago
Xin Pan
aa2f76fd9b
move trainer
7 years ago
sneaxiy
8511bdb2d3
fix merge conflict
7 years ago
chenweihang
996c157f61
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into unsqueeze_op
7 years ago
chenweihang
e402496238
complete unsqueeze op and related unittest.
7 years ago
fengjiayi
3fab4f65a4
Add EOFException to represent EOF in C++ reader
7 years ago
Wu Yi
adfaf9a665
make transpiler test reliable ( #11848 )
...
* make transpiler test reliable
* add more
* follow comments
7 years ago
fengjiayi
58560622bc
Merge pull request #11854 from JiayiFeng/dev_data_balance
...
Data balance for the ParallelExecutor
7 years ago
sneaxiy
1b59220d50
complete python reader op python side
7 years ago
fengjiayi
81f22bb2f6
Merge pull request #11670 from JiayiFeng/refine_test_reader_transpiler
...
test reader transpiler
7 years ago
chenweihang
9ca88fa8a5
Adjust squeeze op and code the unittest, test passed
7 years ago
minqiyang
703c496628
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into fix_reader_op_in_pserver
7 years ago
fengjiayi
7de8d11590
follow comments
7 years ago
fengjiayi
ff4317cee9
follow comments
7 years ago
Xin Pan
982dabe293
Merge pull request #11866 from panyx0718/move_func
...
Move some v2 codes to a legacy directory.
7 years ago
Xingyuan Bu
5056d3ec56
FasterRCNN Anchor Generator Op ( #11218 )
...
* Add anchor generator operator for Faster-RCNN.
* Add unittest testing.
* Add Python API.
7 years ago
Yibing Liu
5f79c7fbb6
Merge pull request #11174 from kuke/argsort_dev
...
Add the argsort operator
7 years ago
Yancey1989
c1ab215e26
Merge branch 'develop' of github.com:PaddlePaddle/Paddle into dist_pass_barrier
7 years ago
Yancey1989
1366832a41
add dist pass barrier
7 years ago
Xin Pan
a9086bf320
also move a few other dir to legacy/
7 years ago
Xin Pan
312f9170af
move gserver codes to legacy.
...
This is part of big move of v2 codes to legacy sub dir.
7 years ago
Yibing Liu
c225d7a298
Use real test data for fit_a_line model to get valid result
7 years ago
Yibing Liu
9386ac0a40
Enhance cuda code & unittest for argsort_op
7 years ago
Yancey
d9e7ea83c6
Merge pull request #11790 from Yancey1989/dist_test_word2vec
...
add dist word2vec unit test
7 years ago
guochaorong
c318aa5ffa
Merge pull request #11850 from guochaorong/revert_11496
...
Revert "Extend fill_zeros_like_op for zero-filling an LoDTensorArray …
7 years ago
fengjiayi
3606a306f2
refine
7 years ago
fengjiayi
49a04d75ee
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into dev_data_balance
7 years ago
fengjiayi
4b950951d3
Add unittests and fix a few bugs
7 years ago
chengduo
d2ad4a5c41
Init allocated memory for unit test ( #11657 )
...
* memory init
* add env
* refine anounce
* Add check for Nan
* Debug
* Add env for cc_test
* Add env for py_test and nv_test
* Remove py_test env
* Add env for py_test
* serial test_recognize_digits
* Test FLAGS_init_allocated_mem function for unit test
* Init allocated mem for op unit test
* Add env for all unit test
7 years ago
chenweihang
70729ad641
Add Unsqueeze Operator Framework, not finshed
7 years ago
guochaorong
6a35899131
Revert "Extend fill_zeros_like_op for zero-filling an LoDTensorArray ( #11496 )"
...
This reverts commit bc28cf613f
.
7 years ago
minqiyang
5ebf56bf0e
Only the inputs vars of ops in Pserver program will be cloned, other
...
input vars will NOT take into account
7 years ago
whs
02e521e3ac
Fix model average on multi-GPUs. ( #11814 )
...
* Fix average_accumulate_op for parallel executor.
* Fix model average on multi-GPUs.
7 years ago
whs
93e25301d7
Fix python api of mean iou op. ( #11797 )
...
* Fix mean iou op.
* Fix crop layer test.
* Fix unitest
* fix unitest.
7 years ago
fengjiayi
7876b213cb
update
7 years ago
fengjiayi
fa1fb12b93
Merge pull request #11706 from JiayiFeng/expose_Parameter_2
...
make framework.Parameter public
7 years ago
Xin Pan
fc697f070e
Merge pull request #11712 from kexinzhao/fix_lod_name
...
Replace lod with recursive_sequence_lengths in book examples
7 years ago
fengjiayi
c15c6c1592
move get_test_program to non-layer io.py
7 years ago
Yancey1989
2a51e8e231
add timeout for dist word2vec unit test
7 years ago
Yancey1989
6d01f10d56
Merge branch 'develop' of github.com:PaddlePaddle/Paddle into dist_test_word2vec
7 years ago
Yancey1989
c7d3273d63
add dist word2vec dist train
7 years ago
Wu Yi
19e877ffdb
Merge pull request #11690 from typhoonzero/fix_trainer_nccl2_env
...
fix trainer nccl2 env
7 years ago
Haichao Zhang
bc28cf613f
Extend fill_zeros_like_op for zero-filling an LoDTensorArray ( #11496 )
...
* Add fill_zeros_array op. This op is used for zero-filling an LoDTensorArray.
* merge fill_zeros_array_op with fill_zeros_like_op
* add unit_test for fill_zeros_like for array
7 years ago
Yancey
958823fae7
Merge pull request #11189 from Yancey1989/test_dist_mnist_acc
...
Add unit test for testing distributed training with mnist
7 years ago
pzelazko-intel
9a15c92317
bnorm+relu fuse for mkldnn (inference) ( #11434 )
...
* bnorm+relu fuse for mkldnn
* separate fuse_relu function
* bug fix
* proper while range in inference_transpiler
* description fix
* review fix
* review fix
* unit test for fwd batch norm+relu MKLDNN fuse
7 years ago
Xin Pan
ce5f1e0537
Merge pull request #11719 from panyx0718/fix
...
small clean
7 years ago
baiyf
778b71fc93
Optimize bipartite_match_op in large scale input ( #11730 )
...
* optimize bipartite_match_op in large scale input
7 years ago
Yancey1989
7d9c9a013b
update by comment
7 years ago
Xin Pan
008e0c9bc1
small clean
7 years ago
qingqing01
b756063ce7
Speed depthwise transposed conv2d. ( #11740 )
...
* Speed depthwise transposed conv2d.
7 years ago
Kexin Zhao
b7c179a87f
fix lodtensor.py
7 years ago
Yancey1989
f28f7faa27
Merge branch 'develop' of github.com:PaddlePaddle/Paddle into test_dist_mnist_acc
7 years ago
Yancey1989
c45a4b8567
use sigkill to stop pserver
7 years ago
Kexin Zhao
6b95a8a89c
fix error
7 years ago
Guo Sheng
8df303c09b
Merge pull request #11238 from guoshengCS/fix-beam_search
...
Fix and enhance beam_search_op and beam_searc_decode_op
7 years ago
Wu Yi
4c86f78336
Merge pull request #11728 from typhoonzero/fix_paraexe_bcast
...
Fix dist train broadcasting bug
7 years ago
chengduo
c6e36e7738
Change return_numpy [ParallelExecutor] default value ( #11713 )
...
* change return_numpy[PE] default value
* Remove convert to numpy in unit test
7 years ago
yi.wu
a2e43ae5ce
fix trainer nccl2 env
7 years ago
yi.wu
88cb47bd86
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into fix_paraexe_bcast
7 years ago
yi.wu
8e48c77b54
wip
7 years ago
Kexin Zhao
e09ac3df18
replace lod name with recur_seq_lens
7 years ago
fengjiayi
d0a8eea2c2
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into expose_Parameter_2
7 years ago
tangwei12
fa3d47009b
Merge branch 'develop' of github.com:PaddlePaddle/Paddle into ckpt_m2
7 years ago
chengduo
a64844ad00
enable PE return numpy ( #11704 )
7 years ago
tangwei12
b6e63554e6
Merge branch 'develop' of github.com:PaddlePaddle/Paddle into ckpt_m2
7 years ago
Yancey
991cedb4c3
Merge pull request #11702 from Yancey1989/fix_async_update_failed
...
Fix async update failed
7 years ago
fengjiayi
e9ed62bfed
make framework.Parameter public
7 years ago
tangwei12
88cb5d79f2
add doc
7 years ago
Tomasz Patejko
e26f51ce74
MKLDNN elementwis_add with default broadcast operations ( #11544 )
...
* elementwise_add with bcast: Brian's implementation by Brian added, with default bcasts
* elementwise_add with bcast: GetExpectedKernelType added to elementwise_op
* elementwise_add with bcast: use_mkldnn attribute added
* elementwise_add with bcast: changes after review and some formatting
* elementwise_add with bcast: changes after style check
* elementwise_add with bcast: changes after style check cont.
* elementwise_add with bcast: MKLDNN unittests added
* elementwise_add with bcast: original unittests with use_mkldnn flag
* elementwise_add with bcast: handling of MKLDNN format corrected
* elementwise_add with bcast: setting MKLDNN format turned into lambda
* elementwise_add with bcast: MKDNN format setting turned into separate function
* elementwise_add with bcast: condition for choosing MKLDNN simplified
* elementwise_add with bcast: fix for MKLDNN format set incorrectly in bcasts
* elementwise_add with bcast: changes in unittests for broadcasts
* elementwise_add with bcast: fixes in unittests regarding dimensions
* elementwise_add with bcast: bring back correct format setting in mklml grad path
* elementwise_add with bcast: fixed compilation error
7 years ago
Yancey1989
bf0c90f241
Merge branch 'develop' of github.com:PaddlePaddle/Paddle into fix_async_update_failed
7 years ago
Yancey1989
86e09b34e3
fix asyn update error on pserver
7 years ago
gongweibao
67ab324090
Remove duplicated code. ( #11685 )
7 years ago
tangwei12
33ff69b621
file path can not be empty
7 years ago
tangwei12
dc847f129e
bug fix and code optimize
7 years ago
qiaolongfei
d54e51daa6
change predictions to preds
7 years ago
qiaolongfei
fc508004fb
fix metrics.Auc
7 years ago
fengjiayi
b4f28ccc19
Merge pull request #11632 from JiayiFeng/some_small_fixes
...
Some small fixes
7 years ago
guosheng
983566d946
Merge branch 'develop' of https://github.com/PaddlePaddle/paddle into fix-beam_search-dev
7 years ago
Xin Pan
f0cf70ec61
Merge pull request #11646 from panyx0718/fix
...
Small doc fix and clean up of reshape
7 years ago
guosheng
8536d261ab
Fix doc format of beam_search
7 years ago
guosheng
4e9d7ddbc6
Merge branch 'develop' of https://github.com/PaddlePaddle/paddle into fix-beam_search-dev
7 years ago
Chris Yann
2bc812d8d6
Fix relu and log function by changing input parameter name from 'input' to 'x' ( #11683 )
...
* Fix relu and log
* Update nn.py
7 years ago
Yibing Liu
9c69fdf5c6
Merge branch 'develop' of upstream into argsort_dev
7 years ago
fengjiayi
e1a46bba59
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into some_small_fixes
7 years ago
tangwei12
fb7e479188
merger paddle develop
7 years ago
Yancey
0d4b376fc0
Merge pull request #11585 from Yancey1989/fix_pserver_sub_blocks
...
fix pserver sub-blocks
7 years ago
Yancey1989
76e3ec600a
fix cloned op
7 years ago
Tao Luo
3d1afe2e65
Merge pull request #11661 from luotao1/for_test
...
add example of clone(for_test)
7 years ago
Tao Luo
d55cfc6026
Merge pull request #11640 from wojtuss/wojtuss/cycle-cifar-flowers
...
added cycling the cifar and flowers datasets
7 years ago
Luo Tao
d3dd034524
add example of clone(for_test)
7 years ago
Qiyang Min
dda24f18b7
Fix kill fail bug ( #11635 )
...
* 1. Remove PYTHON_FLAGS from paddle_build.sh in paddlepaddle/paddle:latest-dev
* 1. Add PYTHON_FLAGS back
2. Change SIGKILL to SIGINT and SIGTERM
* 1. Add setup.py.in back
* 1. add pip install open-cv in Dockerfile to avoid libusb_exit hanging up which is caused by the opencv-python package missing
* 1. Add the && \ to line above
* 1. Remove the notice comment
7 years ago
Wojciech Uss
50e750a2a1
added cycling the cifar and flowers datasets
7 years ago