Tao Luo
220190d5d2
Merge pull request #16543 from Genie-Liu/fix-metrics.Precision
...
fix fluid.metrics.Precision bug
6 years ago
minqiyang
2839e22739
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into imperative_dqn
...
test=develop
6 years ago
minqiyang
cd71d645c5
Polish code
...
test=develop
6 years ago
minqiyang
2e09e95bfc
Add GPU place in static mode of ptb rnn
...
test=develop
6 years ago
chengduo
1342e2ea04
Fix the bug of the fast threaded executor ( #16514 )
...
* Fix the bug of the fast threaded executor. I
6 years ago
Zeng Jinle
d658244997
fix some grad op desc maker ( #16581 )
...
test=develop
6 years ago
lujun
ad7c1a934f
merge conficts, test=develop
6 years ago
lujun
60e3e35575
merge branch, test=develop
6 years ago
gongweibao
0342f01249
Fix dgc bug. ( #16602 )
6 years ago
Qiyang Min
12e36d38a5
Imperative deep-first backward process ( #16605 )
...
* Fix bug of gradient interface
* shrink transformer
* Right transformer
* Change from width-first backward to deep-first backward process
test=develop
* Reverse iterator op's input
test=develop
* Polish code
* Change the iteration direction in ingrads' map slots
test=develop
* Polish code
test=develop
6 years ago
Jiabin Yang
353244f4fc
test=develop, add FC and test ( #16604 )
...
* test=develop, add FC and test
* test=develop, refine code
6 years ago
lujun
e97ded835a
merge branch, test=develop
6 years ago
guru4elephant
be61e9eab8
Merge pull request #16597 from guru4elephant/refine_dataset
...
refine dataset API
6 years ago
AIFollowers
fb1ae722d1
Fix model_stat importing in paddle/fluid/contrib
6 years ago
乔龙飞 Qiao Longfei
21622ca30b
Merge pull request #16172 from jacquesqiao/add-async-ssa-graph-executor-communicator
...
Add async ssa graph executor communicator
6 years ago
minqiyang
55b01978e0
Polish code
...
test=develop
6 years ago
minqiyang
51ca50897a
Change the iteration direction in ingrads' map slots
...
test=develop
6 years ago
minqiyang
d16cb8ca11
Polish code
6 years ago
minqiyang
cce766d710
Reverse iterator op's input
...
test=develop
6 years ago
minqiyang
1a55f7d38c
Change from width-first backward to deep-first backward process
...
test=develop
6 years ago
Jiabin Yang
22e5bcd275
test=develop, ptb_rnn fix op ( #16573 )
6 years ago
lujun
d3fc3d5520
move internal function, test=develop
6 years ago
minqiyang
a0478084f8
Right transformer
6 years ago
Genieliu
0be1ce5850
test=develop
6 years ago
dongdaxiang
2c5839f7e3
refine dataset API
...
test=develop
6 years ago
minqiyang
124f45c9f7
shrink transformer
6 years ago
lujun
2b32302bdf
move dygraph.nn,dygraph.layer to fluid, test=develop
6 years ago
lujun
717256755a
move dygraph.nn,dygraph.layer to fluid, test=develop
6 years ago
dengkaipeng
be3eedcc4a
fix out_h/out_w calc when out_shape is Variable. test=develop
6 years ago
Yan Xu
2e1e76e70e
add SeResNeXt unittest ( #16503 )
...
* add seresnet unittest test=develop
* add dropout layer test=develop
* fix ci test=develop
* fix comment test=develop
* fix comment test=develop
* fix ci test=develop
* fix ci test=develop
* fix ci
* fix module name test=develop
* run imperative serenext unit test serially test=develop
6 years ago
zhoukunsheng
5edf4fb4fb
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into all_any
6 years ago
zhoukunsheng
47a5eec87d
improve comment
6 years ago
zhoukunsheng
68f887aab3
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into zeros_like
6 years ago
zhoukunsheng
b2cdadd700
improve comment
6 years ago
zhoukunsheng
315176c65b
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into rank
6 years ago
chengduo
feb1b54f9d
fix min and max bug ( #16570 )
...
test=develop
6 years ago
dengkaipeng
8b76e005f2
fix doc out_shape. test=develop
6 years ago
Qiao Longfei
adf272bcec
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into add-async-ssa-graph-executor-communicator
...
test=develop
6 years ago
guru4elephant
76b49f02ee
Merge pull request #16539 from guru4elephant/train_with_pipe_reader_merge_develop
...
Train with pipe reader merge develop
6 years ago
Qiao Longfei
baf02328b2
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into add-async-ssa-graph-executor-communicator
...
test=develop
6 years ago
Qiyang Min
d8d73ff3db
Merge pull request #15584 from velconia/imperative_lr_scheduler
...
Support imperative learning rate scheduler
6 years ago
lujun
cf6238fbd9
fix merge for move dir, fix utest error, test=develop
6 years ago
minqiyang
96f242136b
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into imperative_dqn
6 years ago
minqiyang
4da30607ef
Fix bug of gradient interface
6 years ago
qingqing01
1ebd7434d5
Add linear learning warmup method in learning rate scheduler. ( #16563 )
...
* Add linear learning warmup method
This warmup lr can be combinated with other learning rate strategies.
For example:
decayed_lr = fluid.layers.linear_lr_warmup(
fluid.layers.piecewise_decay(boundaries, lr_steps),
warmup_steps, start_lr, end_lr)
6 years ago
Wu Yi
22b02bfa62
Batch norm cudnn accurate ( #16545 )
...
* fix cudnn batch norm accuracy test=develop
* fix cudnn batch norm accuracy test=develop
* disable failed test for later fix test=develop
6 years ago
Qiao Longfei
a1821a0449
remote remote_prefetch in embedding layer test=develop
6 years ago
zhaoyuchen2018
0b0abdbcd4
Merge pull request #16041 from zhaoyuchen2018/docrefine
...
Fix document array_read code error
6 years ago
dongdaxiang
a53c8cd5a7
fix infer_from_dataset docs and abastract class problem
...
test=develop
6 years ago
xjqbest
a99c8d0c29
fix client to client communication bug
...
test=develop
6 years ago
lujun
2b4d887460
Merge pull request #16551 from wopeizl/remove_useless_check
...
remove the useless check
6 years ago
Kaipeng Deng
3d939d32ee
Merge pull request #16023 from heavengate/kl_div_loss
...
KL div loss: add kldiv_loss op
6 years ago
Kaipeng Deng
54474637ae
Merge pull request #16057 from heavengate/softmax_axis
...
Add attr 'axis' for softmax
6 years ago
Kaipeng Deng
63ac947e2f
Merge pull request #16135 from heavengate/shift
...
Add temporal_shift op for TSM model
6 years ago
chengduo
bb80dae7d0
Add DecoupledWeightDecay ( #16427 )
...
* Add DecoupledWeightDecay
6 years ago
dengkaipeng
737ea825ac
fix doc. test=develop
6 years ago
lujun
04c0b12c6e
fix test layers error, test=develop
6 years ago
dongdaxiang
3829eac27b
fix API spec about infer_from_dataset
...
test=develop
6 years ago
lujun
cf642d478d
fix merge for move dir, fix utest error, test=develop
6 years ago
whs
73c4f2b7b6
Fix distillation for soft label. ( #16538 )
...
test=develop
6 years ago
Qiao Longfei
61912e879d
test_dist_base set runtime_split_send_recv to false test=develop
6 years ago
lujun
1dcd28e819
move dygraph.nn,dygraph.layer to fluid, test=develop
6 years ago
minqiyang
64b0929417
Polish code
...
test=develop
6 years ago
peizhilin
9c6eb1aa46
remove the useless check test=develop
6 years ago
wopeizl
e014950e87
add slice support for dim < 0 ( #16494 )
...
* add slice support for dim < 0 test=develop
6 years ago
dongdaxiang
87027a2eef
fix API.spec problem and executor's docstring
...
test=develop
6 years ago
zhoukunsheng
5284213942
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into rsqrt
6 years ago
minqiyang
34426e761e
Polish code
...
test=develop
6 years ago
lujun
5470c29daa
fix merge for move dir, fix utest error, test=develop
6 years ago
minqiyang
fb7c787d34
Fix conflicts
...
test=develop
6 years ago
dongdaxiang
ade9337486
fix API.spec
...
test=develop
6 years ago
Genieliu
83b22941af
1 metric update should be in the for loop. 2 sample_num is the shape's first element 3 preds cast should use round, astype("int32") method will cast all the elements(which is less than 1) to 0.
6 years ago
minqiyang
3e57981294
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into imperative_lr_scheduler
...
test=develop
6 years ago
lujun
d4d5052fa6
fix merge for move dir, fix utest error, test=develop
6 years ago
Zhen Wang
4c1ec41de3
Merge pull request #16531 from wanghaoshuang/quan_ck
...
[slim] Fix checkpoint of quantization strategy.
6 years ago
AIFollowers
e18ab78f67
add model_stat.py ( #16512 )
...
* Add a tool to summary model's PARAMS, FLOPs in paddle/fluid/contrib.
6 years ago
zhoukunsheng
3c4f5f0368
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into linspace
6 years ago
lujun
32146857a4
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into move-code
6 years ago
dongdaxiang
720647e17f
rebase current develop and fix conflict
...
test=develop
6 years ago
zhoukunsheng
2336d5ca5d
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into rank
6 years ago
zhoukunsheng
f32c125e81
clarify comment
6 years ago
dongdaxiang
93c3c7f9b3
fix dataset testcase problem
...
test=develop
6 years ago
dongdaxiang
d739bab844
fix async_executor problem and remove some unnecessary testcase, fix trainer_desc import problem
...
test=develop
6 years ago
dongdaxiang
60b7bf6fa6
add infer_from_dataset for inference
6 years ago
dongdaxiang
88880d9b69
fix import trainer_desc_pb2 error
...
test=develop
6 years ago
dongdaxiang
0030eb2a61
fix distributed building
...
test=develop
6 years ago
xjqbest
1497ce388d
fix code style of test_dataset.py
...
test=develop
6 years ago
xjqbest
7cdd57a474
fix code style of test_dataset.py
...
test=develop
6 years ago
xjqbest
748d54cb46
fix code style of test_dataset.py
...
test=develop
6 years ago
xjqbest
1073b4d8f9
fix code style of test_dataset.py
...
test=develop
6 years ago
dongdaxiang
45eb6f0765
run pre-commit check files and fix code style problem
...
test=develop
6 years ago
xjqbest
e57ac5ed17
fix code style
...
test=develop
6 years ago
xjqbest
97c74e60c3
fix code style
...
test=develop
6 years ago
xjqbest
a38b98cb32
fix code style & runtime error
...
test=develop
6 years ago
dongdaxiang
8e14d8f900
add data_generator package into setup.py
6 years ago
dongdaxiang
17790188d0
make role maker and distributed optimizer private
6 years ago
dongdaxiang
d87ba58c14
refine document of python API, make device_worker and trainer's API private
...
test=develop
6 years ago
dongdaxiang
b95b80bc76
add doc string for executor and update API.spec
...
test=develop
6 years ago
xjqbest
d52586a97d
add doc string
...
test=develop
6 years ago
xjqbest
e95cafd9a7
fix code style & add dataset testcase
...
test=develop
6 years ago
xjqbest
be74de2c61
fix code style & fix register bug & add release_memory
...
test=develop
6 years ago
dongdaxiang
dc8cf36e4b
add more example on datagenerator
...
test=develop
6 years ago
dongdaxiang
b838207659
add comment for dataset
...
test=develop
6 years ago
dongdaxiang
6bf796df14
refine print fetch list
6 years ago
xjqbest
1ec8fab7c8
remove error line
6 years ago
xjqbest
b7940c2918
fix bug of gen_worker_desc and set_filelist, add some doc
6 years ago
dongdaxiang
68d7bf3de5
add fetch var function
...
test=develop
6 years ago
xjqbest
767bf0c8d3
fix bug of dense_table_set.add
6 years ago
xjqbest
284adcc7e4
fix bug
6 years ago
xujiaqi01
20b76f3deb
init model support multi programs
6 years ago
xujiaqi01
f5c6a14b54
fix runtime error
6 years ago
xujiaqi01
a5b1a0e12b
support multi dataset && add init model && fix bug
6 years ago
dongdaxiang
3c65cc1bbd
add document for role_maker and fleet parameter, data_generator
6 years ago
dongdaxiang
f6c9232a3d
fix dataset float32 type problem
6 years ago
dongdaxiang
73b1f396d7
add data_generator into paddle.fluid.incubate.data_generator, add op run log in hogwild_device_worker and downpour_device_worker
...
test=develop
6 years ago
dongdaxiang
9419de521f
add IO percent for multi_trainer
6 years ago
dongdaxiang
a58df687a8
only allow fleet to be initialized once
6 years ago
dongdaxiang
3e38d1db46
add trainfileswithprofiler for downpour worker
6 years ago
dongdaxiang
6af697adb0
add trainfileswithprofiler for downpour worker
6 years ago
dongdaxiang
2644b88685
add comment for MPI Symetric role maker
...
test=develop
6 years ago
dongdaxiang
ea5851fa69
add comment for MPI Symetric role maker
6 years ago
dongdaxiang
cf45c54340
add distributed optimizer factory
6 years ago
dongdaxiang
b7a202aa38
add distributed optimizer factory
6 years ago
dongdaxiang
fd3adf58a3
add distributed optimizer factory
6 years ago
dongdaxiang
f612877797
add incubate for unified API
6 years ago
dongdaxiang
317eb0aad3
add incubate for unified API
6 years ago
dongdaxiang
3641a78b01
add incubate for unified API
6 years ago
dongdaxiang
e657c127a8
hide opt_info in distirbuted optimizer
6 years ago
xujiaqi01
ecfc7df913
add dataset factory && fix style
6 years ago
xujiaqi01
3cea00bd52
store memory data in Dataset && fix bug
6 years ago
dongdaxiang
ff87698a44
refactor downpour optimization
6 years ago
dongdaxiang
b66f0074b6
fix data reading bugs in api, add VLOG(3) log for setup
6 years ago
dongdaxiang
71aa307ebe
make Dataset* as an argument
6 years ago
dongdaxiang
b415ec27e8
make Dataset* as an argument
6 years ago
xjqbest
dd67ad08a2
modify c++ and python dataset related code & fix bug
6 years ago
heqiaozhi
9bca1926c1
refactor & fix bug
6 years ago
heqiaozhi
8de4d31a5b
refactor async exe
6 years ago
dongdaxiang
c28bbdf8ba
add dataset_generator.py
...
dataset_generator.py is a framework for generating data with python
the generated data with a fixed format will be feeded into c++ reader
test=develop
6 years ago
dongdaxiang
687cb79dbb
add pipe command io interface
6 years ago
dongdaxiang
1fe54416c9
move fs.cc and shell.cc into paddle/fluid/framework/io
...
test=develop
6 years ago
dongdaxiang
6de9ebc65c
refine VLOG in fleet_wrapper.h
...
test=develop
6 years ago
dongdaxiang
c165012031
refine device_worker and trainer code
...
test=develop
6 years ago
dongdaxiang
8a335b50be
add downpour device_worker pb configuration
6 years ago
dongdaxiang
caf0c10e71
add dist_multi_trainer for distributed training, add trainer_factory and device_worker_factory so that we can easily extend new training mode, add pull dense worker which is a singleton for parameter fetching
6 years ago
lujun
d4f63d82ac
Merge pull request #16475 from junjun315/fix-doc-multiplex
...
refine multiplex-doc
6 years ago
Qiao Longfei
d8974e6da0
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into add-async-ssa-graph-executor-communicator
...
test=develop
6 years ago
lujun
de605cc0fc
Merge pull request #16523 from junjun315/tensor_api
...
move imperative to dygraph
6 years ago
wanghaoshuang
d41b623a72
Merge branch 'develop' of https://github.com/PaddlePaddle/paddle into quan_ck
...
test=develop
6 years ago
wanghaoshuang
6db7c2a500
Fix checkpoint of quantization.
6 years ago
chengduo
1096746cbf
Fuse Adam And SGD ops ( #15933 )
...
* fuse optimizer
6 years ago
minqiyang
9e14f260c0
Fix polynomal decay bug in python2.x
...
test=develop
6 years ago
Zhen Wang
f7f5044b3d
Merge pull request #16489 from wzzju/fix_slim_quant_bugs
...
Clean codes and fix some bugs.
6 years ago
zhoukunsheng
b06e9b773d
test=develop
...
add rank op
6 years ago
lujun
1c9aaeebe0
move imperative to dygraph, test=develop
6 years ago
lujun
d980ba19bc
add some dygraph op, test=develop
6 years ago
zhoukunsheng
2f9e562100
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into linspace
6 years ago
zhoukunsheng
082822d417
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into rsqrt
6 years ago
zhoukunsheng
c47f3cc7fe
test=develop
...
add rsqrt op
6 years ago
dengkaipeng
8160a66193
fix doc priority. test=develop
6 years ago
minqiyang
42507d33c6
Change atol to default value
6 years ago
dengkaipeng
193185b840
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into shift
6 years ago
dengkaipeng
8a0023892a
fix unittest. test=develop
6 years ago
minqiyang
48f3cbdf55
Polish code
...
test=develop
6 years ago
whs
59f75ec76e
Make unitest of fsp op faster and more stable. ( #16502 )
...
* Make unitest of fsp op faster and more stable.
test=develop
* Skip unitest of fsp op.
test=develop
6 years ago
Zhen Wang
46e1bb06c7
remove no necessary doc changes. test=develop
6 years ago
whs
ecc3088df8
Fix saving in quantization strategy. ( #16474 )
...
test=develop
6 years ago
Zhen Wang
f86429dbd9
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into fix_slim_quant_bugs
...
test=develop
6 years ago
Zhen Wang
5ab5687138
remove no necessary doc changes. test=develop
6 years ago
minqiyang
35c89f38c3
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into imperative_lr_scheduler
...
test=develop
6 years ago
gongweibao
eb83abeac3
Add DGC(Deep Gradient Compression) interface. ( #15841 )
6 years ago
Jiabin Yang
e41d581304
test=develop, fix space_to_depth_doc ( #16293 )
...
* test=develop, fix space_to_depth_doc
* test=develop, refine indent
* test=develop, refine code
* test=develop, add api spec
6 years ago
zhoukunsheng
874b5d8362
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into linspace
6 years ago
zhoukunsheng
263ff731eb
add more comment
6 years ago
whs
679a4c28fc
Fix lost of learning rate variable in distillatoin when using lr decay. ( #16471 )
...
test=develop
6 years ago
zhoukunsheng
83c7bca13f
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into all_any
6 years ago
zhoukunsheng
e3f1556e4d
fix comment format error
6 years ago
Qiao Longfei
b68f84090b
fix test_split_selected_rows_op test=develop
6 years ago
zhoukunsheng
a55111b869
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into zeros_like
6 years ago
zhoukunsheng
848ec97ab3
test=develop
...
add zeros_like op
6 years ago
Zeng Jinle
c7c6eeb44e
Merge pull request #16409 from sneaxiy/feature/advance_gc
...
Enhance gc to support deleting tensor buffer in advance
6 years ago
Zhen Wang
6b854f3e1f
fix the save_in_nodes bug.
6 years ago
Zhen Wang
183bacebe3
clean codes and fix some bugs. test=develop
6 years ago
Jiabin Yang
54a73578a8
Feature/install check ( #16044 )
...
* test=develop, add install check
* test=develop, add install check scripts
* test=develop, refine language
* test=develop, add api spec
* test=develop, change cdn to bj to pass ci
6 years ago
chengduo
999365149d
Add from six.moves import reduce ( #16435 )
...
test=develop
6 years ago
minqiyang
a71a0f865b
Polish code
...
test=develop
6 years ago
minqiyang
99128a5c72
Implement Cosine and Noam Decay
...
test=develop
6 years ago
wopeizl
c300b1ba69
Tensor index ( #16223 )
...
* extend the slice function for python
test=develop
6 years ago
minqiyang
ec9c0874bc
Implement Expotential NatureExp Inversetime and Polynomal Decay
6 years ago
Jiabin Yang
0d9d25d40f
Feature/refactor layers to Layers ( #16337 )
...
* test=develop, add some Layers and tests
* test=develop, add more layers
* test=develop, add more layers
* test=develop, add force cpu option
* Update test_layers.py
remove pdb
* test=develop, refine code
6 years ago
gongweibao
850b737112
Fix nparray.all() bug. ( #16472 )
6 years ago
dengkaipeng
eb2123e12d
fix doc and jit. test=develop
6 years ago
Tao Luo
1b4e4e7ef7
Merge pull request #16453 from chuanqi129/calibration_readme_refine
...
Update INT8 calibration README
6 years ago
liuwei1031
8d22bc17a4
Memory optimize ( #16410 )
...
* fix cdn issue, test=develop
* fix memory optimize bugs, test=develop
* fix memory optimize bugs, test=develop
* remove add/sub_2 op, test=develop
* disable memory_optimize by default, test=develop
* disable inplace activation in python, test=develop
* fix unittests, test=develop
* fix unittests, test=develop
* bug-fix, test=develop
6 years ago
Xin Pan
f8c279b11c
Merge pull request #16454 from panyx0718/imperative2
...
polish deepCF model to support real dataset
6 years ago
lujun
3f8b2f5ff5
fix multiplex doc, test=develop
6 years ago
Qiao Longfei
d640c6cfa9
fix pylint
6 years ago
Qiao Longfei
30618409db
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into add-async-ssa-graph-executor-communicator
6 years ago
sneaxiy
78fb3a62e0
fix env variable settting bug
...
test=develop
6 years ago
Qiao Longfei
b65adf7f65
add communicator_send_wait_times
6 years ago
minqiyang
4278be8c49
Merge branch 'imperative_lr_scheduler' of https://github.com/velconia/Paddle into imperative_lr_scheduler
...
test=develop
6 years ago
minqiyang
b5bbb13ac1
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into imperative_lr_scheduler
6 years ago
dengkaipeng
243584cfbb
fix test_layers. test=develop
6 years ago
dengkaipeng
7920e3be02
revert test_softmax_cudnn. test=develop
6 years ago
chuanqiw
c512516ff4
Update INT8 calibration README
...
test=develop
6 years ago
Zhen Wang
27d05203e7
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into fix_quan_hang
...
test=develop
6 years ago
Zhen Wang
1c11f817e9
Use the resolve hazard method.
6 years ago
Jiabin Yang
7c5319ba12
Fix/test imperative ptb rnn ( #16433 )
...
* test=develop, fix ptb rnn
* test=develop, change cdn to bj to pass ci
* test=develop, fix ci
6 years ago
Jiabin Yang
f735102eab
add layer norm to Layers, add transformer test in imperative mode ( #16092 )
...
* add layer norm to Layers, add transformer prepare encoding
* little change
* finish encoder part
* add decoder part
* finish model part
* add test case and part of data feed
* add transformer test
* add to_parameter, add remove in set_attr
* test=develop, fix pos encoding bug, create_parameter with stantard name
* test=develop, rm dropout test in imperative
* test=develop, fix cpu error
* test=develop, fix minize bug
* test=develop, fix one hot not stop gradient
* test=develop, fix one hot not stop gradient
* test=develop, refine parameter name
* test=develop, fix transformer test in imperative mode
* test=develop, fix transformer test in imperative mode
* test=develop, fix boost and mkl download error
* test=develop, fix boost and mkl download error
* test=develop, fix ci and refine code
* test=develop, fix ci and refine code
6 years ago
Xin Pan
fd24ab47ab
polish
...
test=develop
6 years ago
Xin Pan
1f89249a95
update DeepCF model
...
test=develop
6 years ago
sneaxiy
a7d0ac50b8
Merge develop
6 years ago
sneaxiy
7000ec85d9
fix some op grad maker
...
fix ctest eager deletion disable bug
test=develop
6 years ago
zhaoyuchen2018
cdb315e9d8
Merge branch 'develop' into docrefine
6 years ago
Xin Pan
0fff666f14
Merge pull request #16449 from panyx0718/imperative3
...
fix imperative varbase creation
6 years ago
Xin Pan
becf799431
fix
...
test=develop
6 years ago
dengkaipeng
cfef382a85
fix format. test=develop
6 years ago
Wang, Chuanqi
85e1cc1e02
Update Readme with new accuracy and performance data measured on 6271 ( #16437 )
...
* Update Readme with new accuracy and performance data measured on 6271
test=develop
* Modify tables and example command
test=develop
6 years ago
Zeng Jinle
4cc9809cae
Merge pull request #15799 from sneaxiy/feature/decoupled_reader
...
Try to decouple reader with program_desc
6 years ago
whs
e9bec9369b
[slim] Add quantization strategy and distillation strategy. ( #16408 )
...
* Add fsp operator.
1 Add unitest.
2. Add python API.
3. Add layer test.
* Add quantization strategy.
1. Add API.
2. Add unitest.
* Add distillatoin strategy.
* Add unitest config file for quantization
* Fix Copyright
test=develop
* Fix setup.py
* Fix document of layers.py.
test=develop
* Fix unitest in python3.
test=develop
* Fix documents.
test=develop
* 1. refine fsp op by batched gemm
2. remove unused import
test=develop
* Fix test_dist_se_resnext.
1. disable test distillation.
2. reset framework.py
test=develop
* Enable unitest of distillation after fixing Block._clone_variable
test=develop
* Fix cdn issue.
test=develop
6 years ago
Zhen Wang
2ccbfd5e10
Fix some bugs for quantization passes.
6 years ago
liuwei1031
de3b70a101
fix cdn issue, test=develop ( #16423 )
...
* fix cdn issue, test=develop
* fix cdn issue, test=develop
6 years ago
zhoukunsheng
d3d31a5894
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into all_any
6 years ago
zhoukunsheng
664c342ca0
test=develop
...
split reduce_all_any_op.h into two files
add unit test for reduce_all, reduce_any
6 years ago
zhoukunsheng
43060084a4
test=develop
...
add linspace, modify interface comments in tensor.py, merge with develop branch
6 years ago
sneaxiy
f8ed2c229e
try to fix ci error
...
test=develop
6 years ago
zhoukunsheng
8e9ebebcef
test=develop
...
add linspace op
6 years ago
dengkaipeng
cfda1fdea7
add attr scale. test=develop
6 years ago
Zeng Jinle
c64d959343
Merge pull request #16295 from zhhsplendid/zhenghuihuang-dev-2
...
Add support for init_memory and re-allocate_memory
6 years ago
Xin Pan
b55dd32e9c
Merge pull request #16394 from panyx0718/imperative2
...
Add DeepCF model
6 years ago
Qiao Longfei
542b52fac3
fix trainer_id
6 years ago
sneaxiy
2f54d9f995
Merge develop
...
test=develop
6 years ago
sneaxiy
072d95d8f6
Merge develop
...
test=develop
6 years ago
sneaxiy
a93a9eef8f
add op registry type
...
refine gc code
test=develop
6 years ago
Tao Luo
f9061796d6
Merge pull request #16407 from chuanqi129/test_calibration_enhance
...
Enhance test calibration script on accuracy assert
6 years ago
Qiao Longfei
de65398cb8
update transpiler and listen and serv op
6 years ago
chengduo
c917c13af1
increase the time limite ( #16405 )
...
test=develop
6 years ago
chuanqiw
431068c9ca
Enhance test calibration script on accuracy assert
...
test=develop
6 years ago
whs
2e5831f0dc
[slim] Refine framework of slim and add filter pruning strategy ( #16226 )
...
* First pr of paddle slim.
1. Add framework of paddle slim
2. Add filter pruning strategy
test=develop
* Rename unitest to tests.
test=develop
* Add prettytable into requirements.
test=develop
* Change in_nodes and out_nodes to odered dict.
test=develop
* Remove distillation.
test=develop
* Fix API.spec
test=develop
* Fix unitest.
test=develop
* Fix unitest in windows.
test=develop
* Fix unitest in windows.
test=develop
* Fix unitest.
test=develop
* Hide some functions.
test=develop
* Fix python import in python3.5
test=develop
* Fix compress pass.
test=develop
* Fix unitest of test_dist_ctr.
test=develop
* Enhence flops.
* use os.path.join
* Fix pickle for python3
Fix log and comments.
test=develop
* 1. Remove feed_reader in compress pass
2. Fix cache reader
3. Rename CompressPass to Compressor
4. Add comments for distiller optimizer
5. Remove unused pruner currently
6. Add some comments.
7. Change API.spec
test=develop
* Fix pruning in python3.
test=develop
* Fix unitest in python3.
test=develop
* Fix format in python3.
test=develop
6 years ago
whs
18779b5b8f
[Operator] Add range op. ( #15431 )
...
* Add range op.
test=develop
* Add more unitests.
test=develop
* Fix API.spec
test=develop
* Fix API.spec
test=develop
* Fix API.spec
test=develop
6 years ago
Hongyu Liu
466e150f28
Merge pull request #16380 from phlrain/add_var_name_in_opt_2
...
add var name in optimizer
6 years ago
qingqing01
5d6737b5cb
Fix bug in affine_channel API ( #16373 )
6 years ago
phlrain
6b971e1f19
remove test_dist_transplier; test=develop
6 years ago
phlrain
7dc4a7f4f8
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into add_var_name_in_opt_2
6 years ago
phlrain
d11d0e18c2
remove test_dist_transplier; test=develop
6 years ago
Xin Pan
55a7b98126
Add DeepCF model
...
test=develop
6 years ago
Zhen Wang
ec11135d54
Merge pull request #16341 from wzzju/add_channel_wise_in_quant_pass
...
Add channel wise in quant pass.
6 years ago
xiaolil1
e235882c18
Enable MKL-DNN INT8 Concat Kernel. ( #16156 )
...
* Enable INT8 Concat Kernel to improve the performance of MobileNet-SSD.
test=develop
* Optimize UT format.
test=develop
* Fix UT file address issue.
test=develop
* Refine the license year.
test=develop
* Optimize code for new API.
test=develop
* Restructure INT8 Concat kernel.
test=develop
6 years ago
Qiyang Min
171df5b56b
Merge pull request #16303 from junjun315/checkpoint
...
for Checkpoint save and load
6 years ago
Hongyu Liu
e5478ab5c8
Merge pull request #16346 from phlrain/add_floordiv_and_mod
...
add elementwise floordiv, mod
6 years ago
phlrain
77a08750e9
add var name in optimizer; test=develop
6 years ago