tutorial.bat
来自「基于稀疏网络的精选机器学习模型」· Batch 代码 · 共 18 行
BAT
18 行
@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 + =
减小字号Ctrl + -
显示快捷键?