- 22 1月, 2019 1 次提交
-
-
由 flame 提交于
fix test_word2vec float's equality bug
-
- 21 1月, 2019 1 次提交
-
-
由 flame 提交于
add python inference api
-
- 16 12月, 2018 1 次提交
-
-
由 Xin Pan 提交于
test=develop
-
- 13 12月, 2018 1 次提交
-
-
由 Xin Pan 提交于
test=develop
-
- 13 10月, 2018 1 次提交
-
-
由 Xin Pan 提交于
-
- 12 10月, 2018 1 次提交
-
-
由 Xin Pan 提交于
This can cause a lot of problem: 1. Wrong operator implementation, Op can get a wrong type without failure. 2. Anytype can be Get without defined in VarType. Also fix wrong STEP_SCOPE usage. test=develop
-
- 18 9月, 2018 1 次提交
-
-
由 qingqing01 提交于
-
- 15 8月, 2018 1 次提交
-
-
由 minqiyang 提交于
-
- 26 7月, 2018 2 次提交
- 17 7月, 2018 1 次提交
-
-
由 Wei Xu 提交于
-
- 10 7月, 2018 1 次提交
-
-
由 yuyang18 提交于
-
- 26 6月, 2018 1 次提交
-
-
由 Kexin Zhao 提交于
-
- 20 6月, 2018 1 次提交
-
-
由 gongweibao 提交于
-
- 25 5月, 2018 1 次提交
-
-
由 Kexin Zhao 提交于
-
- 24 5月, 2018 1 次提交
-
-
由 Kexin Zhao 提交于
* add lod_tensor utility python module * add lod_tensor test code * add more lod tensor tests * modify word2vec example code using new api * add comment
-
- 15 5月, 2018 1 次提交
-
-
由 Wu Yi 提交于
-
- 02 5月, 2018 1 次提交
-
-
由 Yancey1989 提交于
-
- 31 3月, 2018 1 次提交
-
-
由 Helin Wang 提交于
In this way we can build and test using WITH_FLUID_ONLY flag being set to ON. - move paddle.v2.dataset,reader to paddle.dataset,reader - remove unused code (which depends on v2) in paddle.dataset,reader
-
- 27 2月, 2018 1 次提交
-
-
由 武毅 提交于
* merge fluid dist tests * update cmake
-
- 24 2月, 2018 3 次提交
- 12 2月, 2018 3 次提交
-
-
由 qingqing01 提交于
-
由 Liu Yiqun 提交于
Use a new scope for inference in python unittest to avoid changing the value of variables for training.
-
由 Liu Yiqun 提交于
-
- 10 2月, 2018 1 次提交
-
-
由 Siddharth Goyal 提交于
* Add unit-test and example * Fix type error * Fix unit test cases * Fix init error for cudaplace * Change unit-test options
-
- 08 2月, 2018 3 次提交
-
-
由 Yang Yang(Tony) 提交于
* Fix parallel.do with batch norm * Change log level * CopyShare AllPlaces * disable nccl test * bring back parallel_do test
-
由 Yang Yang 提交于
-
由 helinwang 提交于
-
- 30 1月, 2018 3 次提交
- 21 1月, 2018 1 次提交
-
-
由 dzhwinter 提交于
* "fix decode bug" * "follow commnet" * "fix error" * "fix hook bug" * fix based comment * fix copyright * fix based on comment
-
- 15 1月, 2018 1 次提交
-
-
由 dzhwinter 提交于
* add copyright hook * add copyright hook * refine copyright hook * "test copyright hook" * fix check style * fix ci
-
- 04 12月, 2017 1 次提交
-
-
由 Yu Yang 提交于
* Add DataFeeder A v2 API like data feeder for book demos. We can feed data directly from reader. * Fix CI * Remove batch_size_dim for feeder Also add __all__ to data_feeder.py * Follow comment
-
- 01 12月, 2017 1 次提交
-
-
由 QI JUN 提交于
-
- 29 11月, 2017 1 次提交
-
-
由 Yu Yang 提交于
* Make param_attr as a strong typed class Fix #5819
-
- 27 11月, 2017 1 次提交
-
-
由 Yu Yang 提交于
Change books just use `import fluid`, not submodules
-
- 24 11月, 2017 1 次提交
-
-
由 fengjiayi 提交于
* Change all `data_type` in Python to `dtype` * Change `date_type` in C++ to `dtype` * Refine
-