- 21 11月, 2022 1 次提交
-
-
由 JYChen 提交于
* remove apis in fluid.ops * fix test_activation_nn_grad * fix circle import error * fix ops * fix cos * fix divide not inplace * remove lazy-import part
-
- 23 10月, 2022 1 次提交
-
-
由 Nyakku Shigure 提交于
* update config * re-blacken python code * temporarily disable date and diff_py_file * skip a format
-
- 10 10月, 2022 1 次提交
-
-
由 Nyakku Shigure 提交于
-
- 27 9月, 2022 1 次提交
-
-
由 Nyakku Shigure 提交于
* [CodeStyle] remove all future import * revert test_error.py * restore future import in example code
-
- 05 7月, 2022 1 次提交
-
-
由 zhiboniu 提交于
* change fluid.mean to paddle.mean * reverse some old code examples
-
- 05 6月, 2022 1 次提交
-
-
由 Sing_chan 提交于
* use yapf to format all python file * yapf exclude two unittests file for they rely on writing and reading file, and format will break them * disable diff_py_file because too many diff files cause command following failed
-
- 28 2月, 2020 1 次提交
-
-
由 tianshuo78520a 提交于
-
- 13 12月, 2018 1 次提交
-
-
由 Xin Pan 提交于
test=develop
-
- 18 9月, 2018 1 次提交
-
-
由 qingqing01 提交于
-
- 15 8月, 2018 1 次提交
-
-
由 minqiyang 提交于
-
- 26 7月, 2018 2 次提交
- 10 7月, 2018 1 次提交
-
-
由 yuyang18 提交于
-
- 26 6月, 2018 1 次提交
-
-
由 Kexin Zhao 提交于
-
- 20 6月, 2018 1 次提交
-
-
由 gongweibao 提交于
-
- 24 5月, 2018 2 次提交
-
-
由 Kexin Zhao 提交于
-
由 Kexin Zhao 提交于
-
- 15 5月, 2018 1 次提交
-
-
由 Wu Yi 提交于
-
- 08 5月, 2018 1 次提交
-
-
由 chengduoZH 提交于
-
- 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
-
- 06 3月, 2018 1 次提交
-
-
由 gmcather 提交于
-
- 27 2月, 2018 1 次提交
-
-
由 武毅 提交于
* merge fluid dist tests * update cmake
-
- 24 2月, 2018 3 次提交
- 23 2月, 2018 1 次提交
-
-
由 Yu Yang 提交于
-
- 16 2月, 2018 1 次提交
-
-
由 Yu Yang 提交于
* Support parallel test for understand_sentiment * Full test on understand_sentiment * Skip normal tests * Debug CI * Enable benchmark * Revert init.cc * Make CI pass
-
- 12 2月, 2018 2 次提交
- 10 2月, 2018 1 次提交
-
-
由 kexinzhao 提交于
* initial commit * fix bug * end of file fix * address comments
-
- 08 2月, 2018 1 次提交
-
-
由 helinwang 提交于
-
- 30 1月, 2018 1 次提交
-
-
由 Yang Yu 提交于
Into one unit test file
-
- 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
-
- 27 11月, 2017 2 次提交
- 24 11月, 2017 1 次提交
-
-
由 fengjiayi 提交于
* Change all `data_type` in Python to `dtype` * Change `date_type` in C++ to `dtype` * Refine
-
- 20 11月, 2017 1 次提交
-
-
由 fengjiayi 提交于
-