Hi, I am using seq2seq to train a language model on some english words not found in the dictionary. But when I train the model on a phonetic dictionary I get these warnings, then the model wont recognize the words after training because it cant recognize these letters.
So I am gonna go ahead and answer my own question if someone needs help, The problem was that I needed to add the missing letters to vocab.g2p. Edit: added CAPITAL LETTERS to vocab.g2p
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hi, I am using seq2seq to train a language model on some english words not found in the dictionary. But when I train the model on a phonetic dictionary I get these warnings, then the model wont recognize the words after training because it cant recognize these letters.
Any help would be appreciated Thanks in advance.
So I am gonna go ahead and answer my own question if someone needs help, The problem was that I needed to add the missing letters to vocab.g2p. Edit: added CAPITAL LETTERS to vocab.g2p