You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Aug 17, 2021. It is now read-only.
This is maybe caused by missing backend implementations, but if a native build is created it returns immediately when models are run.
Build with:
cargo build --no-default-features --features="native" --releaseRun any model, e.g.:
target/release/juice-examples mnist linear --batch-size 20Returns almost immediately with no results printed.