naming Changes
All checks were successful
RIA Hub Workflow Demo / ria-demo (push) Successful in 1m53s
All checks were successful
RIA Hub Workflow Demo / ria-demo (push) Successful in 1m53s
This commit is contained in:
parent
586acd123c
commit
f967009dbf
|
@ -37,5 +37,5 @@ def profile_onnx_model(path_to_onnx: str, num_runs: int = 100):
|
|||
|
||||
if __name__ == "__main__":
|
||||
settings = get_app_settings()
|
||||
output_path = os.path.join("onnx_files", "convert_to_onnx.onnx")
|
||||
output_path = os.path.join("onnx_files", "inference_recognition_model.onnx")
|
||||
profile_onnx_model(output_path)
|
||||
|
|
Loading…
Reference in New Issue
Block a user