- 04 3月, 2017 2 次提交
-
-
由 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
-
- 03 3月, 2017 15 次提交
-
-
由 hedaoyuan 提交于
-
由 hedaoyuan 提交于
-
由 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
-
由 Luo Tao 提交于
-
由 wen-bo-yang 提交于
-
由 wen-bo-yang 提交于
-
由 wen-bo-yang 提交于
-
由 wen-bo-yang 提交于
-
由 wen-bo-yang 提交于
-
由 Helin Wang 提交于
-
由 Helin Wang 提交于
-
由 Helin Wang 提交于
remove ITrainer interface since parameters for train is already getting out of sync. Currently there is no benefit of having a interface.
-
由 Helin Wang 提交于
expose build_dict in imikolov dataset, fix bug that len(word_dict) is not bigger than all index in word_dict.
-
由 Helin Wang 提交于
-
由 Helin Wang 提交于
change argument name of data_type.integer_value/integer_value_sequence to ele_range, add documentation.
-
- 02 3月, 2017 19 次提交
-
-
由 hedaoyuan 提交于
-
由 qiaolongfei 提交于
-
由 Yu Yang 提交于
-
由 Luo Tao 提交于
-
由 dangqingqing 提交于
-
由 dangqingqing 提交于
-
由 qiaolongfei 提交于
-
由 qiaolongfei 提交于
-
由 liaogang 提交于
-
由 liaogang 提交于
-
由 qiaolongfei 提交于
-
由 Yu Yang 提交于
-
由 dangqingqing 提交于
-
由 dangqingqing 提交于
-
由 Yu Yang 提交于
-
由 qiaolongfei 提交于
-
由 qiaolongfei 提交于
-
由 dangqingqing 提交于
-
由 dangqingqing 提交于
-
- 01 3月, 2017 4 次提交
-
-
由 Yu Yang 提交于
-
由 Yu Yang 提交于
-
由 qiaolongfei 提交于
-
由 qiaolongfei 提交于
-