Skip to content

Commit cd8e95d

Browse files
committed
rename dirs
1 parent 55cd525 commit cd8e95d

15 files changed

+3
-3
lines changed

README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -29,11 +29,11 @@ Following models are implemented, each one also has a readme inside.
2929
|[lenet](./lenet) | the simplest, as a "hello world" of this project |
3030
|[alexnet](./alexnet)| easy to implement, all layers are supported in tensorrt |
3131
|[googlenet](./googlenet)| GoogLeNet (Inception v1) |
32-
|[inception](./inception)| Inception v3 |
32+
|[inception](./inceptionv3)| Inception v3 |
3333
|[mnasnet](./mnasnet)| MNASNet with depth multiplier of 0.5 from the paper |
34-
|[mobilenet](./mobilenet)| MobileNet V2 |
34+
|[mobilenet](./mobilenetv2)| MobileNet V2 |
3535
|[resnet](./resnet)| resnet-18 and resnet-50 are implemented |
36-
|[shufflenet](./shufflenet)| ShuffleNetV2 with 0.5x output channels |
36+
|[shufflenet](./shufflenetv2)| ShuffleNetV2 with 0.5x output channels |
3737
|[squeezenet](./squeezenet)| SqueezeNet 1.1 model |
3838
|[vgg](./vgg)| VGG 11-layer model |
3939
|[yolov3](./yolov3)| darknet-53, weights from yolov3 authors |
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)