Image Classification
ONNX
File size: 1,507 Bytes
99528e9
d4af31b
99528e9
 
 
 
 
 
 
 
 
 
 
 
e3bdcb2
 
99528e9
 
 
04163d7
 
99528e9
 
 
e3bdcb2
 
99528e9
 
 
 
 
 
 
 
 
 
 
 
 
 
 
d4af31b
 
 
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
---
license: bsd-3-clause
datasets:
- ILSVRC/imagenet-1k
pipeline_tag: image-classification
---

# Introduction

This repository stores the model for Alexnet, 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: alexnet-torch.onnx
- Quantized-ONNX (INT8): alexnet-torch.onnx

# Lecture note reference

- ImageNet Classification with Deep Convolutional Neural Networks, https://papers.nips.cc/paper_files/paper/2012/file/c399862d3b9d6b76c8436e924a68c45b-Paper.pdf
- One weird trick for parallelizing convolutional neural networks, https://arxiv.org/pdf/1404.5997.pdf

# Repository or links references

- [ONNX](https://github.com/onnx/models/blob/main/validated/vision/classification/alexnet/README.md)
- [PyTorch | TorchVision](https://pytorch.org/vision/stable/models/generated/torchvision.models.alexnet.html#torchvision.models.alexnet)

BibTeX entry and citation info
```
@article{ILSVRC15,
Author = {Olga Russakovsky and Jia Deng and Hao Su and Jonathan Krause and Sanjeev Satheesh and Sean Ma and Zhiheng Huang and Andrej Karpathy and Aditya Khosla and Michael Bernstein and Alexander C. Berg and Li Fei-Fei},
Title = {{ImageNet Large Scale Visual Recognition Challenge}},
Year = {2015},
journal   = {International Journal of Computer Vision (IJCV)},
doi = {10.1007/s11263-015-0816-y},
volume={115},
number={3},
pages={211-252}
}
```

Authors:
+ nbouberbachene@kalrayinc.com
+ qmuller@kalrayinc.com