Skip to content

lrlab/chainer_attention_model

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

75 Commits
 
 
 
 
 
 
 
 

Repository files navigation

A Neural Attention Model for Machine Translation

Usage

$ python train_attmt.py --epoch [num of epoch] --embed [embed size] --hidden [hidden size] \
    --batch [batch size] --unk [threshold of unknown words] --gpu [gpu id] \
    --train_src [path to train data for source language] --train_trg [path to train data for target language] \
    --test_src [path to test data for source language] --test_trg [path to test data for target language] \
    --model [filename of model parameter] --output [filename of output of test data]

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages