forked from qoherent/modrec-workflow
tweaked typo inside convert_to_onnx
This commit is contained in:
parent
0e8b897912
commit
81154ec85e
|
@ -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.ckpt"
|
||||
model_checkpoint = "inference_recognition_model.onnx"
|
||||
|
||||
print("Converting to ONNX...")
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user