Skip to content

Commit f119819

Browse files
Tanmay06holly1238
andauthored
corrected typo (#882)
Co-authored-by: holly1238 <77758406+holly1238@users.noreply.github.com>
1 parent c1caaac commit f119819

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

advanced_source/super_resolution_with_onnxruntime.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ def _initialize_weights(self):
145145
do_constant_folding=True, # whether to execute constant folding for optimization
146146
input_names = ['input'], # the model's input names
147147
output_names = ['output'], # the model's output names
148-
dynamic_axes={'input' : {0 : 'batch_size'}, # variable lenght axes
148+
dynamic_axes={'input' : {0 : 'batch_size'}, # variable length axes
149149
'output' : {0 : 'batch_size'}})
150150

151151
######################################################################

0 commit comments

Comments
 (0)