|
|
@@ -51,6 +51,6 @@ register_model_info(
|
|
|
"suite": "TableRec",
|
|
|
"config_path": osp.join(PDX_CONFIG_DIR, "SLANet_plus.yaml"),
|
|
|
"supported_apis": ["train", "evaluate", "predict", "export"],
|
|
|
- "hpi_config_path": HPI_CONFIG_DIR / "SLANet.yaml",
|
|
|
+ "hpi_config_path": HPI_CONFIG_DIR / "SLANet_plus.yaml",
|
|
|
}
|
|
|
)
|