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 think the issue is because of the timm library. I solved this using by downgrading the library using this to a previous version: timm releases, I used: pip install timm==1.0.9
usages of from timm.models.registry import register_model that exist in this lib should be changed to from timm.models import register_model it was deprecated 2 years ago
from robustbench.utils import clean_accuracy
from robustbench.utils import load_model
AttributeError: module 'timm.models._registry' has no attribute 'get_pretrained_cfgs_for_arch'
The text was updated successfully, but these errors were encountered: