File size: 146 Bytes
c80917c
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
#!/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