ML-examples
ML-examples copied to clipboard
Arm Machine Learning tutorials and examples
Bumps [numpy](https://github.com/numpy/numpy) from 1.19.5 to 1.22.0. Release notes Sourced from numpy's releases. v1.22.0 NumPy 1.22.0 Release Notes NumPy 1.22.0 is a big release featuring the work of 153 contributors spread...
Bumps [tensorflow](https://github.com/tensorflow/tensorflow) from 2.5.0 to 2.7.2. Release notes Sourced from tensorflow's releases. TensorFlow 2.7.2 Release 2.7.2 This releases introduces several vulnerability fixes: Fixes a code injection in saved_model_cli (CVE-2022-29216) Fixes...
I'm trying to use this code but with a customer dataset. My wanted word is only one word which is a different case than the original code. In the dataset...
We are stuck at a problem that requires the weights and biases to be represented in Qm.n formats from the trained Tensorflow Lite model. The trained CNN model on Tensorflow...
Hi, I retrained the model with my own dataset. I created one class for the wanted word (only one wanted word in my case) and another class for unwanted words...
Hi, I'm trying to edit the freez.py from the main project folder( which is Tensorflow 1.X). to make it suitable for thates project files( Tensorflow 2.5) However, when running `python...
Hello, I want to use this trained model as a base model; then, I will retrain the model with a custom dataset. The word that I want to train the...
Hi, Why when I change the wanted words to only one word (yes for example) I get the following error `Traceback (most recent call last): File "test.py", line 199, in...
Hi all, I would like to know whether the nn_quantizer.py and code_gen.py works for all caffe models with specified restrictions. As an example: 1. In NXP mnist example, they are...
Hi, I'm trying to print the prediction results and the labels, in addition to accuracy. I;m not sure what I'm doing wrong here for mfcc, label in test_data: prediction =...