Skip to content

Commit 99bf69e

Browse files
HDCharlessvekars
andauthored
Update advanced_source/static_quantization_tutorial.rst
Co-authored-by: Svetlana Karslioglu <svekars@meta.com>
1 parent 0d24fe6 commit 99bf69e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

advanced_source/static_quantization_tutorial.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -436,7 +436,7 @@ values to floats - and then back to ints - between every operation, resulting in
436436
# Convert to quantized model
437437
torch.ao.quantization.convert(myModel, inplace=True)
438438
# You may see a user warning about needing to calibrate the model. This warning can be safely ignored.
439-
# this warning occurs because not all modules are run in each model runs so some
439+
# This warning occurs because not all modules are run in each model runs, so some
440440
# modules may not be calibrated.
441441
print('Post Training Quantization: Convert done')
442442
print('\n Inverted Residual Block: After fusion and quantization, note fused modules: \n\n',myModel.features[1].conv)

0 commit comments

Comments
 (0)