Repository navigation

#

vgg

Photo-Realistic Single Image Super-Resolution Using a Generative Adversarial Network

Python
3406
1 年前

An Implementation of Fully Convolutional Networks in Tensorflow.

Python
1101
7 年前

Books, Presentations, Workshops, Notebook Labs, and Model Zoo for Software Engineers and Data Scientists wanting to learn the TF.Keras Machine Learning framework

Jupyter Notebook
817
4 年前

This is a code repository for pytorch c++ (or libtorch) tutorial.

C++
780
3 年前

Repository for Single Shot MultiBox Detector and its variants, implemented with pytorch, python3.

Python
565
5 年前

仅使用numpy从头开始实现神经网络,包括反向传播公式推导过程; numpy构建全连接层、卷积层、池化层、Flatten层;以及图像分类案例及精调网络案例等,持续更新中... ...

Jupyter Notebook
542
4 年前

天池医疗AI大赛[第一季]:肺部结节智能诊断 UNet/VGG/Inception/ResNet/DenseNet

Jupyter Notebook
422
3 年前

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)

Python
419
7 年前

ImageNet pre-trained models with batch normalization for the Caffe framework

Python
363
7 年前

Pretrained deep learning models for Jax/Flax: StyleGAN2, GPT2, VGG, ResNet, etc.

Python
249
1 个月前

用于pytorch的图像分类,包含多种模型方法,比如AlexNet,VGG,GoogleNet,ResNet,DenseNet等等,包含可完整运行的代码。除此之外,也有colab的在线运行代码,可以直接在colab在线运行查看结果。也可以迁移到自己的数据集进行迁移学习。

Jupyter Notebook
226
1 年前

RM Operation can equivalently convert ResNet to VGG, which is better for pruning; and can help RepVGG perform better when the depth is large.

Python
212
2 年前