tensor-tang
a3fa64e4b8
Merge remote-tracking branch 'upstream/develop' into mkldnn_addto
8 years ago
Kexin Zhao
81ba077e7b
small fix
8 years ago
fengjiayi
8b30e2abd1
Book chap6 ( #5321 )
...
* init
* Fix bug
* rename test_filw
* refine test
8 years ago
daminglu
5c1ed01141
Merge pull request #5312 from daming-lu/fix_deploy_script
...
fix build doc
8 years ago
daming-lu
c5b556f0d1
Merge branch 'develop' into fix_deploy_script
8 years ago
Yu Yang
4b9a2c44f1
Fix bug in lookup_table_op & layers ( #5298 )
...
* Fix bug in lookup_table_op & layers
* Missing Act in layers
* Should += in CPU
* Remove check in python
* Fix bug in sequence_conv_pool()
* Fix a bug in test_recommender_system.py
* Just skip test_evaluator
8 years ago
daming-lu
16132c2420
Merge branch 'develop' into fix_deploy_script
8 years ago
Abhinav Arora
66d1c6ce1e
Adding the Xavier Initializer ( #5270 )
...
* Adding the Xavier Initializer
* Addressing code review feedback
8 years ago
Kexin Zhao
81c7dbc544
design doc for float16
8 years ago
daming-lu
496f150183
fix build doc
8 years ago
dangqingqing
519476a4c6
Fix CMake bug.
8 years ago
dangqingqing
d897d7a644
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into fix_max_pool
8 years ago
dangqingqing
afc6343e6f
Refine sequence max-pooling and add unit testing of gradient check.
8 years ago
Tao Luo
27ce729114
Merge pull request #5299 from PaddlePaddle/fix-typo
...
Update IntelOptimizedPaddle.md
8 years ago
tensor-tang
9bf99c21fd
add mkldnn_addto python interface
8 years ago
tensor-tang
3fb6451c3a
add mkldnn_addto unit test and pass it
8 years ago
tensor-tang
8ff3436829
add MKLDNNAddtoLayer files
8 years ago
tensor-tang
2a77418668
refine reset input buffers, make it support more than one input.
8 years ago
wangmeng28
e65960ede8
Merge remote-tracking branch 'upstream/develop' into fix-4388
8 years ago
wangmeng28
0d79e9732d
Refine the log message in fc layer
8 years ago
Peng LI
9276ca78ec
Merge pull request #5283 from will-am/plot_to_file
...
Support saving figure to file
8 years ago
daminglu
dfe851a066
Merge pull request #5287 from daming-lu/website_deploy_scripts
...
add deploy script for website
8 years ago
武毅
cdd1da3424
Hack auc for dense vector labels ( #5274 )
...
* refine evaluator op types
* update
* follow comments
* update
* fix v2 mnist case
* fix v2 mnist case
* update
* update
* hack auc evaluator for dense vec
* follow comments
8 years ago
dangqingqing
29a9f9b5ea
Refine code format and fix threads number.
8 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
8 years ago
Yang Yang(Tony)
5682916c47
add acknowledgement of lstm_unit_op ( #5293 )
8 years ago
tensor-tang
3c79bcfc02
Update IntelOptimizedPaddle.md
8 years ago
Zhuoyuan
6d649d9ebd
Merge pull request #5235 from zchen0211/develop
...
deconv cudnn forward passed
8 years ago
dzhwinter
e0c3a6683c
"add net drawer for visualizing the graph" ( #5292 )
...
* "add net drawer for visualizing the graph"
* "fix "
* "add dep"
8 years ago
Yu Yang
0a32e74d13
Rewrite StaticRNN with Executor ( #5224 )
...
* Init commit
* Make executor use ProgramDescBind
* Change Attribute from BlockDesc to BlockDescBind
* Since we will get the program desc in RNN, just BlockDesc is not
enough.
* Add DeviceContext to Executor API
* Rewrite RNN
* Pass Python
* AddBiasOp does not care num_flatten_dims
* Stash
* Fix MacOS Compile
* Pass RNN forward
* add python test
* refactor test
* Make compile pass
* add gradopmaker
* First draft done
* Polish code
* add grad op maker and grad infershape
* Polish code
* Fix backward.cc bug
* Fix infershape
* Rename function
* add backward test
* simplify recurrent test
* Update
* Pass unittest
* Add comments & refine test
* Add comments
* refactor test
* Complete Unittest
* fix StepScopes enforce
* Remove unused unittest
* no type error
* Update
* Make RNN Pass unittest
8 years ago
Yang yaming
8cdb42c2b3
Merge pull request #5111 from pkuyym/fix-5070
...
Add PrecisionRecall Op
8 years ago
dzhwinter
69011c1821
"add book recommender_system testing" ( #5143 )
...
* "add sequence conv layer"
* "add book recommender_system testing"
* "add training loop"
* "add sequence layer"
* "add recommender system training data"
* "fix conv2d layer bug"
* add sequence_conv_pool
* "fix input is Null"
* add networks
* "fix based comment"
* "add sum op layer"
* "merge layers"
* Update layers.py
* "fix input is NULL bug"
* "debug embedding table"
* "modify layers.py"
* "fix pool interface"
* "add export type to layers"
* "fix based on comment"
* "need lod info support in all operator"
* "remove accuracy layer"
* "tuning learning rate"
* "add sparse test"
* "add gpu test"
* Update test_recommender_system.py
8 years ago
Qiao Longfei
f48159ade0
Optimizer use init program ( #5275 )
...
* optimizer use init_program
* create persistable variable
* add create_persistable_var to block
* optimizer use create_persistable_var
* fix prefix
* move create_global_persistable_var from Block to LayerHelper
* Polish Optimizer initialization code.
* Using the LayerHelper to create initialize operator and variables
* add_accumulator should use an independent data type
* default use param data type for accumulator
8 years ago
Yang Yang(Tony)
90f4d5e904
modify fill constant batch size like ( #5222 )
8 years ago
武毅
08ca72670f
evaluator_accumulate ( #4828 )
8 years ago
zchen0211
0efac253d3
deconv small fix
8 years ago
zchen0211
2d956b82cd
deconv cudnn
8 years ago
fengjiayi
1f11f773bf
Fix a bug in sequence_pool layer ( #5290 )
...
* Fix bug
* update
8 years ago
zchen0211
7e34b8e366
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into develop
8 years ago
Yang Yang(Tony)
0885de47eb
first commit ( #5286 )
8 years ago
daming-lu
2dfa811aa3
add deploy script for website
8 years ago
zchen0211
31187e7e72
deconv fix
8 years ago
zchen0211
634facecaa
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into develop
8 years ago
dangqingqing
5a4cdbb3df
Fix check bug.
8 years ago
dangqingqing
03bfd7611a
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into lstm_fix
8 years ago
dangqingqing
1f53a72f10
Reduce the threads number in the LSTM backward kernel to fix the error occurred in GPU GTX 1080.
8 years ago
yangyaming
970613fc15
Refine and follow comments.
8 years ago
tensor-tang
a343504446
Merge pull request #5148 from tensor-tang/benchmark
...
update benchmark data on VGG19
8 years ago
wangmeng28
38f10aeae8
Add plot to file
8 years ago
Tao Luo
5bd1886517
update the VGG benchmark on CentOs6.3 and Intel 6148
8 years ago