Skip to content

C++ implementation of a DSSM, aka Deep Structured Semantic Model.

Notifications You must be signed in to change notification settings

tshev/torch-dssm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

DSSM implementation in Torch C++

export DSSM_PATH=`pwd`
mkdir build
cd build
cmake -DCMAKE_PREFIX_PATH=$DSSM_PATH/contrib/libtorch -DTorch_DIR=$DSSM_PATH/contrib/libtorch/share/cmake/Torch/ -DCMAKE_CXX_FLAGS="-Wunused -Werror -O3 -flto -ffast-math -I $SGL_PATH/include/" ..

About

C++ implementation of a DSSM, aka Deep Structured Semantic Model.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published