All Projects → tensorlayer → pretrained-models

tensorlayer / pretrained-models

Licence: other
No description or website provided.

Projects that are alternatives of or similar to pretrained-models

Srgan
Photo-Realistic Single Image Super-Resolution Using a Generative Adversarial Network
Stars: ✭ 2,641 (+3375%)
Mutual labels:  vgg, tensorlayer
Ailearnnotes
Artificial Intelligence Learning Notes.
Stars: ✭ 195 (+156.58%)
Mutual labels:  vgg
Classification models
Classification models trained on ImageNet. Keras.
Stars: ✭ 938 (+1134.21%)
Mutual labels:  vgg
Imagenet
Pytorch Imagenet Models Example + Transfer Learning (and fine-tuning)
Stars: ✭ 134 (+76.32%)
Mutual labels:  vgg
Tensornets
High level network definitions with pre-trained weights in TensorFlow
Stars: ✭ 982 (+1192.11%)
Mutual labels:  vgg
Pyramidbox.pytorch
Pyramidbox implement with pytorch
Stars: ✭ 142 (+86.84%)
Mutual labels:  vgg
Ssds.pytorch
Repository for Single Shot MultiBox Detector and its variants, implemented with pytorch, python3.
Stars: ✭ 570 (+650%)
Mutual labels:  vgg
Ai papers
AI Papers
Stars: ✭ 253 (+232.89%)
Mutual labels:  vgg
Vgg19 with tensorflow
An easy implement of VGG19 with tensorflow, which has a detailed explanation.
Stars: ✭ 173 (+127.63%)
Mutual labels:  vgg
Imagenet
This implements training of popular model architectures, such as AlexNet, ResNet and VGG on the ImageNet dataset(Now we supported alexnet, vgg, resnet, squeezenet, densenet)
Stars: ✭ 126 (+65.79%)
Mutual labels:  vgg
X Ray Classification
X-ray Images (Chest images) analysis and anomaly detection using Transfer learning with inception v2
Stars: ✭ 83 (+9.21%)
Mutual labels:  vgg
Neural Style
本代码加入了神经风格迁移中文注释,更易理解,同时新加入begin.py可直接运行调试。
Stars: ✭ 42 (-44.74%)
Mutual labels:  vgg
Tensorrtx
Implementation of popular deep learning networks with TensorRT network definition API
Stars: ✭ 3,456 (+4447.37%)
Mutual labels:  vgg
Vgg16 Pytorch
VGG16 Net implementation from PyTorch Examples scripts for ImageNet dataset
Stars: ✭ 26 (-65.79%)
Mutual labels:  vgg
Unofficial Implement Of Openpose
Implement of Openpose use Tensorflow
Stars: ✭ 222 (+192.11%)
Mutual labels:  vgg
Keras Idiomatic Programmer
Books, Presentations, Workshops, Notebook Labs, and Model Zoo for Software Engineers and Data Scientists wanting to learn the TF.Keras Machine Learning framework
Stars: ✭ 720 (+847.37%)
Mutual labels:  vgg
Chainer Cifar10
Various CNN models for CIFAR10 with Chainer
Stars: ✭ 134 (+76.32%)
Mutual labels:  vgg
notebooks
A docker-based starter kit for machine learning via jupyter notebooks. Designed for those who just want a runtime environment and get on with machine learning. Docker tags:
Stars: ✭ 29 (-61.84%)
Mutual labels:  tensorlayer
Covid 19 Detection Flask App Based On Chest X Rays And Ct Scans
COVID-19 Detection Chest X-rays and CT scans: COVID-19 Detection based on Chest X-rays and CT Scans using four Transfer Learning algorithms: VGG16, ResNet50, InceptionV3, Xception. The models were trained for 500 epochs on around 1000 Chest X-rays and around 750 CT Scan images on Google Colab GPU. A Flask App was later developed wherein user can upload Chest X-rays or CT Scans and get the output of possibility of COVID infection.
Stars: ✭ 66 (-13.16%)
Mutual labels:  vgg
Sceneclassify
AI场景分类竞赛
Stars: ✭ 169 (+122.37%)
Mutual labels:  vgg

Some Pretrained Models for TensorLayer

Feel free to add more.This repository is implemented with TensorLayer2.0+.

Reinforcement Learning Examples

./rl_models/ contains pretrained models for each algorithm in reinforcement learning examples.

CNN for ImageNet

The tl.models API description here, and the discussion for network architecture that can be easily use here.

Model Code Parameter Top-1 Accuracy Top-5 Accuracy
VGG 16 code model 71.5 89.8
VGG 19 code model (from machrisaa/tensorflow-vgg) 71.1 89.8
ResNet V1 50 75.2 92.2
ResNet V1 101 resnet_v1_101_2016_08_28.tar.gz 76.4 92.9
ResNet V1 152 resnet_v1_152_2016_08_28.tar.gz 76.8 93.2
ResNet V2 50 resnet_v2_50_2017_04_14.tar.gz 75.6 92.8
ResNet V2 101 resnet_v2_101_2017_04_14.tar.gz 77.0 93.7
ResNet V2 152 resnet_v2_152_2017_04_14.tar.gz 77.8 94.1
ResNet V2 200 TBA 79.9* 95.2*
Inception V1 inception_v1_2016_08_28.tar.gz 69.8 89.6
Inception V2 inception_v2_2016_08_28.tar.gz 73.9 91.8
Inception V3 code inception_v3_2016_08_28.tar.gz 78.0 93.9
Inception V4 80.2 95.2
Xception
Inception-ResNet-v2 80.4 95.3
SqueezeNet V1 code model
SqueezeNet V2
MobileNet V1 code model
MobileNet V2_1.4_224 74.9 92.5
MobileNet V2_1.0_224 71.9 91.0
NASNet-A_Mobile_224 nasnet-a_mobile_04_10_2017.tar.gz 74.0 91.6
NASNet-A_Large_331 nasnet-a_large_04_10_2017.tar.gz 82.7 96.2
PNASNet-5_Large_331 pnasnet-5_large_2017_12_13.tar.gz 82.9 96.2
DenseNet
NASNet

More examples in Awesome-TensorLayer

References

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].