CLIP-Caption-Reward / scripts /copy_model.sh
akhaliq's picture
akhaliq HF staff
add files
c80917c
#!/bin/sh
if [ ! -d log_$2 ]; then
cp -r log_$1 log_$2
cd log_$2
mv infos_$1-best.pkl infos_$2-best.pkl
mv infos_$1.pkl infos_$2.pkl
cd ../
fi