ML_Decoder icon indicating copy to clipboard operation
ML_Decoder copied to clipboard

the code for A2 configuration training in [Single-label Training Code ] does not run successfully

Open Kyrie10favor opened this issue 3 years ago • 0 comments

Hi, the code for A2 configuration training in [Single-label Training Code ] does not run successfully, which is:

python -u -m torch.distributed.launch --nproc_per_node=8 \
--nnodes=1 \
--node_rank=0 \
./train.py \
/data/imagenet/ \
--amp \
-b=256 \
--epochs=300 \
--drop-path=0.05 \
--opt=lamb \
--weight-decay=0.02 \
--sched='cosine' \
--lr=4e-3 \
--warmup-epochs=5 \
--model=resnet50 \
--aa=rand-m7-mstd0.5-inc1 \
--reprob=0.0 \
--remode='pixel' \
--mixup=0.1 \
--cutmix=1.0 \
--aug-repeats 3 \
--bce-target-thresh 0.2 \
--smoothing=0 \
--bce-loss \
--train-interpolation=bicubic \
--use-ml-decoder-head=1

Can you give me a working command? thx

Kyrie10favor avatar May 17 '22 03:05 Kyrie10favor