Giter Site home page Giter Site logo

Comments (4)

rsennrich avatar rsennrich commented on August 16, 2024

a good example to start with is here: https://github.com/EdinburghNLP/wmt17-transformer-scripts/tree/master/training

--valid_script is used to define the external evaluation script. Note that the interface is slightly different from the theano version: the validation script (in the example validate.sh ) will receive a temporary file path as first argument (the file contains the raw translation output), and has to return a score on stdout.

from nematus.

Marvinmw avatar Marvinmw commented on August 16, 2024

thanks. Actually, I am trying to map quite old nematus option setting to the current nematus with tensorflow.
Could you help me check it? For example, dropout_embedding seems removed instead of rnn_dropout_embedding or transformer_dropout_embedding. For validFreq and so on, I know they become valid_freq..
python ../nematus/train.py
--model models/model.$TRAINSIZE.$MSGVSIZE.$DIFFVSIZE.npz
--dim_word 512
--dim 1024
--n_words_src $DIFFVSIZE
--n_words $MSGVSIZE
--decay_c 0
--clip_c 1
--lrate 0.0001
--optimizer adam
--maxlen 400
--batch_size 80
--valid_batch_size 80
--datasets data/train.$TRAINSIZE.diff data/train.$TRAINSIZE.msg
--valid_datasets data/valid.$VALIDSIZE.diff data/valid.$VALIDSIZE.msg
--dictionaries data/vocab.diff.$DIFFVSIZE.json data/vocab.msg.$MSGVSIZE.json
--validFreq 10000
--dispFreq 1000
--saveFreq 30000
--sampleFreq 10000
--dropout_embedding 0.2
--dropout_hidden 0.2
--dropout_source 0.1
--dropout_target 0.1
--no_shuffle
--valid_script "validate.sh"

from nematus.

pjwilliams avatar pjwilliams commented on August 16, 2024

from nematus.

Marvinmw avatar Marvinmw commented on August 16, 2024

thanks a lot. and for translate.py -p option has been removed.

from nematus.

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.