File tree 1 file changed +0
-3
lines changed
1 file changed +0
-3
lines changed Original file line number Diff line number Diff line change @@ -33,9 +33,6 @@ Please refer to [Instruction.md](../models/Instruction.md) for more details abou
33
33
| [ Inception_V3] ( https://arxiv.org/abs/1512.00567 ) | [ PyTorch] ( https://pytorch.org/hub/pytorch_vision_inception_v3/ ) | models/vision/classification/inception |
34
34
| [ MNIST] ( http://yann.lecun.com/exdb/publis ) | [ TensorFlow Tutorial] ( https://chromium.googlesource.com/external/github.com/tensorflow/tensorflow/+/r0.10/tensorflow/g3doc/tutorials/mnist/beginners/index.md ) | models/vision/classification/mnist_simple |
35
35
| [ MobileNet_V2] ( https://arxiv.org/abs/1801.04381 ) | [ PyTorch] ( https://pytorch.org/hub/pytorch_vision_mobilenet_v2/ ) | models/vision/classification/mobilenet |
36
- | [ Resnet V1-18] ( https://arxiv.org/abs/1512.03385 ) | [ ONNX] ( https://github.com/onnx/models/raw/master/vision/classification/resnet/model/resnet18-v1-7.onnx ) | models/vision/classification/resnet |
37
- | [ ResNet V2-50] ( https://arxiv.org/abs/1603.05027 ) | [ ONNX] ( https://github.com/onnx/models/raw/master/vision/classification/resnet/model/resnet50-v2-7.onnx ) | models/vision/classification/resnet |
38
- | [ ResNet V2-101] ( https://arxiv.org/abs/1603.05027 ) | [ ONNX] ( https://github.com/onnx/models/raw/master/vision/classification/resnet/model/resnet101-v2-7.onnx ) | models/vision/classification/resnet |
39
36
| [ ShuffleNet] ( https://arxiv.org/abs/1707.01083 ) | [ ONNX] ( https://github.com/onnx/models/blob/master/vision/classification/shufflenet/model/shufflenet-9.onnx ) | models/vision/classification/shufflenet |
40
37
| [ ShuffleNet_V2] ( https://arxiv.org/abs/1707.01083 ) | [ ONNX] ( https://github.com/onnx/models/blob/master/vision/classification/shufflenet/model/shufflenet-v2-10.onnx ) |
41
38
| [ SqueezeNet_10] ( https://arxiv.org/abs/1602.07360 ) | [ PyTorch] ( https://pytorch.org/hub/pytorch_vision_squeezenet/ ) | models/vision/classification/squeezenet |
You can’t perform that action at this time.
0 commit comments