You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I can't reproduce dfad results. my Reproducible results Acc: 87.12 (the results in readme is 92.80)
related information
The output of pip list | grep "mmcv\|mmrazor\|^torch"
mmcv 2.1.0
mmrazor 1.0.0
torch 1.10.0a0+ecc3718
i change mmcls to mmpretrain in the config file ./configs/distill/mmcls/dfad/dfad_logits_resnet34_resnet18_8xb32_cifar10.py
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
The text was updated successfully, but these errors were encountered:
I can't reproduce dfad results. my Reproducible results Acc: 87.12 (the results in readme is 92.80)
related information
The output of
pip list | grep "mmcv\|mmrazor\|^torch"
mmcv 2.1.0
mmrazor 1.0.0
torch 1.10.0a0+ecc3718
i change
mmcls
tommpretrain
in the config file./configs/distill/mmcls/dfad/dfad_logits_resnet34_resnet18_8xb32_cifar10.py
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
The text was updated successfully, but these errors were encountered: