- 11 7月, 2017 2 次提交
-
-
由 gongweibao 提交于
-
由 gongweibao 提交于
-
- 06 7月, 2017 7 次提交
-
-
-
由 Yu Yang 提交于
Fix CI error on test_LayerGrad.LSTM
-
由 gongweibao 提交于
-
由 gongweibao 提交于
-
-
由 Yu Yang 提交于
* We should not EXPECT_EQ between a float value and a int value. Use ASSERT_NEAR instead.
-
由 gongweibao 提交于
-
- 05 7月, 2017 18 次提交
-
-
由 Yang yaming 提交于
fix bugs for CrossChannelNormLayer
-
由 gangliao 提交于
fix cmake errors
-
由 yangyaming 提交于
-
由 Yu Yang 提交于
Correct GLOG CHECK in Paddle
-
由 gongweibao 提交于
-
由 gongweibao 提交于
-
由 Tao Luo 提交于
stride pooling for max and average layer
-
由 Yu Yang 提交于
Use CHECK instead of PCHECK, because PCHECK is used for errno.
-
由 yangyaming 提交于
-
由 yangyaming 提交于
-
由 Luo Tao 提交于
-
由 gongweibao 提交于
-
由 gongweibao 提交于
-
由 Yu Yang 提交于
Remove buggy BarrierStat
-
-
由 fengjiayi 提交于
fix compile errors in tensor. `PlaceholderImpl::Deleter` maybe used in other modules. We can consider moving it to be `paddle::memory::Deleter`.
-
由 gongweibao 提交于
-
由 helinwang 提交于
fix cmake error
-
- 04 7月, 2017 13 次提交
-
-
由 Yang yaming 提交于
Add DetectionOutputLayer and MultiBoxLossLayer.
-
由 Yu Yang 提交于
The implementation of BarrierStat is buggy, and it is not necessary for Paddle to diagnose which node in cluster is slow.
-
由 Qiao Longfei 提交于
* add op_desc.proto In Operator design, we need a proto message to describe an Operator. Third-party language such as python can build this proto message and use AddOp(const OpDesc& op_desc) of Paddle core to construct an Op in the Network.
-
由 gangliao 提交于
fix wrong including header-file in files in paddle/platform/dynload dir
-
由 qijun 提交于
-
由 yangyaming 提交于
-
由 gongweibao 提交于
-
由 gongweibao 提交于
-
由 QI JUN 提交于
port dyload to platform
-
由 gangliao 提交于
FIX: Add eigen and any as INTERFACE deps
-
由 Qiao Longfei 提交于
* init etcd cclient * add etcd * add etcd.go * fix compile problem * move code to etcd.go * add etcd_lister.go for pserver client * add etcd_client_test.go * merge etcd_client_test and client_test * refine client_test.go * refine code * format code * add TODO and use interface instead of struct * fix typo of initDesiredPservers * optimize dir structure of go/pserver/client * add a flag to config index for pserver * follow comment * fix path * optimize code * remove err in pserver NewEtcd * restore comment about /ps_desired
-
由 liaogang 提交于
-
由 liaogang 提交于
-