Skip to content

Commit

Permalink
Merge pull request vanhuyz#125 from George-Ogden/patch-1
Browse files Browse the repository at this point in the history
Fixed help error
  • Loading branch information
Van Huy authored Jul 22, 2021
2 parents 5279c03 + d9df741 commit befe2f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion inference.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
"""Translate an image to another image
An example of command-line usage is:
python export_graph.py --model pretrained/apple2orange.pb \
python inference.py --model pretrained/apple2orange.pb \
--input input_sample.jpg \
--output output_sample.jpg \
--image_size 256
Expand Down

0 comments on commit befe2f5

Please sign in to comment.