linchensen commited on
Commit
767b59e
Β·
verified Β·
1 Parent(s): 6e44484

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -1
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