An open API service indexing awesome lists of open source software.

https://github.com/bruce-lee-ly/deep_learning

Implemented the training and inference of several common deep learning model algorithms with tensorflow and pytorch.
https://github.com/bruce-lee-ly/deep_learning

alexnet deep-learning densenet inception lenet-5 mobilenet python pytorch resnet shufflenet squeezenet tensorflow vgg

Last synced: 7 months ago
JSON representation

Implemented the training and inference of several common deep learning model algorithms with tensorflow and pytorch.

Awesome Lists containing this project

README

          

# Deep Learning
Implemented the training and inference of several common deep learning model algorithms with tensorflow and pytorch.

## Darknet
- VOC to YOLOLabel

## PyTorch
- DenseNet
- DenseNet121
- DenseNet161
- DenseNet169
- DenseNet201
- LeNet_5
- MobileNet_v2
- ResNet18
- ResNet34
- ResNet50
- ResNet101
- ResNet152
- ShuffleNet_V2_X2_0
- SqueezeNet1_1

## TensorFlow
- AlexNet_V2
- Caltech_256
- Inception_V3
- LeNet_5
- ResNet_V2
- VGG16
- VOC to TFRecord