1 Star 0 Fork 0

陈狗翔 / adeptRL

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
resume_training.md 395 Bytes
一键复制 编辑 原始数据 按行查看 历史
jtatusko 提交于 2019-02-05 14:21 . add to api doc

To resume training, you need to navigate to the log folder of the training job. By default, logs are saved in /tmp/adept_logs.

# Change directory to the desired log directory
cd /tmp/adept_logs/<environment-id>/<log-id-dir>/
# To continue training on a single GPU
python -m adept.app local --resume .
# To continue training on multiple GPUs
python -m adept.app distrib --resume .
1
https://gitee.com/ChenGouXiang/adeptRL.git
git@gitee.com:ChenGouXiang/adeptRL.git
ChenGouXiang
adeptRL
adeptRL
master

搜索帮助