Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
XiangqianMa committed Sep 29, 2019
2 parents 2bd5dc3 + 12170d9 commit b1692cf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions uploads.sh
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ fi
# 删除已有的文件
rm kaggle/sources/*.py -f
rm kaggle/sources/*/*.py -f
rm checkpoints/$model_name/*_best.pth -f
rm checkpoints/$model_name/result.json -f
rm kaggle/$model_name/*_best.pth -f
rm kaggle/$model_name/result.json -f

# 复制脚本文件
cp models/model.py kaggle/sources/models
Expand Down

0 comments on commit b1692cf

Please sign in to comment.