Update README

This commit is contained in:
Marcin Junczys-Dowmunt 2016-04-15 00:01:31 +01:00
parent 1da629da20
commit 9c2c494c14

2
README
View File

@ -8,4 +8,4 @@ on Ubuntu 16.04, you need g++4.9 and cuda-7.5 and a boost version compiled with
CUDA_BIN_PATH=/usr/local/cuda-7.5 BOOST_ROOT=/home/marcin/myboost cmake .. -DCMAKE_CXX_COMPILER=g++-4.9 -DCUDA_HOST_COMPILER=/usr/bin/g++-4.9
Vocabularies need to be converted to text with the scripts in the scripts folder. The end of sentence symbol is </s>. (Can be changed in decoder/search.h)
Vocabularies need to be converted to text with the scripts in the scripts folder.