pytorch-cnn topic

List pytorch-cnn repositories

HyperDenseNet_pytorch

78
Stars
12
Forks
Watchers

Pytorch version of the HyperDenseNet deep neural network for multi-modal image segmentation

IVD-Net

52
Stars
14
Forks
Watchers

Repository containing the source code of the IVD-Net segmentation network that we proposed for the MICCAI 2018 IVD segmentation challenge.

flops-counter.pytorch

2.7k
Stars
306
Forks
Watchers

Flops counter for convolutional networks in pytorch framework

DLwithPyTorch

91
Stars
56
Forks
Watchers

Code to accompany my upcoming book "Deep learning with PyTorch Book " from Packt

CFSRCNN

110
Stars
12
Forks
Watchers

Coarse-to-Fine CNN for Image Super-Resolution (IEEE Transactions on Multimedia,2021)

PyTorch-BayesianCNN

1.4k
Stars
321
Forks
Watchers

Bayesian Convolutional Neural Network with Variational Inference based on Bayes by Backprop in PyTorch.

pytorch-image-classification

932
Stars
235
Forks
Watchers

Tutorials on how to implement a few key architectures for image classification using PyTorch and TorchVision.

PyTorchDocs

2.3k
Stars
686
Forks
Watchers

PyTorch 官方中文教程包含 60 分钟快速入门教程,强化教程,计算机视觉,自然语言处理,生成对抗网络,强化学习。欢迎 Star,Fork!

medicaldetectiontoolkit

1.3k
Stars
298
Forks
Watchers

The Medical Detection Toolkit contains 2D + 3D implementations of prevalent object detectors such as Mask R-CNN, Retina Net, Retina U-Net, as well as a training and inference framework focused on deal...