From 45a87839eac17c975b9cab895bf97299069988e5 Mon Sep 17 00:00:00 2001 From: "jules@lens" Date: Mon, 29 Oct 2018 13:52:15 +0100 Subject: cleanup script --- cleanup.sh | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100755 cleanup.sh (limited to 'cleanup.sh') diff --git a/cleanup.sh b/cleanup.sh new file mode 100755 index 0000000..8b48e0f --- /dev/null +++ b/cleanup.sh @@ -0,0 +1,12 @@ +#!/bin/bash + +# Clean up stuff that we don't need that takes up lots of disk space. + +rm checkpoints/*/1_*.pth +rm checkpoints/*/2_*.pth +rm checkpoints/*/3_*.pth +rm checkpoints/*/4_*.pth +rm checkpoints/*/5_*.pth + +rm -rf recursive/*/*_0149 + -- cgit v1.2.3-70-g09d2