Image Classification
TF Lite
qmller commited on
Commit
6825d49
1 Parent(s): 3bb001e

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -2
README.md CHANGED
@@ -12,6 +12,7 @@ Please see www.github.com/kalray/kann-models-zoo for details and proper usage. <
12
  # Contents
13
 
14
  - Tensorflow: vgg-16.pb
 
15
 
16
  # Lecture note reference
17
 
@@ -19,12 +20,12 @@ Please see www.github.com/kalray/kann-models-zoo for details and proper usage. <
19
 
20
  # Repository or links references
21
 
22
- - Github code repository: https://github.com/keras-team/keras/blob/v3.5.0/keras/src/applications/vgg16.py
23
 
24
  BibTeX entry and citation info
25
  ```
26
  ```
27
 
28
- Author:
29
30
 
12
  # Contents
13
 
14
  - Tensorflow: vgg-16.pb
15
+ - TFlite : vgg-16.tflite
16
 
17
  # Lecture note reference
18
 
 
20
 
21
  # Repository or links references
22
 
23
+ - [Keras | Github code repository](https://github.com/keras-team/keras/blob/v3.5.0/keras/src/applications/vgg16.py)
24
 
25
  BibTeX entry and citation info
26
  ```
27
  ```
28
 
29
+ Authors:
30
31