Skip to content

Commit 8b5d637

Browse files
jdsgomesdatumbox
authored andcommitted
[fbsync] remove shufflenet_v2_x1_5 and shufflenet_v2_x2_0 from models.rst (#5661)
Summary: (Note: this ignores all push blocking failures!) Reviewed By: datumbox Differential Revision: D35216787 fbshipit-source-id: 37cdaa0d698f0365289b3a01b4491799876d64db Co-authored-by: Vasilis Vryniotis <[email protected]>
1 parent 3b5fc2c commit 8b5d637

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)