Create README.md
Browse files
README.md
ADDED
@@ -0,0 +1,21 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
language:
|
3 |
+
- en
|
4 |
+
---
|
5 |
+
|
6 |
+
## 3D U-Net
|
7 |
+
|
8 |
+
- Origin: https://github.com/mlcommons/inference/tree/master/vision/medical_imaging/3d-unet-kits19
|
9 |
+
- Article: https://arxiv.org/abs/1606.06650
|
10 |
+
- Input:
|
11 |
+
- size: \[N,1,128,128,128\]
|
12 |
+
- format: NCHWZ
|
13 |
+
- ONNX
|
14 |
+
- opset: 12
|
15 |
+
- operators: 155 (6 types)
|
16 |
+
- Concat: 5
|
17 |
+
- Producer: 78
|
18 |
+
- ReLU: 22
|
19 |
+
- Conv: 23
|
20 |
+
- ConvTranspose: 5
|
21 |
+
- InstanceNormalization: 22
|