Image Classification
ONNX
qmller commited on
Commit
2f418e7
·
verified ·
1 Parent(s): bc50fb2

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +8 -7
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 https://huggingface.co/docs/transformers/main/en/model_doc/efficientn
12
 
13
  # Contents
14
 
15
- - ONNX: efficientNet-b4.onnx
 
16
 
17
  # Lecture note reference
18
 
@@ -25,11 +26,11 @@ Please see https://huggingface.co/docs/transformers/main/en/model_doc/efficientn
25
  BibTeX entry and citation info
26
  ```
27
  @inproceedings{he2016deep,
28
- title={Deep residual learning for image recognition},
29
- author={He, Kaiming and Zhang, Xiangyu and Ren, Shaoqing and Sun, Jian},
30
- booktitle={Proceedings of the IEEE conference on computer vision and pattern recognition},
31
- pages={770--778},
32
- year={2016}
33
  }
34
  ```
35
 
 
1
  ---
2
+ license: apache-2.0
3
  datasets:
4
  - ILSVRC/imagenet-1k
5
  pipeline_tag: image-classification
 
12
 
13
  # Contents
14
 
15
+ - ONNX: efficientNet-b4.onnx
16
+ - Quantized ONNX (INT8): efficientNet-b4-q.onnx
17
 
18
  # Lecture note reference
19
 
 
26
  BibTeX entry and citation info
27
  ```
28
  @inproceedings{he2016deep,
29
+ title = {Deep residual learning for image recognition},
30
+ author = {He, Kaiming and Zhang, Xiangyu and Ren, Shaoqing and Sun, Jian},
31
+ booktitle = {Proceedings of the IEEE conference on computer vision and pattern recognition},
32
+ pages = {770--778},
33
+ year = {2016}
34
  }
35
  ```
36