Image Classification
TF Lite
ONNX
qmller commited on
Commit
f155f7a
1 Parent(s): 908437d

Update README.md

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