1 Star 0 Fork 1

hui98/AdvFunMatch

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
run.sh 555 Bytes
一键复制 编辑 原始数据 按行查看 历史
zihui998 提交于 2023-05-05 18:21 . newnew
#!/bin/bash
savepath=${1}
trainset=${2}
testset=${3}
DA=${4}
epoch=${5}
loss=${6}
CUDA_VISIBLE_DEVICES=0,1,2,3,4,5,6,7 python -m torch.distributed.launch \
--nproc_per_node=8 --master_port 23343 train.py \
--savepath $savepath/ \
--root ~/autodl-fs/checkpoints/ \
--train_bs 1024 \
--test_bs 1000 \
--scheduler cosineanneal \
--training_epoch $epoch \
--warm_epoch 5 \
--init_lr 0.1 \
--scale_factor 8 \
--save_last_best 1 \
--tb_path /root/tf-logs \
--tb_group $savepath/ \
--trainset $trainset \
--testset $testset \
--lossfunc $loss \
--DA $DA
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/zihui998/adv-fun-match.git
git@gitee.com:zihui998/adv-fun-match.git
zihui998
adv-fun-match
AdvFunMatch
master

搜索帮助