- 25 7月, 2017 22 次提交
-
-
由 qijun 提交于
-
由 qijun 提交于
-
由 Yu Yang 提交于
Make C lib in `paddle.v2.master.client` lazy load
-
由 qijun 提交于
-
由 qijun 提交于
-
由 qijun 提交于
-
由 Yu Yang 提交于
-
由 qijun 提交于
-
由 hedaoyuan 提交于
Add ImageExpandFunction.
-
由 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 提交于
-
由 whs 提交于
fix conv layer reshape
-
由 wanghaoshuang 提交于
-
由 Zhaolong Xing 提交于
add param_attr parameter for img_conv_groups(...) in /python/trainer_config_helpers/networks.py
-
由 fengjiayi 提交于
update gradient operator registry mechanism
-
由 fengjiayi 提交于
-
由 helinwang 提交于
Implement distributed training save model, improve master.NewClient i…
-
由 Helin Wang 提交于
-
由 Helin Wang 提交于
-
由 helinwang 提交于
do not do log.Errorln when checkpoint is not found (which is normal)
-
- 24 7月, 2017 18 次提交
-
-
由 fengjiayi 提交于
-
由 fengjiayi 提交于
-
由 fengjiayi 提交于
OLD: op_type -> grad_op_creator NEW: grad_op_type -> grad_op_creator op_type -> grad_op_type
-
由 fengjiayi 提交于
Backward
-
由 fengjiayi 提交于
-
由 dzhwinter 提交于
Fix doc
-
由 fengjiayi 提交于
Replace `OperatorPtr` with `std::shared_ptr<OperatorBase>`
-
-
由 fengjiayi 提交于
-
由 Yu Yang 提交于
Remove ScopePtr and OperatorPtr
-
-
由 fengjiayi 提交于
-
由 dongzhihong 提交于
-
由 dongzhihong 提交于
-
由 dongzhihong 提交于
-
由 Yu Yang 提交于
* ScopePtr means pointer of scope, but it can be shared or uniqued. Change it to std::shared_ptr<Scope> to make code better to read.
-
-
-