Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
milyiyo
/
reimagine-it
like
19
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
ebd4e51
reimagine-it
/
scripts
/
copy_model.sh
Alberto Carmona
Track error cloning the repo
ebd4e51
almost 3 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