network-in-network

There are 9 repositories under network-in-network topic.

  • 666DZY666/micronet

    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

    Language:Python2.2k40109478
  • mitmul/chainer-cifar10

    Various CNN models for CIFAR10 with Chainer

    Language:Python1388435
  • yell/photo-organizer

    Lviv Data Science Summer School 2016 project

    Language:Python496011
  • histopathologic_cancer_detector

    gsurma/histopathologic_cancer_detector

    CNN histopathologic tumor identifier.

    Language:Jupyter Notebook275218
  • ProGamerGov/pytorch-convis

    A tool to visualize convolutional layer activations on an input image.

    Language:Python17204
  • sbrhss/d2l_pytorch_cpp

    Dive to Deep Learning with Pytorch C++ API

    Language:C++10214
  • ebalda/adversarialconvex

    Tensorflow implementation for generating adversarial examples using convex programming

    Language:Python7204
  • georgezoto/Convolutional-Neural-Networks

    Convolutional Neural Networks repository for all projects of Course 4 of 5 of the Deep Learning Specialization covering CNNs and classical architectures like LeNet-5, AlexNet, GoogleNet Inception Network, VGG-16, ResNet, 1x1 Convos, OverFeat, R-CNN, Fast R-CNN, Faster R-CNN, YOLO, YOLO9000, DeepFace, FaceNet and Neural Style Transfer.

    Language:Jupyter Notebook5303
  • ProGamerGov/pytorch-nin

    The NIN-Imagenet model converted from Caffe to PyTorch

    Language:Python3205