1 Star 0 Fork 4

tlwzzy/Conformer

forked from pengzhiliang/Conformer 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
run.sh 1.05 KB
一键复制 编辑 原始数据 按行查看 历史
pengzhiliang 提交于 2021-05-09 11:44 . init
#!/usr/bin/env bash
# Train
export CUDA_VISIBLE_DEVICES=0,1,2,3,4,5,6,7
OUTPUT='./output/Conformer_small_patch16_batch_1024_lr1e-3_300epochs'
python -m torch.distributed.launch --master_port 50132 --nproc_per_node=8 --use_env main.py \
--model Conformer_small_patch16 \
--data-set IMNET \
--batch-size 128 \
--lr 0.001 \
--num_workers 4 \
--data-path /data/user/Dataset/ImageNet_ILSVRC2012/ \
--output_dir ${OUTPUT} \
--epochs 300
# Inference
#CUDA_VISIBLE_DEVICES=0, python main.py --model Conformer_tiny_patch16 --eval --batch-size 64 \
# --input-size 224 \
# --data-set IMNET \
# --num_workers 4 \
# --data-path ../ImageNet_ILSVRC2012/ \
# --epochs 100 \
# --resume ../Conformer_tiny_patch16.pth
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Python
1
https://gitee.com/tlwzzy/Conformer.git
[email protected]:tlwzzy/Conformer.git
tlwzzy
Conformer
Conformer
main

搜索帮助