dynet/.gitignore Go to file Copy path Cannot retrieve contributors at this time 61 lines (49 sloc)613 Bytes RawBlame #cmake stuff build*/ Testing/ dynet/Testing/ dynet/tests.bin/ CTestTestfile.cmake config.h Makefile CMakeCache.txt ...
# Clone the github repository git clone https://github.com/clab/dynet.git cd dynet mkdir build cd build # Run CMake # -DENABLE_BOOST=ON in combination with -DENABLE_CPP_EXAMPLES=ON also # compiles the multiprocessing c++ examples cmake .. -DEIGEN3_INCLUDE_DIR=/path/to/eigen -DENABL...
edited 我是从源码编译安装的,第一步先安装mkl(可选,大幅提升CPU速度): http://registrationcenter-download.intel.com/akdlm/irc_nas/tec/11544/l_mkl_2017.3.196.tgz 然后执行如下命令: #!/usr/bin/env bash git clone https://github.com/clab/dynet.git hg clone https://bitbucket.org/eigen/eigen...
# Clone the github repository git clone https://github.com/clab/dynet.git cd dynet mkdir build cd build # Run CMake # -DENABLE_BOOST=ON in combination with -DENABLE_CPP_EXAMPLES=ON also # compiles the multiprocessing c++ examples cmake .. -DEIGEN3_INCLUDE_DIR=/path/to/eigen -DENABL...
.gitignore Fixes to minibatching doc Jan 16, 2017 .travis.yml Update Travis dist for Python 3.7 and 3.8 pip tests Oct 22, 2020 CMakeLists.txt Fix serious memory leak in code using CUDNN functionality (clab#1614) Jul 7, 2020 LICENSE.txt ...
Projects Wiki Security Insights More master BranchesTags 7branches1tag Code Clone HTTPSGitHub CLI Download ZIP This branch is1063 commits ahead,3164 commits behindclab:master. Latest commit Git stats 1,171commits Type Name Latest commit message ...
# Clone the github repository git clone https://github.com/clab/dynet.git cd dynet mkdir build cd build # Run CMake # -DENABLE_BOOST=ON in combination with -DENABLE_CPP_EXAMPLES=ON also # compiles the multiprocessing c++ examples cmake .. -DEIGEN3_INCLUDE_DIR=/path/to/eigen -DENABL...
# Clone the github repository git clone https://github.com/clab/dynet.git cd dynet mkdir build cd build # Run CMake # -DENABLE_BOOST=ON in combination with -DENABLE_CPP_EXAMPLES=ON also # compiles the multiprocessing c++ examples cmake .. -DEIGEN3_INCLUDE_DIR=/path/to/eigen -DENABL...
git clone https://github.com/duyvuleo/Transformer-DyNet.git As mentioned above, you'll need the latest [development] version of eigen hg clone https://bitbucket.org/eigen/eigen/ (or latest stable version 3.3.4) A modified version of latestDyNetis already included (e.g., dynet folder)....
.gitmodules skip-gram RNN language model Jul 9, 2015 .travis.yml Add travis support for osx and optimize CI time. Feb 9, 2017 CMakeLists.txt Merge pull request clab#291 from mattr1/mattri/toorigin Feb 10, 2017 LICENSE lic terms Jun 27, 2015 MEM.notes Updated name to DyNet Oct 8...