Mr7Explorer's picture
Upload 12 files
06e6b8c verified
raw
history blame contribute delete
290 Bytes
#!/bin/bash
rm -rf __pycache__ */__pycache__ */*/__pycache__
# Val
rm -r tmp*
# Train
rm slurm*
rm -r ckpts
rm nohup.out*
rm nohup.log*
# Eval
rm -r evaluation/eval-*
rm -r tmp*
rm -r e_logs/
# System
rm core-*-python-*
# Inference cache
rm -rf images_todo/
rm -rf predictions/
clear