FragmentVC
FragmentVC copied to clipboard
AttributeError: 'Namespace' object has no attribute 'extractor_mode'
hello, when I use wave2vec pre-train model(wav2vec_small.pt) , I get the errror"AttributeError: 'Namespace' object has no attribute 'extractor_mode'", I have done something as following, but can't solve it, could you give me some advice?
- I have tried to use 'vq-wav2vec.pt', but useless.
- I have tried to remove python/package/fairseq and git clone https://github.com/facebookresearch/fairseq.git, but still no use.
it worked for me if you drop to fairseq==0.10.2