Coder Social home page Coder Social logo

Some pre-trained weird warning about nmt-keras HOT 5 CLOSED

yftah89 avatar yftah89 commented on August 25, 2024
Some pre-trained weird warning

from nmt-keras.

Comments (5)

yftah89 avatar yftah89 commented on August 25, 2024 1

Thanks a lot :) you can close this subject

from nmt-keras.

lvapeab avatar lvapeab commented on August 25, 2024

Hello @yftah89,
by default, the preprocess_binary_word_vectors.py stores the processed vectors in a file with the .npy extension. You should use this file in config.py. If the provided file in config.pydoesn't have the .npy extension, it warns you.
So please, make sure you are using the output from the preprocess_binary_word_vectors.py script.

Cheers! :)

P.S: I've just updated the preprocess_binary_word_vectors.py and preprocess_text_word_vectors.py for taking arguments. Maybe this eases their usage :)

from nmt-keras.

lvapeab avatar lvapeab commented on August 25, 2024

Closing this, as it seems there is no activity.
Feel free to reopen it if you find any trouble.

from nmt-keras.

yftah89 avatar yftah89 commented on August 25, 2024

I run all the necessary scripts and I'm still getting this warning, I think the line which prints this warning is incorrect: if params['SRC_PRETRAINED_VECTORS'] and params['SRC_PRETRAINED_VECTORS'][:-1] !='.npy'
Why the last letter of the embedding path should be the word '.npy'?

In the config file, I have the following line -
TRG_PRETRAINED_VECTORS = "examples/w2v.npy"
Am I am doing anything wrong?

from nmt-keras.

lvapeab avatar lvapeab commented on August 25, 2024

You are right. That was a (stupid) bug in that line (it didn't check the last 4 characters, but the last one). I've just fixed it.

Referred to your question, the file extension of the preprocessed word embeddings doesn't necessarily need to be .npy, as long as the given file had the right format and was readable by numpy. But, if the file is preprocessed by the provided scripts, it will have the .npy extension. Therefore, this is a warning that tries to ensure that you have correctly set the format of the word embeddings file.

Thank you for detecting this ^^

from nmt-keras.

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.