1 Star 0 Fork 116

guanpeng1993 / DouZero

forked from Daochen Zha / DouZero 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
get_most_recent.sh 547 Bytes
一键复制 编辑 原始数据 按行查看 历史
Daochen Zha 提交于 2021-06-02 01:51 . Init
checkpoint_dir=$1
landlord_path=$landlord_dir`ls -v "$checkpoint_dir"landlord_weights* | tail -1`
landlord_up_path=$landlord_up_dir`ls -v "$checkpoint_dir"landlord_up_weights* | tail -1`
landlord_down_path=$landlord_down_dir`ls -v "$checkpoint_dir"landlord_down_weights* | tail -1`
echo $landlord_path
echo $landlord_up_path
echo $landlord_down_path
mkdir -p most_recent_model
cp $landlord_path most_recent_model/landlord.ckpt
cp $landlord_up_path most_recent_model/landlord_up.ckpt
cp $landlord_down_path most_recent_model/landlord_down.ckpt
Python
1
https://gitee.com/guanpeng1993/DouZero.git
git@gitee.com:guanpeng1993/DouZero.git
guanpeng1993
DouZero
DouZero
main

搜索帮助