Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
NAACL2022
/
CLIP-Caption-Reward
like
22
Runtime error
App
Files
Files
Community
1
c80917c
CLIP-Caption-Reward
/
scripts
/
copy_model.sh
akhaliq
HF staff
add files
c80917c
over 2 years ago
raw
Copy download link
history
blame
Safe
146 Bytes
#!/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