Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SHELL

kill tensorboard process

# You can kill the process by its ID, supposed the ID is 21983

taskkill /F /PID 21983

# or
# Kill it by the process name

taskkill /IM "tensorboard.exe" /F

Also don't forget to clean "AppData/Local/Temp/.tensorboard-info"
 
PREVIOUS NEXT
Tagged: #kill #tensorboard #process
ADD COMMENT
Topic
Name
4+8 =