We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b29c553 commit fdd3aabCopy full SHA for fdd3aab
docs/source/models.rst
@@ -465,8 +465,6 @@ a model with random weights by calling its constructor:
465
resnext101_32x8d = models.quantization.resnext101_32x8d()
466
shufflenet_v2_x0_5 = models.quantization.shufflenet_v2_x0_5()
467
shufflenet_v2_x1_0 = models.quantization.shufflenet_v2_x1_0()
468
- shufflenet_v2_x1_5 = models.quantization.shufflenet_v2_x1_5()
469
- shufflenet_v2_x2_0 = models.quantization.shufflenet_v2_x2_0()
470
471
Obtaining a pre-trained quantized model can be done with a few lines of code:
472
0 commit comments