A_Guide_to_Running_Tensorflow_Models_on_Android icon indicating copy to clipboard operation
A_Guide_to_Running_Tensorflow_Models_on_Android copied to clipboard

This is the code for"A Guide to Running Tensorflow Models on Android" By SIraj Raval on Youtube

Results 12 A_Guide_to_Running_Tensorflow_Models_on_Android issues
Sort by recently updated
recently updated
newest added

I have changed the tensorflow1.x files to tensorflow2.0. This might help other new users to get started.

this commit adds support for Gitpod.io, a free automated dev environment that makes contributing and generally working on GitHub projects much easier. It allows anyone to start a ready-to-code dev...

while compiling the project it says `error: cannot find symbol class Classification`

**export_model(tf.train.Saver(), model, ["conv2d_1_input"], "dense_2/Softmax")** In the above line of code, what would be the parameters for Binary output? I have used only ONE convolution layer. I just want to make...

Hi, Is it possible to generate an alternative app activity to load the test data from a file(csv/image) and test the model's performance? I am working on an inertial sensor(acc+gyro)...

The model passed to the export method wasn't actually used

Imported `mariannelinhares.mnistandroid.models.Classification`, which was missing.

Hello there, I have trained a model of my own dataset which consists of Bangla characters of 60 different labels. When I replaced the opt_mnist_convnet-keras.pb with my own file I...