Giter VIP home page Giter VIP logo

Comments (3)

lvapeab avatar lvapeab commented on June 7, 2024

It seems something is wrong. Can you give me more information? Are you using GPU? Can you share your config file?

from nmt-keras.

A7medRamadan2018 avatar A7medRamadan2018 commented on June 7, 2024

yes I use GPU on google colaboratory, I am using the default configuration: https://github.com/lvapeab/nmt-keras/blob/master/config.py but
MAX_INPUT_TEXT_LEN = 300,
Use_Cuda= True

these are different parameters
if I make validation data = 100 sample, this makes it fast.
but my valid is 7000 too long time

from nmt-keras.

lvapeab avatar lvapeab commented on June 7, 2024

Indeed, the validation time is linearly proportional w.r.t. the number of samples (currently, no batch decoding is implemented). So you may want to validate on a smaller set (but big enough to take generalizable takeaways). This time is also proportional to the number of max steps allowed in the beam search (MAX_OUTPUT_TEXT_LEN_TEST). If the model hasn't learned yet to generate sentences of the adequate length, it will take longer, as the search will make this number of steps.

You should also take a look to your data and check whether it makes sense setting MAX_INPUT_TEXT_LEN=300. If you are doing regular word-level MT, this value seems too high.

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.