QI JUN
f7e9fe57d3
[Memory]More memory optimization policy ( #8690 )
...
* add memopt level
* add opt level for image classification demo
* clean code
* add delete op
* clean code
* test machine translation demo
* clean code
* clean code
* skip fill constant with force cpu
* clean code
* clean code
* refine code
* clean code
* fix bug
7 years ago
qingqing01
b3d26cd3ad
Fix bug in detection_output and mAP calculation in SSD. ( #8985 )
...
* Clipping bbox in the mAP evaluator calculation.
* Fix bug in detection_output and mAP calculation in SSD.
* Fix bug in detection.py.
* Fix bug in test_detection_map_op.py.
7 years ago
qiaolongfei
73db6eecca
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into optimize-optimizer
7 years ago
qiaolongfei
63ab12c877
update test_optimizer
7 years ago
pzelazko-intel
4730a4be24
MKLDNN pool2d OP kernel added ( #8879 )
...
* MKLDNN pool2d OP kernel added
* conv2d and pool2d MKLDNN kernels renamed
* MKLDNN conv2d kernel refactoring
7 years ago
Yancey
ccc5418841
Don't save var which type is RAW ( #8928 )
7 years ago
fengjiayi
aa3f5058d3
Merge pull request #8841 from JiayiFeng/dev_double_buffer_for_cpp_reader
...
Basic double buffer for cpp reader
7 years ago
QI JUN
b341bac7e1
Refine cast op ( #8923 )
...
* fix mac build error
* override GetExpectedKernelType for cast op
* fix typo
* add cuda unittest
7 years ago
Yancey
8468037918
Fix sparse update memory error for distributed training ( #8837 )
...
Fix sparse update memory error for distributed training
7 years ago
fengjiayi
b3a11fdf3a
Merge branch 'rm_reader_HasNext' into dev_double_buffer_for_cpp_reader
7 years ago
qiaolongfei
4fdd114d34
a little optimize of optimizer
7 years ago
fengjiayi
4fb7b96756
Add basic double buffer reader
7 years ago
qiaolongfei
fe2d590d21
fix bug
7 years ago
qiaolongfei
142fac18ec
add print_log to memory_optimize
7 years ago
pzelazko-intel
8c71adaa8c
MKLDNN conv2d kernel added ( #8451 )
...
* MKLDNN conv2 OP kernel added
* TODOs added
* mkldnn conv2d OP refactor
* CanCUDNNBeUsed and CanMKLDNNBeUsed moved
7 years ago
Yan Chunwei
049383c615
add inplace to reshape ( #8747 )
7 years ago
fengjiayi
87568cfd96
Merge pull request #8643 from JiayiFeng/remove_evaluator
...
Removes Accuracy
7 years ago
fengjiayi
f2cf2a7afc
Merge pull request #8800 from JiayiFeng/fix_a_bug_in_backward
...
fix a bug in backward
7 years ago
fengjiayi
55e11e21cb
fix_a_bug
7 years ago
qingqing01
0e1f82fd2a
Fix bug in detection mAP evaluator. ( #8778 )
...
* Fix mAP evaluator bug.
* Fix bug in detection mAP evaluator.
* Fix unit testing.
* Support to set background label index in detection mAP op.
7 years ago
whs
f608bb2756
Merge pull request #8651 from wanghaoshuang/fix_pool
...
Add ceil_mode option for pool2d and pool3d
7 years ago
Qiao Longfei
767acc6c9f
Merge pull request #8744 from jacquesqiao/add-program-cache-for-executor
...
Add program cache for executor.py
7 years ago
fengjiayi
ea508c9ef2
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into remove_evaluator
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
gmcather
bc36396d71
fix test_understand_sentiment bug ( #8767 )
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
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
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
fengjiayi
e26cc4fe73
fix_an_error
7 years ago
qiaolongfei
a8fd6d581f
add use_program_cache to executor.run
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
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
qiaolongfei
0876fc1451
fix feed var
7 years ago
qiaolongfei
4977d99b05
add program cache for executor
7 years ago
Helin Wang
e9b488635c
Fix vgg16 fc layer size: 4096 rather than 512
7 years ago
fengjiayi
994b52fc2b
Add layers for save/load op
7 years ago
Qiao Longfei
0240bb7796
Merge pull request #8516 from QiJune/memopt_multi_gpu
...
make memory optimization module compatible with parallel_do
7 years ago
qijun
191d8dcec1
set nccl = true
7 years ago