Views
No views yet
| File | Size | SHA-256 |
|---|---|---|
model.mobilenet.onnx | 12,135,629 bytes | e6e36494aa6457f8d93bb882e90fe7bf2100484fdaa2085d15856217ba1fcbf1 |
assets/model.mobilenet.onnx at Batai revision
4fb905fbec73d3e5f90bb3ada5a62af283612015../scripts/fetch-upstream.shreproduced/model.mobilenet.onnx. That directory is ignored. A successful run
means the fetched file matches the committed model byte for byte.input, uint8, NHWC [batch, 224, 224, 3].output, float32, [batch, 35] class probabilities.NOISE, are embedded in the ONNX metadata.preprocessing/README.md links directly to the closest available
upstream implementation and includes unchanged copies of the later spectrogram and training image
paths. The model revision itself does not contain preprocessing code, so the repository does not
claim that these later files produced this exact model. scripts/fetch-upstream.sh retrieves and
verifies both the model and the pinned reference source.golden/ contains a deterministic model-ready input tensor and its expected output. It catches
changes in model bytes, tensor names, shapes, dtypes, or ONNX Runtime results. It does not test the
raw-audio preprocessing path.uv run --project golden --frozen --python 3.11.15 python scripts/verify_golden.pygolden/manifest.json.LICENSE and NOTICE files are copied here unchanged.LICENSE and NOTICE.