2 Star 0 Fork 0

mirrors_lancopku/IAIS

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
launch_container.sh 621 Bytes
一键复制 编辑 原始数据 按行查看 历史
RenShuhuai-Andy 提交于 2021-05-30 23:57 . init commit
# Copyright (c) Microsoft Corporation.
# Licensed under the MIT license.
TXT_DB=$1
IMG_DIR=$2
OUTPUT=$3
PRETRAIN_DIR=$4
if [ -z $CUDA_VISIBLE_DEVICES ]; then
CUDA_VISIBLE_DEVICES='all'
fi
docker run --gpus '"'device=$CUDA_VISIBLE_DEVICES'"' --ipc=host --rm -it \
--mount src=$(pwd),dst=/src,type=bind \
--mount src=$OUTPUT,dst=/storage,type=bind \
--mount src=$PRETRAIN_DIR,dst=/pretrain,type=bind,readonly \
--mount src=$TXT_DB,dst=/txt,type=bind,readonly \
--mount src=$IMG_DIR,dst=/img,type=bind,readonly \
-e NVIDIA_VISIBLE_DEVICES=$CUDA_VISIBLE_DEVICES \
-w /src chenrocks/uniter
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/mirrors_lancopku/IAIS.git
git@gitee.com:mirrors_lancopku/IAIS.git
mirrors_lancopku
IAIS
IAIS
main

搜索帮助