Fast Neural Machine Translation in C++
Go to file
Marcin Junczys-Dowmunt 67c620a7a4 Readme
2016-04-14 17:21:07 +02:00
scripts turn into objects 2016-04-14 14:29:41 +02:00
src Readme 2016-04-14 17:21:07 +02:00
.gitignore first commit 2016-04-14 13:44:55 +02:00
CMakeLists.txt Readme 2016-04-14 17:21:07 +02:00
LICENSE Initial commit 2016-04-14 11:27:41 +01:00
README Readme 2016-04-14 17:21:07 +02:00

mkdir build
cd build
cmake ..
make -j

on Ubuntu 16.04, you need g++4.9 and cuda-7.5 and a boost version compiled with g++4.9

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