- 17 7月, 2017 13 次提交
-
-
由 Yu Yang 提交于
-
由 Yu Yang 提交于
-
由 Qiao Longfei 提交于
-
由 Yan Chunwei 提交于
* add NDEBUG switch to PADDLE_ENFORCE
-
由 Yancey 提交于
Fix fetch record from master
-
由 qingqing01 提交于
Change to meet cpplint style
-
由 dzhwinter 提交于
"fix dense vector shape in mq2007"
-
由 武毅 提交于
* using etcd as fault tolerant training * update * workable version, ft not tested * small fix * update * remove TODO
-
由 jc 提交于
-
由 jc 提交于
-
由 jc 提交于
-
由 dzhwinter 提交于
"fix unrar in docker"
-
由 dongzhihong 提交于
-
- 16 7月, 2017 4 次提交
-
-
由 dongzhihong 提交于
-
由 Qiao Longfei 提交于
* OperatorBase should not store OpDesc because not All op contains an OpDesc and not all ops create from OpDesc. * Networks do not contain OpDesc and are not created by OpDesc * Do not register Network to OpRegistry. * The network is directly created by the user in Python. Not from registry. * Correctly handle the `inputs` and `outputs` of a Network. * Add CompleteAddOp() methods * Remove `AddOp(OpDesc&)` in net-op. All op are added by OperatorPtr. * Rewrite unit test for truly tested what networks do. * optimise operator_test
-
由 Qiao Longfei 提交于
* add ADD_OP_CPU to enable add op with only cpu kernel
-
由 Yu Yang 提交于
* It is used to create an operator library. It handles to split CPU and GPU sources and links operator common libraries. * It also give a reasonable warning and error when operator developer not correctly implement an operator. * Warning for lack of GPU kernel. * Same interface as `cc_library` to make code style consistent.
-
- 15 7月, 2017 10 次提交
-
-
由 Yu Yang 提交于
Get OpProtos in Python
-
由 gangliao 提交于
FIX: cpplint code style
-
由 liaogang 提交于
-
由 liaogang 提交于
-
由 liaogang 提交于
-
由 liaogang 提交于
-
由 helinwang 提交于
cmake: do not run glide install every time.
-
由 helinwang 提交于
Turn on race detector for all go tests
-
由 Helin Wang 提交于
-
由 Helin Wang 提交于
-
- 14 7月, 2017 13 次提交
-
-
由 gangliao 提交于
[Done] Memory Management: Buddy Allocator
-
由 fengjiayi 提交于
Add Tensor::CopyFrom and Tensor::mutable_data(Place place)
-
由 liaogang 提交于
-
由 fengjiayi 提交于
-
由 fengjiayi 提交于
-
由 fengjiayi 提交于
-
由 Yu Yang 提交于
-
由 hedaoyuan 提交于
Remove useless empty pointer check.
-
由 fengjiayi 提交于
-
由 fengjiayi 提交于
1. Add template T which indicates data type to `CopyFrom()`, `Slice()` and `ShareData()` functions. This makes `CopyData()` code much clearer. 2. Add `set_dim()`. 3. `product(DDim)` transforms `DDim` to `vector<int>` first and then calculate its product. That might be quite slow. For `product(dims_)` is frequently used in Tensor, we add a mumber variable `numel_` as a cache of the product result. TODO: refactor `product()` to make it more efficient. 4. Unable Tensor::operator= 5. Remove the limit of POD type, because `float16` and `int8` are not POD type.
-
由 Cao Ying 提交于
add configuration helper for the gated unit.
-
由 fengjiayi 提交于
-
由 caoying03 提交于
-