shentianxiao / language-style-transfer

Apache License 2.0
553 stars 135 forks source link

How to input a sentence #28

Open Skylixia opened 4 years ago

Skylixia commented 4 years ago

Once you have a trained model, what is the command to input a sentence you want to transfer style of ? In the README file I can only see the training and testing command but not once it's ready to be used how to transfer the style of an input sentence. There is something about downloading an already trained model and then can the testing command with --vocab and --model but that's only loading the output of the training so how to actually input a sentence to the model ?