asyml / texar

Toolkit for Machine Learning, Natural Language Processing, and Text Generation, in TensorFlow. This is part of the CASL project: http://casl-project.ai/
https://asyml.io
Apache License 2.0
2.39k stars 374 forks source link

How to get the source data set and target set in PairedTextData? #274

Closed interestingexcting closed 4 years ago

interestingexcting commented 4 years ago

Hi!I want to use texar to get data pretreatment and use keras to train the model. But in keras it use x_train and y_train.