dzhwinter
b9b75377a2
Feature/hooks ( #7513 )
...
* add copyright hook
* add copyright hook
* refine copyright hook
* "test copyright hook"
* fix check style
* fix ci
7 years ago
dzhwinter
0d2235aadf
GPUPlace to CUDAPlace ( #6960 )
7 years ago
typhoonzero
42bf89ce12
refine fluid recomm test
7 years ago
Yu Yang
1b6dcc2fe8
Feature/param attr ( #5996 )
...
* Make param_attr as a strong typed class
Fix #5819
7 years ago
fengjiayi
50d670ee06
Unify dtype and datatype ( #5869 )
...
* Change all `data_type` in Python to `dtype`
* Change `date_type` in C++ to `dtype`
* Refine
7 years ago
Qiao Longfei
0ce38b77f2
correct optimizer import ( #5699 )
8 years ago
Helin Wang
3157ce6123
Simpily demo, add paddle.default_main_program() and paddle.default_startup_program
...
- Removed all main_program and startup_program in the demo.
- Using paddle.default_main_program() hides the implementation detail (e.g., using g_main_program) from the user, we can change the implementation in the future much easier.
8 years ago
Qiao Longfei
4adc8a7aa1
Change framework to fluid ( #5637 )
...
* init commit
* change some dir name
8 years ago