Can't import EmbeddingAugmenter in windows 10 #424
Labels
augmentation
issues related to augmentation
setup issues
installation help, environment issues, other advice for setting up TextAttack
After installing the package (from pip install or from setup.py)
I have the following python code:
from textattack.augmentation import WordNetAugmenter, EmbeddingAugmenter, EasyDataAugmenter, CharSwapAugmenter
but I get an error:
Exception: Could not find word_embeddings\paragramcf on server.
I tried to clear the cache but nothing helps.
What can I do?
The text was updated successfully, but these errors were encountered: