Update README.md
Browse files
    	
        README.md
    CHANGED
    
    | 
         @@ -12,7 +12,8 @@ Please see www.github.com/kalray/kann-models-zoo for details and proper usage. < 
     | 
|
| 12 | 
         | 
| 13 | 
         
             
            # Contents
         
     | 
| 14 | 
         | 
| 15 | 
         
            -
            - ONNX: 
     | 
| 
         | 
|
| 16 | 
         | 
| 17 | 
         
             
            # Lecture note reference
         
     | 
| 18 | 
         | 
| 
         @@ -21,8 +22,8 @@ Please see www.github.com/kalray/kann-models-zoo for details and proper usage. < 
     | 
|
| 21 | 
         | 
| 22 | 
         
             
            # Repository or links references
         
     | 
| 23 | 
         | 
| 24 | 
         
            -
            - https://github.com/onnx/models/blob/main/validated/vision/classification/alexnet/README.md
         
     | 
| 25 | 
         
            -
            - https://pytorch.org/vision/stable/models/generated/torchvision.models.alexnet.html#torchvision.models.alexnet
         
     | 
| 26 | 
         | 
| 27 | 
         
             
            BibTeX entry and citation info
         
     | 
| 28 | 
         
             
            ```
         
     | 
| 
         | 
|
| 12 | 
         | 
| 13 | 
         
             
            # Contents
         
     | 
| 14 | 
         | 
| 15 | 
         
            +
            - ONNX: alexnet-torch.onnx
         
     | 
| 16 | 
         
            +
            - Quantized-ONNX (INT8): alexnet-torch.onnx
         
     | 
| 17 | 
         | 
| 18 | 
         
             
            # Lecture note reference
         
     | 
| 19 | 
         | 
| 
         | 
|
| 22 | 
         | 
| 23 | 
         
             
            # Repository or links references
         
     | 
| 24 | 
         | 
| 25 | 
         
            +
            - [ONNX](https://github.com/onnx/models/blob/main/validated/vision/classification/alexnet/README.md)
         
     | 
| 26 | 
         
            +
            - [PyTorch | TorchVision](https://pytorch.org/vision/stable/models/generated/torchvision.models.alexnet.html#torchvision.models.alexnet)
         
     | 
| 27 | 
         | 
| 28 | 
         
             
            BibTeX entry and citation info
         
     | 
| 29 | 
         
             
            ```
         
     |