Files
sbv2-v2/Train.bat
2023-12-27 09:56:43 +09:00

10 lines
164 B
Batchfile

chcp 65001 > NUL
@echo off
echo Running webui_train.py...
venv\Scripts\python webui_train.py
if %errorlevel% neq 0 ( pause & popd & exit /b %errorlevel% )
pause