Skip to content

Commit

Permalink
Add an interface to allow arbitrary test data to be specified as inpu…
Browse files Browse the repository at this point in the history
…t parameters
  • Loading branch information
PINTO0309 committed May 14, 2022
1 parent 5cc6176 commit 4474b45
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,8 @@ optional arguments:

--input_numpy_file_paths_for_testing INPUT_NUMPY_FILE_PATHS_FOR_TESTING
Use an external file of numpy.ndarray saved using np.save as input data for testing.
This parameter can be specified multiple times depending on the number of input OPs in the model.
This parameter can be specified multiple times depending on the number of input OPs
in the model.
e.g.
--input_numpy_file_paths_for_testing aaa.npy
--input_numpy_file_paths_for_testing bbb.npy
Expand Down

0 comments on commit 4474b45

Please sign in to comment.