Skip to content

Commit

Permalink
Rename method name
Browse files Browse the repository at this point in the history
  • Loading branch information
jgvlf committed Nov 27, 2024
1 parent d872c71 commit 58c7d71
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/export_onnx.py
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ def main():
logger.info("loading checkpoint done.")
dummy_input = torch.randn(args.batch_size, 3, exp.test_size[0], exp.test_size[1])

torch.onnx._export(
torch.onnx.export(
model,
dummy_input,
args.output_name,
Expand Down

0 comments on commit 58c7d71

Please sign in to comment.