import timm from timm.model import ...
model_names = timm.list_models(pretrained=true) print(model_names)
리스트들을 뽑아서 원하는대로 사용하면 된다.