Skip to content

whr94621/VisualDecoding

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Visualize Multiple Decoding results

Requirement

  • ubuntu 12.04 or above

  • python 2.7.x

  • Graphviz

    A toolkit for plotting graphs.

  • graphviz

    Python interface of Graphviz.

Install

install Graphviz

cd Graphviz
sudo dpkg -i graphviz_2.38.0-1~precise_amd64.deb
sudo apt-get -f install

Succeed if dot -h could give help info.

install python interface

pip install graphviz

Demo

Run

python demo.py example/result_rnnsearch.iter500000.MT03.en. n

n means visualize n-th sentence (start from 1).

n=0:

tmp0

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published