Skip to content
This repository has been archived by the owner on Jul 30, 2024. It is now read-only.

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
omerferhatt authored Jun 12, 2021
1 parent 6159fa3 commit 6dac47a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,15 +26,15 @@ Please install first
To test with sample file:

python3 -m torch2tflite.converter
--torch-path mobilenetv2_model.pt
--tflite-path test.tflite
--torch-path tests/mobilenetv2_model.pt
--tflite-path mobilenetv2.tflite
--sample-file sample_image.png
--target-shape 224 224 3

To test with random input to check gradients:

python3 -m torch2tflite.converter
--torch-path mobilenetv2_model.pt
--tflite-path test.tflite
--torch-path tests/mobilenetv2_model.pt
--tflite-path mobilenetv2.tflite
--target-shape 224 224 3
--seed 10

0 comments on commit 6dac47a

Please sign in to comment.