- 07 10月, 2017 2 次提交
-
-
由 Yan Chunwei 提交于
-
由 Yi Wang 提交于
Correcting grammatical mistakes in the python_api doc
-
- 06 10月, 2017 12 次提交
-
-
由 Qiao Longfei 提交于
Add persistable in framework.proto
-
由 kexinzhao 提交于
Implementing the Adagrad optimizer step operator
-
由 Kexin Zhao 提交于
-
由 kavyasrinet 提交于
Adding the implementation for rmsprop operator
-
由 Abhinav Arora 提交于
-
由 Kavya Srinet 提交于
-
-
由 kavyasrinet 提交于
Added Leaky Relu activation
-
由 Abhinav Arora 提交于
* Adding Adadelta optimization operator * Making inputs and outputs conform to naming convention * Removing type alias from header files * Fixing Adadelta documentation in comments * Addressing code review feedback
-
-
由 Kavya Srinet 提交于
-
由 Kavya Srinet 提交于
-
- 05 10月, 2017 23 次提交
-
-
由 Kavya Srinet 提交于
-
由 Yi Wang 提交于
Add -D PADDLE_WITH_CUDA in cmake/configure.cmake
-
由 Kavya Srinet 提交于
-
由 Qiao Longfei 提交于
use EigenVector to get learning_rate for GPU device in SGD operator
-
由 qiaolongfei 提交于
-
由 qiaolongfei 提交于
-
由 Yu Yang 提交于
-
由 qiaolongfei 提交于
-
-
由 Yi Wang 提交于
Rename platform::GetDeviceCount into platform::GetCUDADeviceCount
-
由 helinwang 提交于
Design Doc: Session
-
由 Yi Wang 提交于
-
由 Yi Wang 提交于
Update lod_tensor.md
-
由 Yi Wang 提交于
-
由 Yi Wang 提交于
-
由 Yi Wang 提交于
Change `PADDLE_ONLY_CPU` to `PADDLE_WITH_GPU`
-
由 Helin Wang 提交于
-
由 Kavya Srinet 提交于
-
由 Kavya Srinet 提交于
-
-
由 Yu Yang 提交于
By shell command ```bash sed -i 's#ifdef PADDLE_ONLY_CPU#ifndef PADDLE_WITH_GPU#g' `find ./paddle/ -name '*.h' -o -name '*.cc' -o -name '*.cpp' -o -name '*.c' -o -name '*.cu'` sed -i 's#ifndef PADDLE_ONLY_CPU#ifdef PADDLE_WITH_GPU#g' `find ./paddle/ -name '*.h' -o -name '*.cc' -o -name '*.cpp' -o -name '*.c' -o -name '*.cu'` ```
-
由 Yi Wang 提交于
-
由 Abhinav Arora 提交于
-
- 04 10月, 2017 3 次提交
-
-
由 dzhwinter 提交于
Bug fix
-
由 Abhinav Arora 提交于
-
由 fengjiayi 提交于
Add helper function in GradOpDescMakerBase. Make it easier to use.
-