Git Product home page Git Product logo

Comments (2)

kadir-gunel avatar kadir-gunel commented on July 19, 2024

I noticed that there is no dev set for updating weights. Did I miss something?

from nmt.

tuzhaopeng avatar tuzhaopeng commented on July 19, 2024

In data_state.py file you named a variable dim which is equal to 1000. Is this the dimension of the word vectors or the hidden layer size?

It is hidden layer size. The dimensionality of word vector is 620.

And also could you please tell me what are the meaning/usages of these variables ; could not manage to find their meaning :

These are end-of-sequence marks

state['null_sym_source'] = None
state['null_sym_target'] = None
# These are vocabulary sizes for the source and target languages
state['n_sym_source'] = None
state['n_sym_target'] = None

use_linguistic_coverage is an indicator on whether or not to use linguistic coverage, details of which can be found in my ACL paper (http://arxiv.org/abs/1601.04811) .

More descriptions of the options can be found in the file state.py

I noticed that there is no dev set for updating weights.

The dev set is used to decide when to stop the training, rather than updating weights. You need to save the model for every K iterations and run test.sh to get translation performance on your own dev set.

from nmt.

Related Issues (8)

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.