this is the error when one passes a mismatching model arch and weights. the pairs of arch,weights should be clarified.
wsinfer._modellib.models.ModelWeightsNotFound: model weights are not found for architecture 'resnet34' and weights name 'TCGA-PAAD-v1'. Available models are[('inception_v4', 'TCGA-BRCA-v1'), ('inception_v4nobn', 'TCGA-TILs-v1'), ('preactresnet34', 'TCGA-PAAD-v1'), ('resnet34', 'TCGA-BRCA-v1'), ('resnet34', 'TCGA-LUAD-v1'), ('resnet34', 'TCGA-PRAD-v1'), ('vgg16mod', 'TCGA-BRCA-v1')].
this is the error when one passes a mismatching model arch and weights. the pairs of arch,weights should be clarified.