"vscode:/vscode.git/clone" did not exist on "b1840f49fae30d6830370d36c3c6af4881c60927"
Unverified Commit fdd3aaba authored by XiaobingZhang's avatar XiaobingZhang Committed by GitHub
Browse files

remove shufflenet_v2_x1_5 and shufflenet_v2_x2_0 from models.rst (#5661)


Co-authored-by: default avatarVasilis Vryniotis <datumbox@users.noreply.github.com>
parent b29c5537
......@@ -465,8 +465,6 @@ a model with random weights by calling its constructor:
resnext101_32x8d = models.quantization.resnext101_32x8d()
shufflenet_v2_x0_5 = models.quantization.shufflenet_v2_x0_5()
shufflenet_v2_x1_0 = models.quantization.shufflenet_v2_x1_0()
shufflenet_v2_x1_5 = models.quantization.shufflenet_v2_x1_5()
shufflenet_v2_x2_0 = models.quantization.shufflenet_v2_x2_0()
Obtaining a pre-trained quantized model can be done with a few lines of code:
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment