Commit Graph

48 Commits (bd8dfe38caef4d4769fe2a57263fbe90a6891592)

Author SHA1 Message Date
Sylwester Fraczek f866bfedf1
support mnist and resnet dygraph_to_static test (#25774)
5 years ago
qingqing01 1a3eef026c
Enable users to create custom cpp op outside framework. (#19256)
5 years ago
lujun 01f4f2d7e4 merge confict, test=develop
6 years ago
lujun 1c9aaeebe0 move imperative to dygraph, test=develop
6 years ago
liuwei1031 8d22bc17a4
Memory optimize (#16410)
6 years ago
Jiabin Yang 654825cfe3
test=develop, reconstruct layer helper to fit imperative usage (#15938)
6 years ago
Xin Pan 006c32f93d polish parameter names
6 years ago
Wu Yi fc198b1fea
fix fp16 initializer dtype check test=develop (#15669)
6 years ago
Wu Yi ab4715840d
fix default create_parameter dtype maching initializers (#15521)
6 years ago
minqiyang c8965dc1ab Polish code
6 years ago
minqiyang cafbd62ea0 Add FLAGS_cudnn_deterministic to unittest now
6 years ago
minqiyang be2d3ae629 Add debug info
6 years ago
minqiyang a21f4e38c3 Polish code
6 years ago
minqiyang 31a1cd8ce5 Align the first batch of gpu resnet
6 years ago
minqiyang 2547f9d1b8 Polish code
6 years ago
minqiyang 9e3155e01d Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into imperative_mnist
6 years ago
minqiyang 336160e651 Complete imperative optimizer implementation
6 years ago
minqiyang 5822f7f1d8 Polish code
6 years ago
Xin Pan f52b514dcd call kernel
6 years ago
Xin Pan ce7e503cbe refactor to avoid scope.
6 years ago
minqiyang 68e9b841ab Add support for optimizer
6 years ago
minqiyang 3cd10a7c4f Add Conv2D forward
6 years ago
Xin Pan 748549b2e3 Revert "Merge pull request #14798 from PaddlePaddle/revert-14786-revert-14782-revert-14398-imperative"
6 years ago
Xin Pan c049fa7cf7
Revert "Revert "Revert "Imperative"""
6 years ago
Xin Pan 2538ef64f1
Revert "Revert "Imperative""
6 years ago
Xin Pan 6217f42ab7
Revert "Imperative"
6 years ago
Xin Pan 0492158da5 polish
6 years ago
Xin Pan b80fe8264a polish
6 years ago
Xin Pan f6f0692451 clean up
6 years ago
Xin Pan b1f6fda5e5 run forward
6 years ago
Xin Pan 4625f83f92 better handle var type inference
6 years ago
minqiyang 99d3f08920 Add print_function for all python files
7 years ago
minqiyang e4057d071b Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into port_pybind11
7 years ago
minqiyang d4b10eef5f Polish code
7 years ago
minqiyang 1f618c4ff9 Fix the overfix of 2to3 in xrange
7 years ago
minqiyang 7f794ea563 Replace the overfix of 2to3 with six.string_types
7 years ago
minqiyang 4bf3c8c5a1 Use six.moves to migrate zip, map, reduce and pickle in Python2 to Python3
7 years ago
minqiyang 559d36328c Apply 2to3 to current paddle main python code
7 years ago
yuyang18 0c8f69c370
Hide more APIs
7 years ago
Kexin Zhao 8cc91bc025
initial commit (#10387)
7 years ago
dzhwinter e54f203c55 "move to a new PR"
7 years ago
Yang Yu 34a440fa64 Revert "make append activation in place by default (#9417)"
7 years ago
Yang Yang(Tony) ce16400dae
make append activation in place by default (#9417)
7 years ago
Krzysztof Binias 4466f0bec8 MKLDNN Relu Tanh Sqrt Abs activations added
7 years ago
Jacek Czaja 3b95b55f07 - Softmax MKLDNN primitive integration
7 years ago
Yu Yang 175cf6e024 Add global_step in nn.py
7 years ago
Luo Tao bde090a975 replace paddle.v2.fluid by paddle.fluid in tests
7 years ago
Luo Tao b11956a0b5 move Fluid API code out of V2 API code
7 years ago