All Projects → NidabaSys → Simplified_SqueezeNet

NidabaSys / Simplified_SqueezeNet

Licence: other
An improved version of SqueezeNet networks https://github.com/DeepScale/SqueezeNet

Projects that are alternatives of or similar to Simplified SqueezeNet

dd performances
DeepDetect performance sheet
Stars: ✭ 92 (+142.11%)
Mutual labels:  deeplearning, squeezenet
gan deeplearning4j
Automatic feature engineering using Generative Adversarial Networks using Deeplearning4j and Apache Spark.
Stars: ✭ 19 (-50%)
Mutual labels:  deeplearning
Nlp Architect
A model library for exploring state-of-the-art deep learning topologies and techniques for optimizing Natural Language Processing neural networks
Stars: ✭ 2,768 (+7184.21%)
Mutual labels:  deeplearning
Ai papers
AI Papers
Stars: ✭ 253 (+565.79%)
Mutual labels:  deeplearning
Speechbrain.github.io
The SpeechBrain project aims to build a novel speech toolkit fully based on PyTorch. With SpeechBrain users can easily create speech processing systems, ranging from speech recognition (both HMM/DNN and end-to-end), speaker recognition, speech enhancement, speech separation, multi-microphone speech processing, and many others.
Stars: ✭ 242 (+536.84%)
Mutual labels:  deeplearning
pytorch Squeezenet
Implementation of Squeezenet in pytorch, pretrained models on Cifar 10 data to come
Stars: ✭ 86 (+126.32%)
Mutual labels:  squeezenet
Multirunner
This is a python package for multi-process running.
Stars: ✭ 242 (+536.84%)
Mutual labels:  deeplearning
Malware-Detection
Deep Learning Based Android Malware Detection Framework
Stars: ✭ 29 (-23.68%)
Mutual labels:  deeplearning
awesome-conformal-prediction
A professionally curated list of awesome Conformal Prediction videos, tutorials, books, papers, PhD and MSc theses, articles and open-source libraries.
Stars: ✭ 998 (+2526.32%)
Mutual labels:  deeplearning
Deeplearning Cfn
Distributed Deep Learning on AWS Using CloudFormation (CFN), MXNet and TensorFlow
Stars: ✭ 252 (+563.16%)
Mutual labels:  deeplearning
C3d Pytorch
Pytorch porting of C3D network, with Sports1M weights
Stars: ✭ 251 (+560.53%)
Mutual labels:  deeplearning
Awesome Carla
👉 CARLA resources such as tutorial, blog, code and etc https://github.com/carla-simulator/carla
Stars: ✭ 246 (+547.37%)
Mutual labels:  deeplearning
MobilePose
Light-weight Single Person Pose Estimator
Stars: ✭ 588 (+1447.37%)
Mutual labels:  squeezenet
Kerasdeepspeech
A Keras CTC implementation of Baidu's DeepSpeech for model experimentation
Stars: ✭ 245 (+544.74%)
Mutual labels:  deeplearning
genetic deep learning
No description or website provided.
Stars: ✭ 13 (-65.79%)
Mutual labels:  deeplearning
Segan pytorch
Speech Enhancement Generative Adversarial Network in PyTorch
Stars: ✭ 242 (+536.84%)
Mutual labels:  deeplearning
Scan2cad
[CVPR'19] Dataset and code used in the research project Scan2CAD: Learning CAD Model Alignment in RGB-D Scans
Stars: ✭ 249 (+555.26%)
Mutual labels:  deeplearning
Dawn Bench Entries
DAWNBench: An End-to-End Deep Learning Benchmark and Competition
Stars: ✭ 254 (+568.42%)
Mutual labels:  deeplearning
66Days NaturalLanguageProcessing
I am sharing my Journey of 66DaysofData in Natural Language Processing.
Stars: ✭ 127 (+234.21%)
Mutual labels:  deeplearning
Baidu-Dog2017
http://js.baidu.com/
Stars: ✭ 37 (-2.63%)
Mutual labels:  deeplearning

Simplified_SqueezeNet

An improved version of SqueezeNet networks https://github.com/DeepScale/SqueezeNet

Simplified SqueezeNet is SqueezeNet network with removing Fire/Expand layer of reception field 1 and the concatenation layer. The suggested modification accelerated the training of SqueezeNet by more than 4 times.

To understand the differences between the two networks, refer the the below links.

This link visualize the SqueezeNet network: http://ethereon.github.io/netscope/#/gist/d2bf1b838c4c07a465afbdcfac0577f9

This link visualize the Simplified SqueezeNet network: http://ethereon.github.io/netscope/#/gist/fd7f749c3cfe69a6859cc56225c10c0f

The above directories contain the source files for training SqueezeNet and Simplified SqueezeNet on two large scale image datasets.

Stay tuned for the technical report (coming soon)

For any information , please contact us at [email protected]

If you find the network useful in your research, please consider citing:

@article{SqueezeNet,
    Author = {Hussein Al-barazanchi},
    Title = {Simplified SqueezeNet},
    Journal = {arXiv},
    Year = {2017}
}
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].