Coder Social home page Coder Social logo

Comments (4)

ciaua avatar ciaua commented on June 27, 2024

I also had some problem with the fairseq version specified in the instruction, but installing with pip worked for me.
That is: pip install fairseq
Could you remove the installed fairseq and install it with pip and see if this solves your problems?

from aves.

gg4u avatar gg4u commented on June 27, 2024

Hi @ciaua thanks a lot for your help.
Unfortunately it does not work for me:

I tried:
pip install fairseq --no-cache-dir to ensure it will install from the internet and not from the cached version,
but no success:

from fairseq import metrics # fail ImportError: cannot import name 'metrics' from 'fairseq' (unknown location)
import fairseq.checkpoint_utils # ImportError: cannot import name 'metrics' from 'fairseq' (unknown location)

Screenshot 2023-04-15 at 2 09 52 AM

from aves.

ciaua avatar ciaua commented on June 27, 2024

We have ported the pretrained models to TorchAudio and Onnx from the original fairseq models: https://github.com/earthspecies/aves#ported-versions

You can try if this solves the fairseq dependency issue. However, you will need to install torchaudio or onnxruntime

from aves.

mhagiwara avatar mhagiwara commented on June 27, 2024

Hi @gg4u @ciaua Sorry for not responding earlier. Seems like the issue is that if you install fairseq right under your working directory your import gets confused and may encounter import issues. I suggest installing fairseq under a sibling (or totally unrelated) directory. I updated README to make this point clear. Thanks for pointing this out!

from aves.

Related Issues (5)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.