vastaisz commited on
Commit
4129603
·
verified ·
1 Parent(s): 6a9e609

Upload traffic structure configuration

Browse files
Files changed (4) hide show
  1. models/mod.json +3 -0
  2. models/mod.params +3 -0
  3. models/mod.so +3 -0
  4. models/vamc.yaml +25 -0
models/mod.json ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4f7281c513b89a9b1234b9f80c2e50bcae139a134df0cec4b54edfb110702ebe
3
+ size 297963
models/mod.params ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d0db981294f07ddb42317690e5a71cb4cde3b24800e0708445662b4cb4256494
3
+ size 15126980
models/mod.so ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:05b51410019d80450df8c80f881f19152334862f9883479e80f25281a98609f9
3
+ size 497408
models/vamc.yaml ADDED
@@ -0,0 +1,25 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ dataset:
2
+ path: ILSVRC2012_img_calib
3
+ sampler: {get_data_num: 1000, suffix: JPEG}
4
+ transform_ops:
5
+ - {type: DecodeImage}
6
+ - size: [256, 256]
7
+ type: Resize
8
+ - crop_size: [224, 224]
9
+ type: CenterCrop
10
+ - mean: [0.485, 0.456, 0.406]
11
+ std: [0.229, 0.224, 0.225]
12
+ type: Normalize
13
+ - {type: ToTensor}
14
+ engine:
15
+ add_extra_ops_to_graph: {type: softmax}
16
+ calibration: {calibrate_mode: percentile, quantize_per_channel: true, stream_mode: true}
17
+ common: {cluster_mode: 0}
18
+ dtype: int8
19
+ type: vacc
20
+ model:
21
+ checkpoint: onnx/nmv_type.onnx
22
+ inputs:
23
+ input: [1, 3, 224, 224]
24
+ name: nmv_type
25
+ workspace: {enable_ir: false, save_log: true, work_dir: ./deploy_weights/}