Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
betatestacct
/
api
like
4
Running
on
CPU Upgrade
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
api
/
run-tensorboard.bat
Ftps
initial commit
8f71447
5 months ago
raw
Copy download link
history
blame
contribute
delete
202 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