FragmentVC icon indicating copy to clipboard operation
FragmentVC copied to clipboard

AttributeError: 'Namespace' object has no attribute 'extractor_mode'

Open wsywsywsywsywsy979 opened this issue 2 years ago • 1 comments

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?

  1. I have tried to use 'vq-wav2vec.pt', but useless.
  2. I have tried to remove python/package/fairseq and git clone https://github.com/facebookresearch/fairseq.git, but still no use.

wsywsywsywsywsy979 avatar Mar 20 '23 03:03 wsywsywsywsywsy979

it worked for me if you drop to fairseq==0.10.2

martinshkreli avatar Aug 03 '23 02:08 martinshkreli