qmller pebeaucamps commited on
Commit
60bacf0
1 Parent(s): 49fc965

Update README.md (#1)

Browse files

- Update README.md (48e7363332d5e395e554eb2e85ac69e5ca4d5fd8)


Co-authored-by: Pierre-Edouard Beaucamps <pebeaucamps@users.noreply.huggingface.co>

Files changed (1) hide show
  1. README.md +5 -5
README.md CHANGED
@@ -4,22 +4,22 @@ datasets:
4
  - ILSVRC/imagenet-1k
5
  pipeline_tag: image-classification
6
  ---
7
- # Intro:
8
 
9
- This repository stores the model for Resnet50v1.5 to be compatible with the Kalray's neural network API. </br>
10
  Please see www.github.com/kalray/kann-models-zoo for details and proper usage. </br>
11
  Please see https://huggingface.co/docs/transformers/main/en/model_doc/resnet for Resnet model description. </br>
12
 
13
- # Contents:
14
 
15
  - ONNX: resnet50v1.5.onnx
16
  - TFLite: resnet50v1.5.tflite
17
 
18
- # Lecture note reference:
19
 
20
  Deep Residual Learning for Image Recognition, https://arxiv.org/pdf/1512.03385.pdf
21
 
22
- # Repository or links references:
23
 
24
  https://pytorch.org/vision/main/models/generated/torchvision.models.resnet50.html#torchvision.models.resnet50
25
 
 
4
  - ILSVRC/imagenet-1k
5
  pipeline_tag: image-classification
6
  ---
7
+ # Introduction
8
 
9
+ This repository stores the model for Resnet50v1.5, compatible with Kalray's neural network API. </br>
10
  Please see www.github.com/kalray/kann-models-zoo for details and proper usage. </br>
11
  Please see https://huggingface.co/docs/transformers/main/en/model_doc/resnet for Resnet model description. </br>
12
 
13
+ # Contents
14
 
15
  - ONNX: resnet50v1.5.onnx
16
  - TFLite: resnet50v1.5.tflite
17
 
18
+ # Lecture note reference
19
 
20
  Deep Residual Learning for Image Recognition, https://arxiv.org/pdf/1512.03385.pdf
21
 
22
+ # Repository or links references
23
 
24
  https://pytorch.org/vision/main/models/generated/torchvision.models.resnet50.html#torchvision.models.resnet50
25