Xin Pan
|
a4d68ed3d8
|
Add lock
|
7 years ago |
kexinzhao
|
6720681cc2
|
Enable is_test attr of batch norm and drop out op for test program (#8642)
* fix is_test issue
* add paddle enforce
* fix bug
* add new func
* small fix
* address comments
|
7 years ago |
qiaolongfei
|
5d9dbe1e33
|
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into add-program-cache-for-executor
|
7 years ago |
qiaolongfei
|
1ee77841be
|
add get_program_cache_key function
|
7 years ago |
Qiao Longfei
|
f45a82be4e
|
change learning_rate_decay to learning_rate_scheduler (#8583)
* change learning_rate_decay to learning_rate_scheduler
* optimize code
* change nn.cast to tensor.cast
|
7 years ago |
fengjiayi
|
a5899ca117
|
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into dev_update_cluster_doc
|
7 years ago |
fengjiayi
|
a66543a6e5
|
follow comments
|
7 years ago |
gmcather
|
bc36396d71
|
fix test_understand_sentiment bug (#8767)
|
7 years ago |
Tao Luo
|
d398b96823
|
Merge pull request #8761 from luotao1/v2_doc
Create new structure for V2 and fluid doc
|
7 years ago |
qiaolongfei
|
b63901f523
|
optimize program_cache_key, delete cache when use_program_cache is false
|
7 years ago |
qingqing01
|
608feea204
|
Implement detection mAP evaluator wrapper and unify label format between SSD loss and mAP evaluator (#8736)
* Implement mAP evalutor Python interface.
* Fix unit testing and uniy label format between SSD loss and mAP evalutor.
* Update doc.
|
7 years ago |
qiaolongfei
|
82a8e080cb
|
update comment of executor.run
|
7 years ago |
Luo Tao
|
41cbfbba5b
|
* fix html_static_path warning
* add write_new_layers in rst tree
|
7 years ago |
Luo Tao
|
2f786776a8
|
create doc/fluid directory
|
7 years ago |
fengjiayi
|
92dfdf6924
|
update doc
|
7 years ago |
chengduoZH
|
c3864eab99
|
if axis == 0; directly copy D->D
|
7 years ago |
Luo Tao
|
bcf5b62970
|
refine CMakeLists.txt and build_doc.sh
|
7 years ago |
Luo Tao
|
4ca2209701
|
Merge branch 'develop' into v2_doc
|
7 years ago |
dongzhihong
|
fe18341585
|
"seperate internal library and exported library"
|
7 years ago |
Thuan Nguyen
|
95a28d1326
|
PaddlePaddle.org requires the nav tree to be generated in order to parse the site map. Since we removed theme in https://github.com/PaddlePaddle/Paddle/pull/8752, this also removed the site navigation menu. This changelist adds back the site navigation menu. (#8760)
|
7 years ago |
dongzhihong
|
7364348d04
|
"move from recordio repo to paddle"
|
7 years ago |
chengduoZH
|
131ec276ed
|
fix bug for big number; float->double and code refine
|
7 years ago |
Shan Yi
|
19de16083f
|
Merge pull request #8752 from luotao1/rm_doc_theme
remove doc_theme
|
7 years ago |
Xin Pan
|
d054cfeae6
|
Avoid init_nccl for every steps.
|
7 years ago |
dongzhihong
|
7016979cd5
|
"add crc32 encoder"
|
7 years ago |
dongzhihong
|
69c7991108
|
"add snappy library"
|
7 years ago |
Luo Tao
|
d938a35e5e
|
Merge branch 'develop' into rm_doc_theme
|
7 years ago |
Tao Luo
|
158d56743f
|
Merge pull request #8755 from QiJune/disable_nccl
disable nccl in memopt fit a line unittest
|
7 years ago |
qijun
|
00fbe67ab4
|
disable nccl in memopt fit a line unittest
|
7 years ago |
qiaolongfei
|
5dbb71b21f
|
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into add-program-cache-for-executor
|
7 years ago |
chengduoZH
|
82bd82c186
|
follow comments and refine code
|
7 years ago |
Luo Tao
|
3637745828
|
remove doc_theme
|
7 years ago |
Luo Tao
|
c6df405ee0
|
create doc/v2 directory
|
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 |
Tao Luo
|
b02e12e8e4
|
Merge pull request #8740 from luotao1/warning
fix warning: statement is unreachable
|
7 years ago |
fengjiayi
|
e26cc4fe73
|
fix_an_error
|
7 years ago |
qiaolongfei
|
a8fd6d581f
|
add use_program_cache to executor.run
|
7 years ago |
Luo Tao
|
ac149bc948
|
fix warning: statement is unreachable
|
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 |
Tao Luo
|
08e9bfa8ad
|
Merge pull request #8737 from pkuyym/fix-8723
Refine document of build_and_install
|
7 years ago |
qingqing01
|
457d012a8e
|
Enable device automatically switching in mine_hard_examples_op. (#8706)
|
7 years ago |
yangyaming
|
649f9c1963
|
Refine the document for build_and_install.
|
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 |
Tao Luo
|
bb60e920a1
|
Merge pull request #8732 from kuke/commands_doc
Add guideline for the doc of cmd parameters
|
7 years ago |