Open
Description
Is there a way to use the FastText as a PyTorch module? The existing one uses a hardcoded URL, and I could not change it to the pretrained weights available https://fasttext.cc/docs/en/crawl-vectors.html. Is there a way to work with that without using vocab.Vectors?