Image Classification
LiteRT
ONNX
vgg-16 / README.md
qmller's picture
Update README.md
c043980 verified
---
license: apache-2.0
datasets:
- ILSVRC/imagenet-1k
pipeline_tag: image-classification
---
# Introduction
This repository stores the model for VGG-16, 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: vgg-16.pb
- TFlite : vgg-16.tflite
- ONNX: vgg-16.onnx (converted with tf2onnx from tensorflow model above)
# Lecture note reference
- Very Deep Convolutional Networks for Large-Scale Image Recognition, https://arxiv.org/pdf/1409.1556
# Repository or links references
- [Keras | Github code repository](https://github.com/keras-team/keras/blob/v3.5.0/keras/src/applications/vgg16.py)
BibTeX entry and citation info
```
```
Authors:
- [email protected]
- [email protected]