Skip to content

Commit

Permalink
Merge pull request #405 from emmanuel-ferdman:main
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 702860214
  • Loading branch information
copybara-github committed Dec 4, 2024
2 parents f3bedab + 4f09980 commit 86e07ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/pytorch_converter/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -211,7 +211,7 @@ edge_model = ai_edge_torch.convert(nhwc_resnet18, (torch.randn(1, 224, 224, 3),)
edge_model.export("resnet18.tflite")
```

More examples of usage can be found [here](https://github.com/google-ai-edge/ai-edge-torch/blob/main/ai_edge_torch/convert/test/test_to_channel_last_io.py).
More examples of usage can be found [here](https://github.com/google-ai-edge/ai-edge-torch/blob/main/ai_edge_torch/_convert/test/test_to_channel_last_io.py).

# Debugging & Reporting Errors

Expand Down

0 comments on commit 86e07ca

Please sign in to comment.