Skip to content

Commit fdd3aab

Browse files
remove shufflenet_v2_x1_5 and shufflenet_v2_x2_0 from models.rst (#5661)
Co-authored-by: Vasilis Vryniotis <[email protected]>
1 parent b29c553 commit fdd3aab

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

docs/source/models.rst

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -465,8 +465,6 @@ a model with random weights by calling its constructor:
465465
resnext101_32x8d = models.quantization.resnext101_32x8d()
466466
shufflenet_v2_x0_5 = models.quantization.shufflenet_v2_x0_5()
467467
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()
470468
471469
Obtaining a pre-trained quantized model can be done with a few lines of code:
472470

0 commit comments

Comments
 (0)