Giter Club home page Giter Club logo

Comments (5)

Janinanu avatar Janinanu commented on July 20, 2024

I get the same error. How did you solve it?

from muse.

glample avatar glample commented on July 20, 2024

Usually word embedding files have a first line which is composed of 2 integers: the number of word embeddings, and the dimension of the embeddings. This part in the codes tries to recover these 2 values:
https://github.com/facebookresearch/MUSE/blob/master/src/utils.py#L277-L280

If your embedding file doesn't start with this special line, you can either add it manually to your file, or do something a bit hacky like replacing the if i == 0 by if i == -1 so that the code ignores this part.

from muse.

Janinanu avatar Janinanu commented on July 20, 2024

Thanks for the hint! However, in my case, the error occurs when I try to run the code following the instructions from the README:
python unsupervised.py --src_lang en --tgt_lang es --src_emb data/wiki.en.vec --tgt_emb data/wiki.es.vec --n_refinement 5
using the data downloaded with
curl -Lo data/wiki.en.vec https://dl.fbaipublicfiles.com/fasttext/vectors-wiki/wiki.en.vec
and
curl -Lo data/wiki.es.vec https://dl.fbaipublicfiles.com/fasttext/vectors-wiki/wiki.es.vec

from muse.

glample avatar glample commented on July 20, 2024

Mmm this is weird. Can you show the first line of these 2 embedding files?

from muse.

dipendrayadaveee avatar dipendrayadaveee commented on July 20, 2024

I was facing the same problem. As @glample replied, the problem was with the embeddings files. My both Spanish and English embedding files somehow didn't download properly. Once, I put the correct embedding file, it worked.

from muse.

Related Issues (20)

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.