dzhwinter
9c9ad7d40b
Merge remote-tracking branch 'origin/develop' into feature/ir_inplace_pass
...
test=develop
6 years ago
dzhwinter
0a63234c85
follow comments. test=develop
6 years ago
Yan Chunwei
897789b16e
fix save_inferece_model bug ( #15365 )
6 years ago
dzhwinter
8b97a3a44f
rerun ci. test=develop
6 years ago
dzhwinter
a26a6bc728
add flag. test=develop
6 years ago
tangwei12
8b50ad80ff
checkpoint at distributed training ( #14854 )
...
checkpoint for distributed training.
6 years ago
chengduo
9fa87b23d9
Fix io doc ( #14751 )
...
* fix io doc
test=develop
* refine data_feeder doc
test=develop
6 years ago
Zhang, Guoming
a6b24416e4
Fix the invalid list operation on save_inference_model function.
...
test=develop
6 years ago
tangwei12
3639d99f99
Fix save and load lookup table/optimizer vars ( #14301 )
...
* fix mkdir conflict
* fix load/save lookup tables
test=develop
* add lookup_table_utils
* fix load optimize vars on pserver
* delete lookup table utils
* fix save and load lookup tables
* fix load optimizer var
* fix load optimizer var, test=develop
* fix python 3 style, test=develop
* move lookup_table_utils to contrib utils
6 years ago
tangwei12
e564eb341f
Fix mkdir conflict in save_inference_model ( #14285 )
...
* fix mkdir conflict
test=develop
6 years ago
tangwei12
d325e668b8
[1.1] Load vars on PSERVER ( #14037 )
...
* fix dim0 in _load_slice_up_vars
* fix dim0 in _load_slice_up_vars, fix innershape in delete_var_op
* Revert "fix lookuptable in reduce strategy"
This reverts commit 0e722c5
* add unit test for dist
* add unit test for dist, test=develop
* cancel revert, test=develop
6 years ago
Xin Pan
cf38c676ca
fix
7 years ago
Xin Pan
6974265292
support offline train
7 years ago
luotao1
3ba7e74db2
use clone(for_test=True) replace get_inference_program
7 years ago
Xin Pan
10f7d004c4
To support full model saving.
...
In the future, we'd like to encourage user to save
everything during training.
This allows us to
1. Do more flexible optimization passes
2. Re-train and fune-tune
7 years ago
Wu Yi
efafc72f62
Hide program APIs ( #12315 )
...
* hide program APIs
* fix merge error
* update
7 years ago
Xin Pan
9b7c3f9615
refine
7 years ago
Xin Pan
56a977d436
add test
7 years ago
Xin Pan
926e1077ca
version
7 years ago
chengduo
e8b4e0d627
fix load_vars bug ( #12869 )
7 years ago
tangwei12
08152916cf
add annotation in load_inference_model
7 years ago
tangwei12
c0a95bb2d8
Update io.py
7 years ago
tangwei12
bb9f494740
merge develop
7 years ago
tangwei12
eba7177475
add unit test and code fix
7 years ago
minqiyang
99d3f08920
Add print_function for all python files
7 years ago
tangwei12
ed937bc6f8
merge
7 years ago
minqiyang
77f12e000f
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into port_pybind11
7 years ago
Qiao Longfei
5d579e1a96
add export_for_deployment flag to save_inference_model ( #12582 )
...
add export_for_deployment flag to save_inference_model
7 years ago
tangwei12
64683cf84a
fix
7 years ago
tangwei12
011ff6bce1
bug fix
7 years ago
tangwei12
59580a7f69
bug fix
7 years ago
tangwei12
051eaa5fc7
add ditriubted attrs
7 years ago
tangwei12
057a64508c
enable lookup table to inference
7 years ago
tangwei12
f1a10ccea9
enable lookup table to inference
7 years ago
tangwei12
5c537941c2
merge develop
7 years ago
minqiyang
6abe819f07
Fix pybind11 problem
...
Fix str and bytes problem
Fix sorted problem
Fix math problem
Fix CI problem
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
559d36328c
Apply 2to3 to current paddle main python code
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
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
tangwei12
2c05e37a77
hidden slice_vars in distribute transpile, hidden it to users
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
yuyang18
2d981114b3
Skip reader when save
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
tangwei12
13a1a8a6bb
move checkpoint api to trainer.py
7 years ago
tangwei12
550b2e25ae
move checkpoint api to trainer.py
7 years ago