Repository navigation

#

convolutional-networks

milesial/Pytorch-UNet
Python
9995
8 个月前

Translate darknet to tensorflow. Load trained weights, retrain/fine-tune using tensorflow, export constant graph def to mobile devices

Python
6146
1 年前

Projects and exercises for the latest Deep Learning ND program https://www.udacity.com/course/deep-learning-nanodegree--nd101

Jupyter Notebook
5384
2 年前
Python
3949
4 年前

Paper Lists for Graph Neural Networks

2251
1 年前

micronet, a model compression and deploy lib. compression: 1、quantization: quantization-aware-training(QAT), High-Bit(>2b)(DoReFa/Quantization and Training of Neural Networks for Efficient Integer-Arithmetic-Only Inference)、Low-Bit(≤2b)/Ternary and Binary(TWN/BNN/XNOR-Net); post-training-quantization(PTQ), 8-bit(tensorrt); 2、 pruning: normal、regular and group convolutional channel pruning; 3、 group convolution structure; 4、batch-normalization fuse for quantization. deploy: tensorrt, fp32/fp16/int8(ptq-calibration)、op-adapt(upsample)、dynamic_shape

Python
2242
3 天前

PyTorch Implementation of Fully Convolutional Networks. (Training code to reproduce the original result is available.)

Python
1766
2 年前

Easy training on custom dataset. Various backends (MobileNet and SqueezeNet) supported. A YOLO demo to detect raccoon run entirely in brower is accessible at https://git.io/vF7vI (not on Windows).

Jupyter Notebook
1737
2 年前

a pytorch lib with state-of-the-art architectures, pretrained models and real-time updated results

Python
863
4 年前

Evaluation of the CNN design choices performance on ImageNet-2012.

Jupyter Notebook
742
8 年前

Fully Convlutional Neural Networks for state-of-the-art time series classification

Python
688
6 年前

real-time fire detection in video imagery using a convolutional neural network (deep learning) - from our ICIP 2018 paper (Dunnings / Breckon) + ICMLA 2019 paper (Samarth / Bhowmik / Breckon)

Python
553
4 年前