You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
How do you preprocess the data, for example for DailyDialogue?
I see that you are directly using the file "data/interim/dialog/train_sentences.tsv". How did you get it? Thank you
The text was updated successfully, but these errors were encountered:
For training the VAE, you just need all the utterances in the training dataset. Just remove the context/turn information and independently extract all the utterances, make sure to shuffle them if you are using a different training script.
For the GAN the preprocessing was done by just considering all pairs of consecutive utterances from the original dataset and deduplicating them.
How do you preprocess the data, for example for DailyDialogue?
I see that you are directly using the file "data/interim/dialog/train_sentences.tsv". How did you get it? Thank you
The text was updated successfully, but these errors were encountered: