File size: 778 Bytes
2fb8f05 14f6701 2fb8f05 f155f7a 2fb8f05 d5241de 2fb8f05 f155f7a 2fb8f05 14f6701 |
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 |
---
license: apache-2.0
datasets:
- ILSVRC/imagenet-1k
pipeline_tag: image-classification
---
# Introduction
This repository stores the model for VGG-19, 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-19.pb
- TFlite: vgg-19.tflite
- ONNX (tf2onnx): vgg-19.onnx
# 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/vgg19.py)
BibTeX entry and citation info
```
```
Authors:
- [email protected]
- [email protected] |