Image Classification
LiteRT
ONNX
qmller commited on
Commit
ecdb5eb
·
verified ·
1 Parent(s): b55340b

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +5 -3
README.md CHANGED
@@ -1,5 +1,5 @@
1
  ---
2
- license: mit
3
  datasets:
4
  - ILSVRC/imagenet-1k
5
  pipeline_tag: image-classification
@@ -19,10 +19,12 @@ Please see www.github.com/kalray/kann-models-zoo for details and proper usage. <
19
 
20
  # Repository or links references
21
 
22
- -
23
 
24
  BibTeX entry and citation info
25
  ```
26
  ```
27
 
28
- Author: [email protected]
 
 
 
1
  ---
2
+ license: apache-2.0
3
  datasets:
4
  - ILSVRC/imagenet-1k
5
  pipeline_tag: image-classification
 
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