{"record":{"id":"9b092e5d2bbc7031","repo":"tensorflow/models","slug":"unsupported-model-id-type-backbone-cfg-model-id","errorCode":null,"errorMessage":"Unsupported model/id type {backbone_cfg.model_id}.","messagePattern":"Unsupported model/id type (.+?)\\.","errorType":"exception","errorClass":"ValueError","httpStatus":null,"severity":"error","filePath":"official/projects/edgetpu/vision/modeling/backbones/mobilenet_edgetpu.py","lineNumber":101,"sourceCode":"      freeze_large_filters(model, backbone_cfg.freeze_large_filters)\n    return model\n  elif backbone_cfg.model_id in MOBILENET_EDGETPU_CONFIGS:\n    model = MobilenetEdgeTPU.from_name(\n        model_name=backbone_cfg.model_id,\n        overrides={\n            'batch_norm': 'tpu',\n            'rescale_input': False,\n            'resolution': input_specs.shape[1:3],\n            'input_channels': input_specs.shape[3],\n            'backbone_only': True,\n            'dtype': 'bfloat16'\n        },\n        model_weights_path=backbone_cfg.pretrained_checkpoint_path)\n    if backbone_cfg.freeze_large_filters:\n      freeze_large_filters(model, backbone_cfg.freeze_large_filters)\n    return model\n  else:\n    raise ValueError(f'Unsupported model/id type {backbone_cfg.model_id}.')\n","sourceCodeStart":83,"sourceCodeEnd":102,"githubUrl":"https://github.com/tensorflow/models/blob/e006f5f0d534913e49c1f1dae87364039fa607e2/official/projects/edgetpu/vision/modeling/backbones/mobilenet_edgetpu.py#L83-L102","documentation":"Error \"Unsupported model/id type {backbone_cfg.model_id}.\" thrown in tensorflow/models.","triggerScenarios":"Thrown at official/projects/edgetpu/vision/modeling/backbones/mobilenet_edgetpu.py:101 when the library encounters an invalid state.","commonSituations":"See trigger scenarios.","solutions":[],"exampleFix":null,"handlingStrategy":null,"validationCode":null,"typeGuard":null,"tryCatchPattern":null,"preventionTips":[],"tags":[],"backgroundTag":null,"analyzedSha":"e006f5f0d534913e49c1f1dae87364039fa607e2","analyzedAt":"2026-08-24T14:09:15.576Z","schemaVersion":2},"datasetVersion":"2026-08-24T17:17:21.512Z"}