Hongyu Liu
2a9d74f67c
Add comment for dygraph api ( #17869 )
...
* add api commet; test=develop
* fix fc dtype bug; test=develop
* remove float32 in default parameter; test=develop
* fix exmpale bug; test=develop
* fix build once; test=develop
* fix num_chanels bug; test=develop
* fix install check failed bug; test=develop
6 years ago
wopeizl
841553e13f
use pyreader to read data in dygraph mode ( #17314 )
...
* use pyreader to read data
* add return_list to PyReader to support return value represented as list
6 years ago
wopeizl
3bd14263f5
decrease the train loop number to avoid run too long to fail the ci process test=develop ( #17567 )
6 years ago
lujun
d3fc3d5520
move internal function, test=develop
6 years ago
lujun
717256755a
move dygraph.nn,dygraph.layer to fluid, test=develop
6 years ago
lujun
1dcd28e819
move dygraph.nn,dygraph.layer to fluid, test=develop
6 years ago
lujun
1c9aaeebe0
move imperative to dygraph, test=develop
6 years ago
Qiyang Min
1f4aa7a202
Imperative remove all descs ( #16045 )
...
* Remove Desc in Forward Pass
* Refactor VarBase
* Add dbg info
* Only check type in imperative mode
* Polish code and support optimizer
test=develop
* Fix stop gradient problem in PyLayer
test=develop
6 years ago
minqiyang
fa1ff1d2f1
reduce ut time
...
test=develop
6 years ago
minqiyang
659a719315
increment resnet and ptbrnn's batch_num
...
test=develop
6 years ago
minqiyang
84bf4d7b06
Move ClearBlock into OpBase and VarBase's destructor
...
test=develop
6 years ago
minqiyang
9dc64edfd9
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into imperative_engine
...
test=develop
6 years ago
minqiyang
1bf4b8ab60
keep parameters in block
...
test=develop
6 years ago
Xin Pan
006c32f93d
polish parameter names
...
parameters within a Layer instance should be unique.
test=develop
6 years ago
minqiyang
8fe0c0c52c
implement backward refs
6 years ago
Xin Pan
54f4d58553
make parameter and layer access easier
...
test=develop
6 years ago
minqiyang
49a7fba848
Polish code
...
test=develop
6 years ago
minqiyang
79d62c5402
Fix mnist
6 years ago
minqiyang
c8965dc1ab
Polish code
...
test=develop
6 years ago
Paddle CI
289aba750a
Polish code
...
test=develop
6 years ago
minqiyang
cf7229d2c2
Polish code
...
test=develop
6 years ago
minqiyang
cafbd62ea0
Add FLAGS_cudnn_deterministic to unittest now
...
test=develop
6 years ago
minqiyang
be2d3ae629
Add debug info
6 years ago
minqiyang
a21f4e38c3
Polish code
...
test=develop
6 years ago
minqiyang
31a1cd8ce5
Align the first batch of gpu resnet
6 years ago
minqiyang
dbd4d058af
Add static implementation and fix fc layer
6 years ago
minqiyang
315b133e67
Add single GPU support to imperative
6 years ago
minqiyang
91d87ec0b2
Add unittest for imperative resnet
...
Fix the bug of static BatchNorm layer
6 years ago