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.
- Host: GitHub
- URL: https://github.com/bruce-lee-ly/deep_learning
- Owner: Bruce-Lee-LY
- License: mit
- Created: 2020-01-10T13:25:00.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2022-06-02T13:36:27.000Z (over 3 years ago)
- Last Synced: 2025-01-16T09:38:58.304Z (9 months ago)
- Topics: alexnet, deep-learning, densenet, inception, lenet-5, mobilenet, python, pytorch, resnet, shufflenet, squeezenet, tensorflow, vgg
- Language: Python
- Homepage:
- Size: 22.5 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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