bytecodealliance / wasi-nn

High-level bindings for wasi-nn system calls
Apache License 2.0
44 stars 33 forks source link

Use MobileNet fixtures for examples #27

Closed abrown closed 3 years ago

abrown commented 3 years ago

The AlexNet model weights are an extremely large file--233MB. We could save the CI and users some pain by switching over to the 14MB MobileNet model in the example.

brianjjones commented 3 years ago

Fixed this issue, it now uses MobileNet for both AssemblyScript and Rust.