Skip to content
/ nmt Public

Tensorflow를 이용한 인공신경망 기계번역

Notifications You must be signed in to change notification settings

wyb330/nmt

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Tensorflow Neural Machine Translation

Training

  1. Preprocess the data
python preprocess.py --source [source file] --target [target file] --out_dir /out/path
  1. Training
python train.py --source [source file] --target [target file] --vocab_dir /vocab/path
  1. Predict
python predict.py --model_path /model/path --source [source file]
  1. Eavluate
python eval.py --model_path /model/path --source [source file]  --target [target file]

About

Tensorflow를 이용한 인공신경망 기계번역

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published