Image Classification
TF Lite
qmller commited on
Commit
27f6aa3
1 Parent(s): 07c54ff

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +7 -4
README.md CHANGED
@@ -1,5 +1,5 @@
1
  ---
2
- license: mit
3
  datasets:
4
  - ILSVRC/imagenet-1k
5
  pipeline_tag: image-classification
@@ -12,7 +12,8 @@ Please see www.github.com/kalray/kann-models-zoo for details and proper usage. <
12
 
13
  # Contents
14
 
15
- - Tensorflow: inception-resnetv2-optim-nobn.pb
 
16
 
17
  # Lecture note reference
18
 
@@ -20,7 +21,7 @@ Please see www.github.com/kalray/kann-models-zoo for details and proper usage. <
20
 
21
  # Repository or links references
22
 
23
- - https://keras.io/api/applications/inceptionresnetv2/
24
 
25
  BibTeX entry and citation info
26
  ```
@@ -42,4 +43,6 @@ BibTeX entry and citation info
42
  }
43
  ```
44
 
45
- Author: [email protected]
 
 
 
1
  ---
2
+ license: apache-2.0
3
  datasets:
4
  - ILSVRC/imagenet-1k
5
  pipeline_tag: image-classification
 
12
 
13
  # Contents
14
 
15
+ - Tensorflow: inception-resnetv2.pb
16
+ - TFlite: inception-resnetv2.tflite
17
 
18
  # Lecture note reference
19
 
 
21
 
22
  # Repository or links references
23
 
24
+ - [Keras](https://keras.io/api/applications/inceptionresnetv2/)
25
 
26
  BibTeX entry and citation info
27
  ```
 
43
  }
44
  ```
45
 
46
+ Authors:
47
48