inoryQwQ commited on
Commit
fd312bc
·
verified ·
1 Parent(s): f9341aa

Upload models/model_meta.json with huggingface_hub

Browse files
Files changed (1) hide show
  1. models/model_meta.json +34 -0
models/model_meta.json ADDED
@@ -0,0 +1,34 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "model_name": "resnet50",
3
+ "framework": "pytorch",
4
+ "architecture": "resnet50",
5
+ "task": "image-classification",
6
+ "num_classes": 1000,
7
+ "inputs": [
8
+ {
9
+ "name": "input",
10
+ "shape": [
11
+ 1,
12
+ 3,
13
+ 224,
14
+ 224
15
+ ],
16
+ "dtype": "float32",
17
+ "layout": "NCHW",
18
+ "preprocess": "ImageNet normalization. Pulsar2: mean=[123.67, 116.28, 103.53], calibration_std=[58.4, 57.12, 57.38]"
19
+ }
20
+ ],
21
+ "outputs": [
22
+ {
23
+ "name": "output",
24
+ "shape": [
25
+ 1,
26
+ 1000
27
+ ],
28
+ "dtype": "float32",
29
+ "semantic": "ImageNet class logits"
30
+ }
31
+ ],
32
+ "opset": 18,
33
+ "onnx_size_bytes": 102359372
34
+ }