fixed typo inside the convert_onxx file, changed from "interference" to "inference"
All checks were successful
RIA Hub Workflow Demo / ria-demo (push) Successful in 40s

This commit is contained in:
liyuxiao2 2025-05-22 14:46:24 -04:00
parent 34d2431bf0
commit 0e8b897912

View File

@ -72,7 +72,7 @@ def convert_to_onnx(ckpt_path, fp16=False):
if __name__ == "__main__":
from checkpoint_files import CHECKPOINTS_DIR
model_checkpoint = "interference_recognition_model.ckpt"
model_checkpoint = "inference_recognition_model.ckpt"
print("Converting to ONNX...")