Skip to content
This repository has been archived by the owner on Nov 17, 2023. It is now read-only.

Commit

Permalink
test case format for test_models
Browse files Browse the repository at this point in the history
  • Loading branch information
vandanavk committed Dec 21, 2018
1 parent 9222695 commit 98adc8a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/python-pytest/onnx/test_models.py
Original file line number Diff line number Diff line change
Expand Up @@ -153,6 +153,7 @@ def get_model_results(modelpath):
logging.info(model_name + " conversion successful")


# test_case = ("model name", input shape, output shape)
test_cases = [
("bvlc_googlenet", (1, 3, 224, 224), (1, 1000)),
("bvlc_reference_caffenet", (1, 3, 224, 224), (1, 1000)),
Expand Down

0 comments on commit 98adc8a

Please sign in to comment.