- 11 10月, 2017 5 次提交
-
-
由 gongweibao 提交于
-
由 kavyasrinet 提交于
* Implemented the hardShrink activation * Fixing the unit test
-
由 Siddharth Goyal 提交于
* Add numerically-stable logsigmoid activation * Add softshrink operator * Adjust relative tolerance for grad-check * Address review comments
-
由 Yan Chunwei 提交于
-
由 Markus Kliegl 提交于
* conv_shift_op: initial implementation using Eigen Limitations: - both gradient outputs must be specified and are always computed - explicit for loops => could be optimized in various ways (e.g., different memory layout) * conv shift - gradient fixes fix case when not all output gradients desired * conv shift: minor cleanup * conv shift - more minor cleanup * conv shift: clean up & initial GPU implementation * fix rebase issue
-
- 10 10月, 2017 9 次提交
-
-
由 chengduoZH 提交于
-
由 chengduoZH 提交于
-
由 chengduoZH 提交于
-
由 chengduoZH 提交于
-
由 Abhinav Arora 提交于
-
由 Yu Yang 提交于
It will significantly reduce binary size. It is useful for mobile deployment.
-
由 Yu Yang 提交于
-
由 Abhinav Arora 提交于
* Implementing the Adamax optimizer step operator * Adding unit tests for adamax_op * Changing learning rate and time step to inputs from attributes * Changing learning rate and time step to input(tensors) * Making the Adamax operator conform to naming convention * Removing Tensor<float> from comments * Rectifying the Adamax implementation * Changing Unit Test values and adding comments * Changing Unit Test to test multiple steps
-
由 kavyasrinet 提交于
-
- 09 10月, 2017 5 次提交
-
-
由 Luo Tao 提交于
-
由 Luo Tao 提交于
-
由 chengduoZH 提交于
-
由 Luo Tao 提交于
-
由 Luo Tao 提交于
-
- 07 10月, 2017 1 次提交
-
-
由 qiaolongfei 提交于
-
- 06 10月, 2017 5 次提交
-
-
由 Kexin Zhao 提交于
-
由 Kavya Srinet 提交于
-
由 Kavya Srinet 提交于
-
由 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 提交于
-
- 05 10月, 2017 12 次提交
-
-
由 Kavya Srinet 提交于
-
由 qiaolongfei 提交于
-
由 qiaolongfei 提交于
-
由 Yu Yang 提交于
-
由 Yu Yang 提交于
-
由 qiaolongfei 提交于
-
由 Yi Wang 提交于
-
由 Kavya Srinet 提交于
-
由 Kavya Srinet 提交于
-
由 Yu Yang 提交于
-
由 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'` ```
-
由 Abhinav Arora 提交于
-
- 04 10月, 2017 2 次提交
-
-
由 Abhinav Arora 提交于
-
由 zchen0211 提交于
-
- 03 10月, 2017 1 次提交
-
-
由 Abhinav Arora 提交于
* Changing learning rate from attribute to input(float) * Removing obsolete code
-