Expand description
Snake CNN inference for WASM
Pure Rust implementation of Snake CNN forward pass. Stays off the Burn
tensor stack used on the training side so the WASM bundle stays small;
see crate::inference module docs and docs/WASM_ROADMAP.md.
Structsยง
- SnakeCNN
Inference - A serializable CNN model for Snake inference