mmrazor icon indicating copy to clipboard operation
mmrazor copied to clipboard

I can't reproduce dfad results

Open c122-ode opened this issue 1 year ago • 0 comments

I can't reproduce dfad results. my Reproducible results Acc: 87.12 (the results in readme is 92.80)

related information

  1. The output of pip list | grep "mmcv\|mmrazor\|^torch" mmcv 2.1.0 mmrazor 1.0.0 torch 1.10.0a0+ecc3718

  2. i change mmcls to mmpretrain in the config file ./configs/distill/mmcls/dfad/dfad_logits_resnet34_resnet18_8xb32_cifar10.py

  3. i train the model using the below command CUDA_VISIBLE_DEVICES=0,1,2,3,4,5,6,7 PORT=29547 bash tools/dist_train.sh ./configs/distill/mmcls/dfad/dfad_logits_resnet34_resnet18_8xb32_cifar10.py

c122-ode avatar Feb 27 '24 03:02 c122-ode