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
When using a pretrained model with a fixed vocab order, the functionality of sorting the vocab by frequency (and alphabet) is causing trouble.
I have a simple .txt file with a vocab entry on each line, but it seems that the only way I can still use the torchtext Vocab utilities by setting the itos/stoi attributes myself, is this correct?