- 05 6月, 2017 3 次提交
-
-
由 wanghaoshuang 提交于
-
由 wanghaoshuang 提交于
images reader: read the data without untarring the tarball file. image.py: move batch function from reader to image.py
-
由 wanghaoshuang@baidu.com 提交于
-
- 02 6月, 2017 1 次提交
-
-
由 Yancey 提交于
cluster dataset split and reader
-
- 24 5月, 2017 2 次提交
- 15 5月, 2017 8 次提交
- 06 5月, 2017 1 次提交
-
-
由 yangyaming 提交于
-
- 05 5月, 2017 1 次提交
-
-
由 yangyaming 提交于
-
- 03 5月, 2017 2 次提交
-
-
由 yangyaming 提交于
-
由 xuwei06 提交于
-
- 14 4月, 2017 1 次提交
-
-
由 Luo Tao 提交于
-
- 13 4月, 2017 2 次提交
- 12 4月, 2017 1 次提交
-
-
由 Luo Tao 提交于
-
- 10 4月, 2017 1 次提交
-
-
由 Yu Yang 提交于
-
- 05 4月, 2017 1 次提交
-
-
由 Luo Tao 提交于
-
- 29 3月, 2017 2 次提交
- 28 3月, 2017 1 次提交
-
-
由 qijun 提交于
-
- 27 3月, 2017 1 次提交
-
-
由 qijun 提交于
-
- 24 3月, 2017 2 次提交
-
-
由 Yancey1989 提交于
-
由 Yancey1989 提交于
-
- 22 3月, 2017 1 次提交
-
-
由 Yancey1989 提交于
-
- 20 3月, 2017 1 次提交
-
-
由 Helin Wang 提交于
-
- 06 3月, 2017 3 次提交
-
-
由 qiaolongfei 提交于
-
由 qiaolongfei 提交于
-
由 qiaolongfei 提交于
-
- 05 3月, 2017 2 次提交
-
-
由 qiaolongfei 提交于
-
由 Yu Yang 提交于
-
- 04 3月, 2017 1 次提交
-
-
由 Helin Wang 提交于
example usage: import paddle.v2 as paddle if __name__ == '__main__': dict_en, dict_fr = paddle.dataset.wmt14.build_dict() train = paddle.dataset.wmt14.train(dict_en, dict_fr) test = paddle.dataset.wmt14.test(dict_en, dict_fr) total_train = 0 for i in train(): total_train += 1 total_test = 0 for i in test(): total_test += 1 print total_train, total_test
-
- 03 3月, 2017 2 次提交
-
-
由 wenboyang 提交于
I use pre-commit check all file and report is the passed. But it is not passed in Travis, so I update __init__.py
-
由 wen-bo-yang 提交于
-