📄 tutorial.bat
字号:
@echo Running SNoW tutorial...
@echo off
REM Set this variable to match the path to your executable file
set snow=snow.exe
set net_file=tutorial.net
set arch_file=archfile
set train_file=traindata.snow
set test_file=testdata.snow
@echo on
%snow% -train -I %train_file% -F %net_file% -A %arch_file%
%snow% -test -I %test_file% -F %net_file%
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -