oporus-deep-plc-weights 0.2.4

Build-time deep PLC weights blob for Oporus.
1
2
3
4
5
6
7
8
9
10
11
12
13
# oporus-deep-plc-weights

Builds a deep PLC/DRED weight blob at compile time and exposes it via
`DNN_BLOB`.

## Build inputs

- `DNN_WEIGHTS_PATH`: directory or tarball containing `dnn/*_data.c`
- `DNN_WEIGHTS_URL`: optional override for the tarball URL
- `DNN_WEIGHTS_SHA256`: optional override for the tarball checksum

If `DNN_WEIGHTS_PATH` is not set, enable the `fetch` feature to download the
model tarball automatically.