Skip to content

Commit

Permalink
update run-tensorboard
Browse files Browse the repository at this point in the history
check if env exists
  • Loading branch information
blaisewf authored Dec 20, 2024
1 parent 0736215 commit 403ddae
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion run-tensorboard.bat
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,12 @@
setlocal
title Tensorboard

if not exist env (
echo Please run 'run-install.bat' first to set up the environment.
pause
exit /b 1
)

env\python.exe core.py tensorboard
pause
echo.
pause

0 comments on commit 403ddae

Please sign in to comment.