1 Star 0 Fork 0

焦建军/good_robot

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
rclone_copy.sh 594 Bytes
一键复制 编辑 原始数据 按行查看 历史
esteng 提交于 2021-04-27 11:17 . pre-pull
#!/bin/bash
# script to copy over just what is needed, not unnecessary checkpoints
DIR=$1
DEST=$2
alias rclone="/home/estengel/sbin/rclone"
/home/estengel/sbin/rclone mkdir remote:${DEST}
/home/estengel/sbin/rclone copy ${DIR}/code remote:${DEST}/code
/home/estengel/sbin/rclone copy ${DIR}/stdout.log remote:${DEST}
/home/estengel/sbin/rclone copy ${DIR}/vocab.json remote:${DEST}
/home/estengel/sbin/rclone copy ${DIR}/best_training_state.json remote:${DEST}
/home/estengel/sbin/rclone copy ${DIR}/config.yaml remote:${DEST}
/home/estengel/sbin/rclone copy ${DIR}/best.th remote:${DEST}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/jiaojianjun-com/good_robot.git
git@gitee.com:jiaojianjun-com/good_robot.git
jiaojianjun-com
good_robot
good_robot
master

搜索帮助