Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
soiz1
/
genshin.applio
like
5
Running
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
39b6b1f
genshin.applio
/
run-tensorboard.bat
soiz1
Upload 204 files
2f5f13b
verified
about 1 month ago
raw
Copy download link
history
blame
Safe
215 Bytes
@
echo
off
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
echo
.
pause