1 Star 0 Fork 0

wanghuogen/TFace

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
local_train.sh 246 Bytes
一键复制 编辑 原始数据 按行查看 历史
willjxwu 提交于 2021-05-20 16:24 . first commit
#!/bin/bash
if [ ! -d "logs" ]; then
mkdir logs
fi
export CUDA_VISIBLE_DEVICES='0,1,2,3,4,5,6,7'
nohup python -u -m torch.distributed.launch --nproc_per_node=8 --nnodes=1 ./tasks/distfc/train_distfc.py > logs/$(date +%F-%H-%M-%S).log 2>&1 &
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/huogenwang/TFace.git
git@gitee.com:huogenwang/TFace.git
huogenwang
TFace
TFace
master

搜索帮助

23e8dbc6 1850385 7e0993f3 1850385