We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c1caaac commit f119819Copy full SHA for f119819
advanced_source/super_resolution_with_onnxruntime.py
@@ -145,7 +145,7 @@ def _initialize_weights(self):
145
do_constant_folding=True, # whether to execute constant folding for optimization
146
input_names = ['input'], # the model's input names
147
output_names = ['output'], # the model's output names
148
- dynamic_axes={'input' : {0 : 'batch_size'}, # variable lenght axes
+ dynamic_axes={'input' : {0 : 'batch_size'}, # variable length axes
149
'output' : {0 : 'batch_size'}})
150
151
######################################################################
0 commit comments