Skip to content

Commit 45a30ab

Browse files
authored
Merge pull request #593 from p1x31/master
Update README.md
2 parents 76ba62a + 550e554 commit 45a30ab

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ compile_settings = {
4343
"inputs": [trtorch.Input(
4444
min_shape=[1, 3, 224, 224],
4545
opt_shape=[1, 3, 512, 512],
46-
max_shape=[1, 3, 1024, 1024]
46+
max_shape=[1, 3, 1024, 1024],
4747
# For static size shape=[1, 3, 224, 224]
4848
dtype=torch.half, # Datatype of input tensor. Allowed options torch.(float|half|int8|int32|bool)
4949
)],

docsrc/tutorials/getting_started.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -207,7 +207,7 @@ to load in a deployment application. In order to load a TensorRT/TorchScript mod
207207
"inputs": [trtorch.Input(
208208
min_shape=[1, 1, 16, 16],
209209
opt_shape=[1, 1, 32, 32],
210-
max_shape=[1, 1, 64, 64]
210+
max_shape=[1, 1, 64, 64],
211211
dtype=torch.half,
212212
),
213213
],

0 commit comments

Comments
 (0)