mobilenet_v2

Crates.iomobilenet_v2
lib.rsmobilenet_v2
version0.1.0
sourcesrc
created_at2020-10-02 22:53:56.461022
updated_at2020-10-02 22:53:56.461022
descriptionThis application is designed to be used as a command from a WebAssembly function running inside the SSVM to perform native tensorflow operations. Please see documentation for more details.
homepagehttps://github.com/second-state/AI-as-a-Service/native_model_zoo/image_classification_mobilenet
repositoryhttps://github.com/second-state/AI-as-a-Service
max_upload_size
id295580
size16,485
Michael Yuan (juntao)

documentation

README

ImageNet MobileNet custom model wrapper

This application is designed to be used as a command from a WebAssembly function running inside the SSVM to perform native tensorflow operations. It is NOT designed for direct command line use.

Install tensorflow

Follow the instructions. On most Linux systems, just do the following.

$ wget https://storage.googleapis.com/tensorflow/libtensorflow/libtensorflow-gpu-linux-x86_64-1.15.0.tar.gz
$ sudo tar -C /usr/ -xzf libtensorflow-gpu-linux-x86_64-1.15.0.tar.gz

Build and install

To install from the local source, do this.

$ cargo install --path .
Commit count: 27

cargo fmt