- 22 3月, 2017 1 次提交
-
-
由 Yancey1989 提交于
-
- 21 3月, 2017 3 次提交
-
-
由 wangyang59 提交于
-
由 wangyang59 提交于
-
由 wangyang59 提交于
-
- 20 3月, 2017 3 次提交
-
-
由 Yu Yang 提交于
-
由 Yu Yang 提交于
-
由 Helin Wang 提交于
-
- 17 3月, 2017 2 次提交
- 13 3月, 2017 1 次提交
-
-
由 Tao Luo 提交于
-
- 08 3月, 2017 2 次提交
- 07 3月, 2017 1 次提交
-
-
由 Yu Yang 提交于
-
- 06 3月, 2017 8 次提交
-
-
由 qiaolongfei 提交于
-
由 qiaolongfei 提交于
-
由 Luo Tao 提交于
-
由 Yu Yang 提交于
* Also fix some other bugs. * Fix #1495
-
由 Yu Yang 提交于
-
由 Yu Yang 提交于
-
由 Yu Yang 提交于
-
由 qiaolongfei 提交于
-
- 05 3月, 2017 3 次提交
-
-
由 qiaolongfei 提交于
-
由 Yu Yang 提交于
-
由 Helin Wang 提交于
-
- 04 3月, 2017 14 次提交
-
-
由 Yu Yang 提交于
-
由 Yu Yang 提交于
-
由 Yu Yang 提交于
-
由 Yu Yang 提交于
-
由 Yu Yang 提交于
* Test gzip
-
由 Yu Yang 提交于
-
由 Yu Yang 提交于
-
由 Yu Yang 提交于
-
由 Yu Yang 提交于
-
由 Yu Yang 提交于
-
由 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
-
由 Helin Wang 提交于
remove inferencer and Inference from __All__, since infer is sufficent, they are implementation detail. rename inferencer.py to inference.py
-
由 Helin Wang 提交于
-
由 Helin Wang 提交于
-
- 03 3月, 2017 2 次提交