Skip to content

Commit

Permalink
up
Browse files Browse the repository at this point in the history
  • Loading branch information
felixdittrich92 committed Apr 4, 2022
1 parent f52fa83 commit 6976419
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions doctr/models/utils/pytorch.py
Original file line number Diff line number Diff line change
Expand Up @@ -92,8 +92,8 @@ def export_classification_model_to_onnx(model: nn.Module, exp_name: str, dummy_i
>>> export_classification_model_to_onnx(model, "my_model", dummy_input=torch.randn(1, 3, 32, 32))
Args:
model: the pytorch model to be exported
exp_name: the name of the exported model
model: the PyTorch model to be exported
exp_name: the name for the exported model
dummy_input: the dummy input to the model
Returns:
Expand Down

0 comments on commit 6976419

Please sign in to comment.