File size: 1,435 Bytes
34aa1b1
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
057b336
34aa1b1
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
---
license: mit
datasets:
- ILSVRC/imagenet-1k
pipeline_tag: image-classification
---
# Introduction

This repository stores the model for Squeezenet, compatible with Kalray's neural network API. </br>
Please see www.github.com/kalray/kann-models-zoo for details and proper usage. </br>

# Contents

- ONNX:   squeezenet-v1.onnx

# Lecture note reference

- https://arxiv.org/pdf/1602.07360

# Repository or links references

- https://github.com/onnx/models/blob/5faef4c33eba0395177850e1e31c4a6a9e634c82/vision/classification/squeezenet/model/squeezenet1.0-12.onnx

BibTeX entry and citation info
```
@article{DBLP:journals/corr/IandolaMAHDK16,
  author       = {Forrest N. Iandola and
                  Matthew W. Moskewicz and
                  Khalid Ashraf and
                  Song Han and
                  William J. Dally and
                  Kurt Keutzer},
  title        = {SqueezeNet: AlexNet-level accuracy with 50x fewer parameters and {\textless}1MB
                  model size},
  journal      = {CoRR},
  volume       = {abs/1602.07360},
  year         = {2016},
  url          = {http://arxiv.org/abs/1602.07360},
  eprinttype    = {arXiv},
  eprint       = {1602.07360},
  timestamp    = {Fri, 20 Nov 2020 16:16:06 +0100},
  biburl       = {https://dblp.org/rec/journals/corr/IandolaMAHDK16.bib},
  bibsource    = {dblp computer science bibliography, https://dblp.org}
}
```

Author: nbouberbachene@kalrayinc.com