pytorch-cnn topic

List pytorch-cnn repositories

MixHop-and-N-GCN

398
Stars
56
Forks
Watchers

An implementation of "MixHop: Higher-Order Graph Convolutional Architectures via Sparsified Neighborhood Mixing" (ICML 2019).

CNN_keras

286
Stars
95
Forks
Watchers

CNN | Keras/PyTorch | CAPTCHA recognition(卷积神经网络、Keras/PyTorch框架、验证码识别)

trixi

220
Stars
19
Forks
Watchers

Manage your machine learning experiments with trixi - modular, reproducible, high fashion. An experiment infrastructure optimized for PyTorch, but flexible enough to work for your framework and your t...

MobileNet-V2

210
Stars
39
Forks
Watchers

A Complete and Simple Implementation of MobileNet-V2 in PyTorch

DeepLearning_PlantDiseases

219
Stars
102
Forks
Watchers

Training and evaluating state-of-the-art deep learning CNN architectures for plant disease classification task.

WS_DAN_PyTorch

165
Stars
36
Forks
Watchers

PyTorch Implementation Of WS-DAN(See Better Before Looking Closer: Weakly Supervised Data Augmentation Network for Fine-Grained Visual Classification)

torch-metrics

110
Stars
14
Forks
Watchers

Metrics for model evaluation in pytorch

pytorch-android

104
Stars
18
Forks
Watchers

[EXPERIMENTAL] Demo of using PyTorch 1.0 inside an Android app. Test with your own deep neural network such as ResNet18/SqueezeNet/MobileNet v2 and a phone camera.

CoordConv

144
Stars
27
Forks
Watchers

Pytorch implementation of "An intriguing failing of convolutional neural networks and the CoordConv solution" - https://arxiv.org/abs/1807.03247