BiRefNet / BiRefNet_github /rm_cache.sh
ZhengPeng7's picture
For users to load in one key.
2a41a22
raw
history blame
No virus
200 Bytes
#!/bin/bash
rm -rf __pycache__ */__pycache__
# Val
rm -r tmp*
# Train
rm slurm*
rm -r ckpt
rm nohup.out*
# Eval
rm -r evaluation/eval-*
rm -r tmp*
rm -r e_logs/
# System
rm core-*-python-*
clear