import timmfrom timm.model import ...model_names = timm.list_models(pretrained=true)print(model_names)리스트들을 뽑아서 사용하면 된다.CUDA Memory는 공식 github에 있음.