torch-rnn
torch-rnn copied to clipboard
Dealing with unseen characters?
Hello
What is the best way to deal with unseen characters which appear in start_text but not in training data?
A way I could imagine is just remove them from start_text, or replace them with a random character from the training data, but I am not sure it is a good approach.