TensorFlow-on-Android-for-Human-Activity-Recognition-with-LSTMs icon indicating copy to clipboard operation
TensorFlow-on-Android-for-Human-Activity-Recognition-with-LSTMs copied to clipboard

iPython notebook and Android app that shows how to build LSTM model in TensorFlow and deploy it on Android

Results 9 TensorFlow-on-Android-for-Human-Activity-Recognition-with-LSTMs issues
Sort by recently updated
recently updated
newest added

I tried to reduce batch size to 8 , even then got this error. I am using NVIDIA 1050 Ti-4GB

The frozen_har.pb created following your tutorial doesn't work. also the frozen_har.pb on your github repo aslo doens't work. I am implementing this solution on a critical project. Please help me....

When i am running the python file in Google Colab. and generate frozen_har.pb file I am receiving below exception. If you can help me in resolving the issue. ```E/AndroidRuntime: FATAL...

- Add ndk in `build.properties` ```gradle ndk { abiFilters "armeabi-v7a" } ``` - Clean codes as IDE suggests - A runnable environment with Screen Capture in `README.md`

Hi, I'm trying to run the Android app in an Emulator on Android Studio 3.5.3 and it keeps crashing with the following error: --------- beginning of crash 2020-02-18 15:58:39.090 10464-10464/io.github.introml.activityrecognition...

How to set class weight for imbalance dataset?

In the Android app, shouldn't there be similar data pre-processing steps similar to the training jupyter notebook?

Can you tell me the version of TensorFlow that was used for training at the time?