kk_contour_net_shallow/clean.sh

11 lines
170 B
Bash
Raw Permalink Normal View History

2023-07-28 01:19:55 +02:00
read -p "Are you sure? " -n 1 -r
echo # (optional) move to a new line
if [[ ! $REPLY =~ ^[Yy]$ ]]
then
exit 1
fi
rm -rf logs
rm -rf tb_runs
rm -rf trained_models