Skip to content

Commit ed43fc6

Browse files
committed
Update Jozufile with ONNX model information
1 parent 13b8039 commit ed43fc6

File tree

1 file changed

+14
-10
lines changed

1 file changed

+14
-10
lines changed

examples/onnx/Jozufile

+14-10
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,14 @@
1-
maintainer: gorkem
2-
modelFormat: onnx
3-
inputs:
4-
- name: input
5-
type: float32
6-
dims: [1, 3, 224, 224]
7-
outputs:
8-
- name: output
9-
type: float32
10-
dims: [1, 1000]
1+
version: 1.0
2+
package:
3+
name: Densenet-ONNX
4+
description: >-
5+
Example using onnx.
6+
authors: [Gorkem]
7+
license: Apache-2.0
8+
models:
9+
- name: onnx Model
10+
path: ./model
11+
framework: sklearn:1.3.0
12+
version: 1.2
13+
description: Example model using onnx
14+
license: Apache-2.0

0 commit comments

Comments
 (0)