t / run-tensorboard.bat
leey00nsu's picture
t
f11c739
raw
history blame
78 Bytes
@echo off
setlocal
title Tensorboard
env\python.exe core.py tensorboard
pause