-
Notifications
You must be signed in to change notification settings - Fork 374
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
In Text-Style-Transfer Example, how do you use the model on a chosen sentence? #276
Comments
Hi, ` File "main.py", line 179, in main File "main.py", line 133, in _eval_epoch File "C:\Users\Bahar\Anaconda3\envs\envm\lib\site-packages\texar\tf\utils\average_recorder.py", line 222, in add File "C:\Users\Bahar\Anaconda3\envs\envm\lib\site-packages\texar\tf\utils\average_recorder.py", line 65, in add |
Hi @ZhitingHu , could you help answer this question? |
Hi, i'm trying to use the model on new examples, was there any development on this issue? Thanks in advance |
The current code does not provide such interactive use. It only processes inputs from files (e.g., |
The code works well on my side. Did you change any configs? Can you print vals before L.333 and see if any of the values in the dict is list? |
Hi,
I tried running the code for the text style transfer example after reading the related paper(Unsupervised Text Style Transfer using Language Models as Discriminators) and I have a doubt regarding its use.
I am running the code main.py and it is training on the sample yelp datasets given. Training the model on my custom dataset seems simple enough, I just change the path in the config.py file, but after training, if I want to manually use the model to perform a text style transfer on certain sentences I've chosen and read the outputs, how would I go about doing that? Is there a function I can run with a string as an input that gives the transformed string as the output?
I apologize if this is too trivial, I'm very much beginner in this subject.
Thanks in advance for your help
The text was updated successfully, but these errors were encountered: