mattsnew commited on
Commit
51421cb
·
verified ·
1 Parent(s): ad2cbd3

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +78 -0
README.md ADDED
@@ -0,0 +1,78 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ datasets:
3
+ - timm/mini-imagenet
4
+ metrics:
5
+ - accuracy
6
+ tags:
7
+ - Classification
8
+ - arxiv:<2201.03545> # A ConvNet for the 2020s
9
+ pipeline_tag: image-classification
10
+ Operators:
11
+ - Add: 12
12
+ - Conv2D: 40
13
+ - Flatten: 1
14
+ - Gemme: 1
15
+ - ReLu: 12
16
+
17
+ features:
18
+ - name: "ONNX import"
19
+ tested_in_CI: true
20
+ - name: "ONNX export"
21
+ tested_in_CI: true
22
+ - name: "Backend CPU"
23
+ tested_in_CI: true
24
+ - name: "Export CPP"
25
+ tested_in_CI: true
26
+
27
+
28
+ Source: PyTorch
29
+ Input:
30
+ - size:
31
+ - [N, 3, 300, 300]
32
+ - format: NCHW
33
+ - preprocessing:
34
+ - Resize
35
+ - Normalise
36
+ Output:
37
+ - size:
38
+ - [N*100]
39
+
40
+ ---
41
+
42
+ ---
43
+ datasets:
44
+ - timm/mini-imagenet
45
+ metrics:
46
+ - accuracy
47
+ tags:
48
+ - Classification
49
+ - arxiv:<2201.03545> # A ConvNet for the 2020s
50
+ pipeline_tag: image-classification
51
+ Operators:
52
+ - Add: 12
53
+ - Conv2D: 40
54
+ - Flatten: 1
55
+ - Gemme: 1
56
+ - ReLu: 12
57
+
58
+ features:
59
+ - name: "ONNX import"
60
+ tested_in_CI: true
61
+ - name: "Export CPP"
62
+ tested_in_CI: true
63
+
64
+
65
+ Source: PyTorch
66
+ Input:
67
+ - size:
68
+ - [N, 3, 300, 300]
69
+ - format: NCHW
70
+ - preprocessing:
71
+ - Resize
72
+ - Normalise
73
+ Output:
74
+ - size:
75
+ - [N*100]
76
+
77
+ ---
78
+