Yi Wang
03a02d6956
Update deisgn doc
7 years ago
Yancey
c4599d3e9a
Add version api ( #2985 )
...
* write versino.py
* add version py
* clean init py
* add istaged, major and etc... fields
* update
* update
* update
7 years ago
Yancey1989
ee3483b0d9
Merge branch 'develop' of github.com:PaddlePaddle/Paddle into fix_404_dist_train
7 years ago
Abhinav Arora
f40bdb155e
Polish the Evaliuator design doc ( #6195 )
7 years ago
tensor-tang
7d9ff4081e
narrow pictures
7 years ago
tensor-tang
02e0b5f9ea
follow comments, unify picture fonts, color and sizes
7 years ago
tensor-tang
4b904a514e
Merge remote-tracking branch 'upstream/develop' into doc
7 years ago
kexinzhao
35572355c2
Edit float16 doc ( #5851 )
...
* Add survey of support of half in different CUDA versions
* small fix
7 years ago
Yancey1989
10acacf1bf
fix 404 link in dist arch doc
7 years ago
tensor-tang
4599aea7c2
polish mkldnn doc
7 years ago
Kavya Srinet
7046e0249a
Updated the design doc for distributed training architecture
7 years ago
kavyasrinet
32b10d3bc4
Re-writing and edits in the design doc for data reader ( #5849 )
...
* Updating the writeup of RNN doc
* Editing the documentation for seq_decoder, and fixing typos
* Fixing the captioning on 2 level RNN
* pushing after a pull
* Editing and re-writing parts of Data Reader design doc
7 years ago
Kavya Srinet
7fe61a7fa8
Editing and re-writing parts of Data Reader design doc
7 years ago
tensor-tang
363f690d79
expose only one WITH_MKL to user, covering WITH_MKLDNN and WITH_MKLML
7 years ago
kavyasrinet
e0e3a8a5bb
Updating the writeup of the RNN design doc and sequence_decoder ( #5611 )
7 years ago
Dong Zhihong
fc117ecfa6
Merge remote-tracking branch 'origin/develop' into feature/evaluator
7 years ago
tensor-tang
cd4ecc92ee
update mkldnn design doc
7 years ago
Dong Zhihong
9e1799cb43
"fix based on comments"
7 years ago
Dong Zhihong
cfbc92e646
"polish document"
7 years ago
Yan Chunwei
53cb4df0a2
design/sequence decoder ( #4905 )
7 years ago
Dong Zhihong
e34e12931e
Merge remote-tracking branch 'origin/develop' into feature/evaluator
7 years ago
Yu Yang
bbdac7f7d8
Polish OpWithKernel
...
* Chage `IndicateDataType` to `GetKernelType`. Make it easier to
understand.
* Change `OpKernelKey` to `OpKernelType`
* Make operator developers can customize which kernel the operator will
use in runtime.
7 years ago
Dong Zhihong
7874399cf3
Merge remote-tracking branch 'origin/develop' into feature/evaluator
7 years ago
kexinzhao
4d422156d4
Float16 design doc ( #5313 )
...
* small fix
* fix comment
* address comment
* small fix
7 years ago
Dong Zhihong
83e6500521
Merge remote-tracking branch 'origin/develop' into feature/evaluator
7 years ago
Dong Zhihong
796eaf345d
"add accuracy "
7 years ago
Dong Zhihong
debfb008cf
"add evaluator design doc"
7 years ago
kavyasrinet
db34138522
Design doc for Model average(renaming it to Parameter Average) ( #5137 )
...
* Adding design doc for model average (now called parameter_average)
* Updating title
* Updating image tag
* Updating review comments
7 years ago
Dong Zhihong
cf302bdd6b
"add evaluator design doc"
7 years ago
Yu Yang
efc2464f6c
Feature/save op ( #5090 )
...
* Init
* Stash
* Polish SaveLoadOp
* Fix CI
* Polish code
* Save GPU Tensor
* Stash
* Fix CI
7 years ago
Abhinav Arora
d18d75da7f
Removing survey out of the regularization design doc and fixing typos ( #5105 )
...
* Removing survey out of the design doc and fixing typos
* Fix Typos
7 years ago
Dong Zhihong
e93541b769
"add word"
7 years ago
Dong Zhihong
78705b0bcd
"correct the description"
7 years ago
Abhinav Arora
5d536bcc16
Correcting grammatical mistakes in model format design doc ( #5087 )
7 years ago
Yu Yang
dd0008d57f
Extract apply_backward_pass to backward.py ( #5026 )
...
* Extract apply_backward_pass to backward.py
Rename apply_backward_pass to append_backward_ops
* Fix CI
* Update design doc
7 years ago
dzhwinter
fd2eb55071
"Serialize LoDTensor, Save/Restore model" ( #4602 )
...
* "add model format design doc"
* "add restore function"
* "add parse protobuf"
* "move necessary information to saver.proto"
* "format code"
* "add gpu option"
* "add lod info"
* "add saveop python test wrapper"
* "checkpoint reuse save operator"
* "rewrite model format design doc"
* "async support needed"
* "fix run once"
* "fix doc based on comments"
* "refine based on comments"
* "fix based comments"
* "remove persistable flag from framework.proto"
* "add IndicateDataType to restore op"
* "add save test"
* "modify save restore code"
* "modified the restore logic"
* rm checkpoint_op.cc
* rm test_checkpoint_op.py
* "get inputs outputs name from execution context"
* Saving each variable to a independent file
* Fix bugs
* Rewrite save_restore_op_test with new Python framework
* Move `SaveOp` and `RestoreOp` from OpWithKernel to OpBase
* Refine unit test of SaveOp and RestoreOp
* fix compile errorwq
7 years ago
helinwang
046b815119
Merge pull request #4398 from QiJune/survey_on_graph
...
survey on computation graph
7 years ago
Yan Chunwei
07ea9adec0
feature/dynamic recurrent op forward and backward ( #4799 )
8 years ago
Abhinav Arora
43702a89d5
Correcting some grammatical mistakes in register_grad_op.md ( #4938 )
8 years ago
武毅
63ffe5250a
Cluster train doc for v2 API ( #2072 )
...
* update cluster train v2 doc
* WIP cluster train doc
* update
* cluster train doc
* add TOC for en doc
* fix sphix build issue
* fix error links
* fix link errors
* fix image link
* polish cluster train docs
* update general distributed training document
* fix sphinx compile error
* fix doc image error
8 years ago
Yang Yang(Tony)
6a03a4d910
Merge pull request #4480 from PaddlePaddle/update-doc-pybind
...
update doc: no need to modify pybind_file
8 years ago
Yang Yang(Tony)
3ca3a200ab
Prune Design Doc ( #4732 )
...
* Create prune.md
* modification based on comment
* remove insertion
* rename id to block_id
* Update prune.md
* formatting
8 years ago
Abhinav Arora
f4a21e387f
Design Doc for Regularization ( #4869 )
...
* Add initail design doc for regularization
* Updating image links
* Commiting the images for the equations
* Adding computation graph images
* Adding section on computation graph
8 years ago
Abhinav Arora
e23c1fee66
Correcting some grammatical mistakes in SelectedRows Document ( #4872 )
8 years ago
Yang Yang(Tony)
c7ebe0e134
Update refactorization.md
8 years ago
Yang Yang(Tony)
745634a1dd
Merge branch 'develop' into update-doc-pybind
8 years ago
Yu Yang
f43b1a90d8
Design Doc: infer_var_type ( #4795 )
8 years ago
Yu Yang
790b9ce4c5
Update design doc for Python Layer ( #4698 )
...
* Update design doc for Python Layer
* Update document
8 years ago
Yang Yang
c52bb8505f
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into executor-design
8 years ago
Yang Yang(Tony)
3e42744191
update based on review
8 years ago