Found 102 repositories(showing 30)
Kedreamix
用于pytorch的图像分类,包含多种模型方法,比如AlexNet,VGG,GoogleNet,ResNet,DenseNet等等,包含可完整运行的代码。除此之外,也有colab的在线运行代码,可以直接在colab在线运行查看结果。也可以迁移到自己的数据集进行迁移学习。
StChenHaoGitHub
To do a deep learning project on ecg. I use pytorch to reproduce the traditional CNN models include LeNet AlexNet ZFNet VGG GoogLeNet ResNet DenseNet with one demotion.
PyTorch implementation for Semantic Segmentation, include FCN, U-Net, SegNet, GCN, PSPNet, Deeplabv3, Deeplabv3+, Mask R-CNN, DUC, GoogleNet, and more dataset
Lornatang
Restore the official code 100% and improve it to make it easier to use.
xuchaoxi
Classification for cifar10 in pytorch including alexnet, densenet, googlenet, lenet, resnet, vgg
hjy1312
GoogleNet-BN,namely InceptionNetV2 based on pytorch.
suhoy901
GoogleNet
vipul2001
AlexNet , VGG Blocks , Network In Network (NIN),GoogleNet,ResNet,DenseNet Using Pytorch
deep0learning
Implemented the ResNet50 and GoogleNet(Inception_v3) with Pytorch for person re-identification on Market 1501 dataset
ProGamerGov
The Places205 and Places365 GoogleNet Caffe models converted to PyTorch
An implementation of GoogLeNet Inception V3 by Pytorch. The implementation can be adapted to any size of picture input.
YeexiaoZheng
经典CNN架构的Pytorch实现(LeNet、AlexNet、VGGNet、GoogLeNet、ResNet)
Att100
Use Pytorch to replicate some of the image classification models which include AlexNet, SqueezeNet, DenseNet, VGG16, MobileNet, ResNet18 and GoogLeNet.
S-HuaBomb
Step by step, PyTorch implements GoogLeNet、ResNet、DenseNet、Unet for MNIST classification
AlgorithmicIntelligence
Implement the code by paper.
TheCodez
GoogLeNet-FCN
This project focuses on topics: AdaBoost, Pytorch autograd, Mnist data classification with original GoogLeNet and NaiveGoogLeNet frameworks.
JasperDuan111
This is a PyTorch-based ImageNet-100 image classification project that uses a architecture based on Googlenet(Inception) to train and test on a subset of the ImageNet dataset (100 classes). The TOP-1 accuracy reaches 0.73
AbbosAbdullayev
GoogleNet by Pytorch
AlgorithmicIntelligence
Implement the code by paper
No description available
eltonjohnfanboy
Implementing Classic CNN Architectures (AlexNet, VGG, ResNet, GoogLeNet) in PyTorch.
Skoularikis
Pytorch Original & Improved Implementations for VGG, ResNet, GoogLeNet on MNIST & CIFAR10
GRicciardi00
A comprehensive project employing the trimesh library and PyTorch to create a view-based descriptor system for 3D shape retrieval using GoogleNet.
RenxuLogan
厦大学科实践2-多模型比较的人脸表情识别 · ResNet / DAN / GoogLeNet(PyTorch)
avijit-jana
A comparative benchmark of popular Convolutional Neural Network architectures (LeNet‑5, AlexNet, GoogLeNet, ResNet, Xeception) on MNIST, Fashion‑MNIST and CIFAR‑10 using PyTorch. Includes analysis of loss curves, accuracy, precision, recall and F1‑scores.
joanshen0508
No description available
sagarikajadon13
pytorch implementations of some DL architectures. Includes googlenet, resnet, inceptionV3, densenet, mobilenetV1, mobilenetV2, senet, efficientnetV1, transformer etc.
VanQuyen02
No description available
Mistborntt
GoogLeNet的Pytorch实现