kaggle / go-tensorboard.sh
kanoyo's picture
Upload 221 files
5c13f7a
raw
history blame contribute delete
277 Bytes
#!/bin/bash
echo -e "\033]0;Applio-RVC-Fork - Tensorboard\007"
source .venv/bin/activate
clear
echo "Starting the Tensorboard with Conda..."
clear
echo "Starting Tensorboard..."
pip install tensorboard
python lib/tools/tensorLaunch.py
read -p "Press Enter to exit..."
exit 0