wutong16 / Adversarial_Long-Tail

[ CVPR 2021 Oral ] Pytorch implementation for "Adversarial Robustness under Long-Tailed Distribution"
101 stars 10 forks source link

What is the exact version of Python? #2

Open hhlgithub opened 1 month ago

hhlgithub commented 1 month ago

What is the exact version of Python? Is it 3.8.0? I encountered numerous errors when I ran python train.py configs/CIFAR10_LT/cifar10_LT0.02_pgdat.yaml such as ImportError: cannot import name 'Config' from 'mmcv'

wutong16 commented 1 month ago

Could you please try this? I think it's caused by the mmcv version.