cooper_robot commited on
Commit
7e30e65
·
1 Parent(s): 6d8fa5e

Add release note for v1.1.0

Browse files
Files changed (2) hide show
  1. README.md +27 -0
  2. resource/ConvNeXt.png +3 -0
README.md ADDED
@@ -0,0 +1,27 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ library_name: pytorch
3
+ ---
4
+
5
+ ![convnext_logo](resource/ConvNeXt.png)
6
+
7
+ ConvNeXt revisits and modernizes convolutional neural network design by incorporating architectural insights from Vision Transformers, such as large kernels, simplified blocks, and improved normalization, while retaining convolutional efficiency.
8
+
9
+ Original paper: [A ConvNet for the 2020s, Liu et al., 2022](https://arxiv.org/abs/2201.03545)
10
+
11
+ # ConvNeXt-T
12
+
13
+ This model uses the ConvNeXt-Tiny variant, a lightweight configuration that delivers strong accuracy with relatively low computational cost. It is well suited for high-resolution image classification and as a general-purpose backbone for detection and segmentation tasks where CNN efficiency is preferred.
14
+
15
+ Model Configuration:
16
+ - Reference implementation: [ConvNeXt_T](https://pytorch.org/vision/stable/models/generated/torchvision.models.convnext_tiny.html)
17
+ - Original Weight: [ConvNeXt_Tiny_Weights.IMAGENET1K_V1](https://download.pytorch.org/models/convnext_tiny-983f1562.pth)
18
+ - Resolution: 3x224x224
19
+ - Support Cooper version:
20
+ - Cooper SDK: [2.5.2]
21
+ - Cooper Foundry: [2.2]
22
+
23
+ | Model | Device | Model Link |
24
+ | :-----: | :-----: | :-----: |
25
+ | ConvNeXt-T | N1-655 | [Model_Link](https://huggingface.co/Ambarella/ConvNeXt/blob/main/n1-655_convnext_tiny.bin) |
26
+ | ConvNeXt-T | CV72 | [Model_Link](https://huggingface.co/Ambarella/ConvNeXt/blob/main/cv72_convnext_tiny.bin) |
27
+ | ConvNeXt-T | CV75 | [Model_Link](https://huggingface.co/Ambarella/ConvNeXt/blob/main/cv75_convnext_tiny.bin) |
resource/ConvNeXt.png ADDED

Git LFS Details

  • SHA256: 54fbc622e2d952d58038843ce480c045b626c6a4b6e47ff7d767d598b91fbe84
  • Pointer size: 131 Bytes
  • Size of remote file: 573 kB