install
来自「C-package of "Long Short-Term Memory" fo」· 代码 · 共 61 行
TXT
61 行
Requirements:- A C compiler, this package was tested with the GNU C Compiler gcc.- GNU make- For running the SCOP benchmark the Bash shell and Perl.Installation:Unpack the LSTM tar archive LSTM.tar.gz by runningtar xzf LSTM.tar.gzorgunzip -c LSTM.tar.gz| tar -xf -cd into the sources in the LSTM directorycd LSTM/srcEdit the Makefile to choose some optimizations for your architecture butthe default optimization -O3 is good enough for first experiments.Type 'make' to compile the sources.makeQuickstart experiment:Step back to the LSTM directory and then into the quickstartExperimentdirectory to run a quick testcd ../quickstartExperimentsrc/lstm -c lstmpars.mem12.ws9.txtThe LSTM sources are located in the directory src.The resulting binary is called lstm.Installing the SCOP 1.53 datasets:Get 'datasetsSCOP1.53.tar.gz' or 'datasetsSCOP1.53.tar.bz2' and copythe archives in the LSTM/SCOP1.53Experiment directory. Thenfor datasetsSCOP1.53.tar.gztar xzf datasetsSCOP1.53.tar.gzorgunzip -c datasetsSCOP1.53.tar.gz| tar -xf -or for datasetsSCOP1.53.tar.bz2tar xjf datasetsSCOP1.53.tar.bz2orbunzip2 -c datasetsSCOP1.53.tar.gz| tar -xf -
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?