- 06 3月, 2017 2 次提交
- 05 3月, 2017 8 次提交
-
-
由 jacquesqiao 提交于
optimize import of seqToseq_net_v2 for book
-
由 Yu Yang 提交于
-
由 Yu Yang 提交于
change sumCost to sum
-
由 Yu Yang 提交于
Complete documentation generation for v2 model configuration
-
由 helinwang 提交于
word2vec v2 api
-
由 Helin Wang 提交于
-
由 Helin Wang 提交于
-
由 Helin Wang 提交于
-
- 04 3月, 2017 27 次提交
-
-
由 Yu Yang 提交于
move paddle.reader.batch to paddle.batch
-
由 qiaolongfei 提交于
-
由 Yu Yang 提交于
-
由 Yu Yang 提交于
-
由 Yu Yang 提交于
-
由 qiaolongfei 提交于
-
由 Yu Yang 提交于
-
由 Yu Yang 提交于
-
由 Yu Yang 提交于
dataset reader for wmt14
-
由 Yu Yang 提交于
-
由 Yu Yang 提交于
-
由 Yu Yang 提交于
-
由 Yu Yang 提交于
-
由 Yu Yang 提交于
Start doing v2 documentation
-
由 Yancey1989 提交于
-
由 Yancey1989 提交于
-
由 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
-
由 helinwang 提交于
Rename Argument::sumCost to Argument::cost since Argument should not …
-
由 helinwang 提交于
remove inferencer and Inference from __All__, since infer is sufficen…
-
由 helinwang 提交于
expose build_dict in imikolov dataset, fix bug that len(word_dict) is…
-
由 helinwang 提交于
remove ITrainer interface since parameters for train is already getti…
-
由 helinwang 提交于
change argument name of data_type.integer_value/integer_value_sequenc…
-
由 Helin Wang 提交于
remove inferencer and Inference from __All__, since infer is sufficent, they are implementation detail. rename inferencer.py to inference.py
-
由 Helin Wang 提交于
cost is Argument, but argument does not have to be cost.
-
由 Helin Wang 提交于
-
由 Helin Wang 提交于
-
由 wangkuiyi 提交于
Use the sequence_conv_pool define inside the networks.py
-
- 03 3月, 2017 3 次提交
-
-
由 Yancey1989 提交于
-
由 Yancey1989 提交于
-
由 gangliao 提交于
Redirect code coverage output into /dev/null
-