ddlee-cn / awesome_cnnLinks
A collection of CNN structures, contains PyTorch Implementation and Netscope Visualization.
☆44Updated 7 years ago
Alternatives and similar repositories for awesome_cnn
Users that are interested in awesome_cnn are comparing it to the libraries listed below
Sorting:
- Implement Pruning Convolutional Neural Networks for Resource Efficient Inference with Keras framework☆16Updated 8 years ago
- the pytorch implementation of light models: SqueezeNet, ShuffleNet, MobileNet, MobileNetv2 and ShuffleNetv2☆52Updated 7 years ago
- A PyTorch Implementation for Octave Convolution in Drop an Octave☆45Updated 6 years ago
- Implementation of Squeezenet in pytorch, pretrained models on Cifar 10 data to come☆91Updated 5 years ago
- ☆64Updated 8 years ago
- A Gluon implement of Residual Attention Network. Best acc on cifar10-97.78%.☆107Updated 6 years ago
- Implementation of Octave Convolution from Drop an Octave: Reducing Spatial Redundancy in Convolutional Neural Networks with Octave Convol…☆57Updated 6 years ago
- Converting a pretrained pytorch model to tensorflow☆94Updated 8 years ago
- This is a repository for summarizing papers especially related to machine learning.☆64Updated 6 years ago
- Corresponding post at http://efavdb.com/gaussian-processes/☆22Updated 8 years ago
- Reproduce selected deep learning models from scratch in PyTorch☆61Updated 6 years ago
- Exploiting the Potential of Standard Convolutional Autoencoders for Image Restoration by Evolutionary Search (ICML 2018)☆71Updated 7 years ago
- pytorch model summary, statistic parameters number, memory usage, FLOPs and so on☆97Updated 6 years ago
- Model converter (PyTorch -> MatConvNet)☆62Updated 7 years ago
- Keras implementation of Octave Convolutions☆53Updated 6 years ago
- A PyTorch implementation of MNASNET☆47Updated 7 years ago
- pytorch codes☆51Updated 6 years ago
- 整理cvpr论文,包括摘要,动机,架构,结果,总结☆27Updated 7 years ago
- sagieppel / Focusing-attention-of-Fully-convolutional-neural-networks-on-Region-of-interest-ROI-input-map-This project contains code for a fully convolutional neural network (FCN) for semantic segmentation with a region of interest (ROI) map a…☆48Updated 4 years ago
- PyTorch 1.0 inference in C++ on Windows10 platforms☆89Updated 7 years ago
- [ECCV 2018] Sparsely Aggreagated Convolutional Networks https://arxiv.org/abs/1801.05895☆124Updated 7 years ago
- Spatial Transformer Nets in TensorFlow/ TensorLayer☆36Updated 6 years ago
- ShuffleNet Implementation using Keras Functional Framework 2.0☆77Updated 5 years ago
- implement SRCNN via Keras with Theano as backend. For fair comparison with published works, low-resolution images are produced by matlab …☆22Updated 8 years ago
- Code for https://arxiv.org/abs/1810.04622☆140Updated 6 years ago
- Face completion using Generative Adversarial Networks☆11Updated 8 years ago
- A memory efficient implementation of densenet.☆82Updated 6 years ago
- Tensorflow Implementation of ChannelNets (NeurIPS 18)☆76Updated 6 years ago
- Simple Summary of CNN Architecture