reverted .onnx to .cptx
All checks were successful
RIA Hub Workflow Demo / ria-demo (push) Successful in 40s
All checks were successful
RIA Hub Workflow Demo / ria-demo (push) Successful in 40s
This commit is contained in:
parent
81154ec85e
commit
c6ad74b5df
|
@ -72,7 +72,7 @@ def convert_to_onnx(ckpt_path, fp16=False):
|
|||
if __name__ == "__main__":
|
||||
from checkpoint_files import CHECKPOINTS_DIR
|
||||
|
||||
model_checkpoint = "inference_recognition_model.onnx"
|
||||
model_checkpoint = "inference_recognition_model.ckpt"
|
||||
|
||||
print("Converting to ONNX...")
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user