second-state / wasm-learning

Building Rust functions for Node.js to take advantage of Rust's performance, WebAssembly's security and portability, and JavaScript's ease-of-use. Demo code and recipes.
https://www.secondstate.io/articles/getting-started-with-rust-function/
485 stars 102 forks source link

issue #18

Closed cymqqqq closed 3 years ago

cymqqqq commented 3 years ago

Where can I find "MobilenetV1/Predictions/Softmax"?

juntao commented 3 years ago

That is the name of the output tensor from the model. When you get the tensorflow model, it typically comes with instructions on the input and output tensor formats. Thanks.

On Mon, Jan 18, 2021 at 2:16 PM Jack Choi notifications@github.com wrote:

Where can I find "MobilenetV1/Predictions/Softmax"?

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/second-state/wasm-learning/issues/18, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAACUNS5OW6DC732AEX5LVLS2PG2TANCNFSM4WGZKB3A .

-- Michael Yuan, PhD Fast, safe, portable and serverless Rust programs on Node.js, or as a FaaS http://SecondState.io http://cloud.secondstate.io

cymqqqq commented 3 years ago

THX