Skip to content

Commit

Permalink
Update expected error message based on TRT backend changes (#5057)
Browse files Browse the repository at this point in the history
  • Loading branch information
GuanLuo authored Nov 9, 2022
1 parent b366d8b commit 3ac203e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1 +1 @@
model configuration specified invalid shape for input 'INPUT0' for model bad_dynamic_shapes_max. Error details: model expected the shape of dimension 0 to be between 4 and 32 but received 33
model configuration specified invalid shape for input 'INPUT0' for model bad_dynamic_shapes_max. Error details: model expected the shape of dimension 1 to be between 4 and 32 but received 33
Original file line number Diff line number Diff line change
@@ -1 +1 @@
model configuration specified invalid shape for input 'INPUT0' for model bad_dynamic_shapes_min. Error details: model expected the shape of dimension 0 to be between 4 and 32 but received 3
model configuration specified invalid shape for input 'INPUT0' for model bad_dynamic_shapes_min. Error details: model expected the shape of dimension 1 to be between 4 and 32 but received 3

0 comments on commit 3ac203e

Please sign in to comment.