Update README.md
Browse files
README.md
CHANGED
|
@@ -61,7 +61,8 @@ Outputs are saved as `data/prediction.npz` with keys: `u, v, w, k`.
|
|
| 61 |
- `model/` β exported ONNX weights
|
| 62 |
- `inference_example/` β complete preprocessing β inference β postprocessing pipeline
|
| 63 |
- `normalization/` β training-time normalization parameters
|
| 64 |
-
- `scripts/` β runnable inference scripts
|
|
|
|
| 65 |
|
| 66 |
---
|
| 67 |
|
|
|
|
| 61 |
- `model/` β exported ONNX weights
|
| 62 |
- `inference_example/` β complete preprocessing β inference β postprocessing pipeline
|
| 63 |
- `normalization/` β training-time normalization parameters
|
| 64 |
+
- `scripts/` β runnable inference scripts
|
| 65 |
+
- `utils/` β helper functions
|
| 66 |
|
| 67 |
---
|
| 68 |
|