- 28 7月, 2017 1 次提交
-
-
由 Helin Wang 提交于
-
- 27 7月, 2017 14 次提交
-
-
由 Cao Ying 提交于
fix dropout and clipping settings in layer helpers.
-
由 caoying03 提交于
-
由 qingqing01 提交于
Fix bug for multi-GPU inference.
-
由 武毅 提交于
* fix recordio split and task passes * update for pre commit * update * update, still need to sync client wait for pass end. * able to sync passes for task dispatching * update to comment * update * fix yapf check * why local pre-commit fails? version is the same * fix race condition * update * fix race condition * this still have duplicate problem in unit test * update * update * update by comment * update
-
由 QI JUN 提交于
fix bug in OpKernel register macro
-
由 gangliao 提交于
ENH: for clarity, change DLOG to VLOG
-
-
由 dangqingqing 提交于
-
由 Yi Wang 提交于
ENH: Refine Tensor and Add CopyFrom
-
由 Yu Yang 提交于
Make network op
-
由 Yu Yang 提交于
Fix bug in SequenceSoftmax
-
由 Yu Yang 提交于
-
由 Yu Yang 提交于
Also remove operator bool in Error. The Error should be removed later because it is not necessary for Paddle. We are now using Enforce to handle error.
-
由 武毅 提交于
* default learning rate, temperary fix * update
-
- 26 7月, 2017 10 次提交
- 25 7月, 2017 15 次提交
-
-
由 liaogang 提交于
-
由 liaogang 提交于
-
由 Yu Yang 提交于
Feature/middle level net api
-
由 Yu Yang 提交于
-
由 liaogang 提交于
-
由 Yu Yang 提交于
Make C lib in `paddle.v2.master.client` lazy load
-
由 Yu Yang 提交于
* Use EnforceNotMet to unify all exception types.
-
由 Yu Yang 提交于
-
由 hedaoyuan 提交于
Add ImageExpandFunction.
-
由 Yu Yang 提交于
-
由 Yu Yang 提交于
Make implement an operator less noisy.
-
由 hedaoyuan 提交于
Fix hl_sequence_avg_forward.
-
由 hedaoyuan 提交于
-
由 Yu Yang 提交于
Currently, WITH_GOLANG is a compiling flag, and not all Paddle binary enable `WITH_GOLANG=ON`. So we cannot ensure that every paddle has `master.so`. Make load that C libary lazily could let the user run Paddle without `WITH_GOLANG=ON`.
-
由 hedaoyuan 提交于
-