LeGoatDucHuynh commited on
Commit
a623bd0
·
verified ·
1 Parent(s): d45a781

Upload folder using huggingface_hub

Browse files
densenet_onnx/1/model.onnx ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:79c3bc0974696a2ea9efd2f7bca19fdd630834bd0086f1b4a1c3db3dce3b2a51
3
+ size 32719461
densenet_onnx/config.pbtxt ADDED
@@ -0,0 +1,19 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ name: "densenet_onnx"
2
+ platform: "onnxruntime_onnx"
3
+ max_batch_size: 0
4
+
5
+ input [
6
+ {
7
+ name: "data_0"
8
+ data_type: TYPE_FP32
9
+ dims: [1, 3, 224, 224]
10
+ }
11
+ ]
12
+
13
+ output [
14
+ {
15
+ name: "fc6_1"
16
+ data_type: TYPE_FP32
17
+ dims: [1, 1000, 1, 1]
18
+ }
19
+ ]