Image Classification
LiteRT
ONNX
File size: 1,273 Bytes
fcce507
 
 
 
 
 
 
 
 
 
 
 
 
7b7b1c7
 
 
fcce507
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
---
license: mit
datasets:
- ILSVRC/imagenet-1k
pipeline_tag: image-classification
---
# Introduction

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

# Contents

- Tensorflow:   xception.pb
- TFlite:   xception.tflite
- ONNX: xception.onnx (converted with tf2onnx from tensorflow model above)

# Lecture note reference

- Xception: Deep Learning with Depthwise Separable Convolutions, https://arxiv.org/pdf/1610.02357.pdf

# Repository or links references

- https://keras.io/api/applications/xception/

BibTeX entry and citation info
```
@article{DBLP:journals/corr/Chollet16a,
  author       = {Fran{\c{c}}ois Chollet},
  title        = {Xception: Deep Learning with Depthwise Separable Convolutions},
  journal      = {CoRR},
  volume       = {abs/1610.02357},
  year         = {2016},
  url          = {http://arxiv.org/abs/1610.02357},
  eprinttype    = {arXiv},
  eprint       = {1610.02357},
  timestamp    = {Mon, 13 Aug 2018 16:46:20 +0200},
  biburl       = {https://dblp.org/rec/journals/corr/Chollet16a.bib},
  bibsource    = {dblp computer science bibliography, https://dblp.org}
}
```

Author: [email protected]