peizhilin
eea75a1d93
fix issue when type is invalid
...
test=develop
6 years ago
peizhilin
9adb158e5b
Merge remote-tracking branch 'upstream/develop' into debug/support
6 years ago
minqiyang
d0b640dca1
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into imperative_shared_ptr
...
test=develop
6 years ago
minqiyang
c8d1a8e909
Change var_ and grad_ to shared_ptr
6 years ago
minqiyang
7aab39af15
Change grads to VarBase
6 years ago
peizhilin
c1235c935f
add the enable_debug flag
...
test=develop
6 years ago
peizhilin
a6f5ceee74
add the python callstack for debug support test=develop
6 years ago
wopeizl
796322d31a
Merge pull request #15134 from wopeizl/windows/whlsupport
...
fix the whl issue test=develop
6 years ago
peizhilin
8bb513cad4
test=develop
6 years ago
peizhilin
1cb74b061b
fix the whl issue test=develop
6 years ago
minqiyang
09e2e66236
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into imperative_mnist
6 years ago
qingqing01
6f0a1d7b47
Inception fusion operator. ( #14968 )
...
* Inception fusion operator.
* Support horizontal layer fusion in conv_fusion_op.
* Search conv algo strategy for variable-length input.
search N times and cache the searched algos. For other input, choose the algo of input whose area is closest to this input.
6 years ago
Cheerego
871ac282f8
Merge pull request #15085 from haowang101779990/enapi_improve_dec27
...
en api improve format Dec 27
6 years ago
minqiyang
9e3155e01d
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into imperative_mnist
...
test=develop
6 years ago
minqiyang
336160e651
Complete imperative optimizer implementation
...
test=develop
6 years ago
haowang101779990
66ea718452
en api improve format Dec 27
...
test=develop
6 years ago
minqiyang
5822f7f1d8
Polish code
...
test=develop
6 years ago
Xin Pan
ce7e503cbe
refactor to avoid scope.
...
test=develop
6 years ago
minqiyang
68e9b841ab
Add support for optimizer
6 years ago
peizhilin
2388d0e7d6
Revert "cherry-pick the #12759"
...
test=develop
This reverts commit 7f6d8acecb
.
6 years ago
peizhilin
7f6d8acecb
cherry-pick the #12759
...
test=develop
6 years ago
minqiyang
9e24fa3aeb
Polish code
...
test=develop
6 years ago
minqiyang
1c116462cc
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into imperative_mnist
...
test=develop
6 years ago
minqiyang
29697c2e25
Add stop_gradient to VarBase to support loss function
...
test=develop
6 years ago
minqiyang
3cd10a7c4f
Add Conv2D forward
...
test=develop
6 years ago
Xin Pan
cf3a07e8f8
Merge pull request #14878 from panyx0718/imperative
...
MLP forward backward
6 years ago
minqiyang
8d88c5a87d
Shameless copy
6 years ago
Xin Pan
6324032602
MLP forward backward
...
test=develop
6 years ago
peizhilin
19ebd8b4cf
add ctc support for windows
6 years ago
Xin Pan
47ea2534fb
clean parallel do
...
test=develop
6 years ago
Xin Pan
ed9cdb56f3
Merge pull request #14823 from panyx0718/fix
...
fix control_flow ops in outs
6 years ago
Xin Pan
f5434507f0
fix control_flow ops in outs
...
test=develop
6 years ago
Xin Pan
f6dc09e98b
void hurting declarative performance
...
test=develop
6 years ago
Xin Pan
748549b2e3
Revert "Merge pull request #14798 from PaddlePaddle/revert-14786-revert-14782-revert-14398-imperative"
...
This reverts commit b1d3a1c8b4
, reversing
changes made to f1fb64b17f
.
6 years ago
Xin Pan
c049fa7cf7
Revert "Revert "Revert "Imperative"""
6 years ago
gongweibao
f1fb64b17f
Add reduce sparse tensor feature. ( #14757 )
6 years ago
Xin Pan
2538ef64f1
Revert "Revert "Imperative""
6 years ago
Xin Pan
6217f42ab7
Revert "Imperative"
6 years ago
Xin Pan
b52f5d2870
Merge pull request #14398 from panyx0718/imperative
...
Imperative
6 years ago
Xin Pan
0492158da5
polish
...
test=develop
6 years ago
Xin Pan
b4db31bad0
fix test
...
test=develop
6 years ago
Tink_Y
6d04a9cf47
fix api format and example ( #14686 )
...
* fix api format and examples
test=develop
* Update executor.py
test=develop
* Update nn.py
* Update nn.py
test=develop
* Update nn.py
test=develop
6 years ago
Xin Pan
7464bd29e8
polish
...
test=develop
6 years ago
Xin Pan
b80fe8264a
polish
...
test=develop
6 years ago
Xin Pan
e5d64fd4d1
initial imperative
...
test=develop
6 years ago
Xin Pan
4d0df1fea7
add fields for autograd
...
test=develop
6 years ago
Xin Pan
8138391631
add OpBase and unify with VarBase
...
test=develop
6 years ago
Xin Pan
f6f0692451
clean up
...
test=develop
6 years ago
Xin Pan
b1f6fda5e5
run forward
6 years ago
Xin Pan
a6d23083f0
some tracing
...
test=develop
6 years ago