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
@janjongboom Hello, I am trying to use the utensor-mnist-demo project and Mbed Simulator (from https://labs.mbed.com/).
I have cloned and run the project on the Mbed Simulator, but I had encountered the following runtime error when the program runs get_deep_mlp_ctx(ctx, smallImage.get_data()); in the main :
Uncaught RuntimeError: float unrepresentable in integer range
at emterpret (wasm-function[66]:3344)
at emterpret (wasm-function[66]:4977)
at emterpret (wasm-function[66]:4977)
at __ZN12RequantizeOp7computeEv (wasm-function[7500]:38)
at emterpret (wasm-function[66]:5564)
at emterpret (wasm-function[66]:4977)
at emterpret (wasm-function[66]:4977)
at Object.Module.emterpret (http://localhost:7900/out/utensor-mnist-demo.js:7442:37)
at resume (http://localhost:7900/out/utensor-mnist-demo.js:6401:34)
at http://localhost:7900/out/utensor-mnist-demo.js:6455:11
The text was updated successfully, but these errors were encountered:
@janjongboom Hello, I am trying to use the utensor-mnist-demo project and Mbed Simulator (from https://labs.mbed.com/).
I have cloned and run the project on the Mbed Simulator, but I had encountered the following runtime error when the program runs
get_deep_mlp_ctx(ctx, smallImage.get_data());
in the main :The text was updated successfully, but these errors were encountered: