Searched refs:predict (Results 1 – 5 of 5) sorted by relevance
/Zephyr-latest/samples/modules/tflite-micro/magic_wand/train/ |
D | train.py | 148 pred = np.argmax(model.predict(test_data), axis=1)
|
/Zephyr-latest/subsys/mgmt/mcumgr/smp/ |
D | Kconfig | 20 This value is used by zcbor to predict needed map encoding,
|
/Zephyr-latest/doc/services/llext/ |
D | load.rst | 75 the results are difficult to predict. Some common issues may be:
|
/Zephyr-latest/samples/modules/tflite-micro/hello_world/train/ |
D | train_hello_world_model.ipynb | 27 …e) function. This will result in a model that can take a value, `x`, and predict its sine, `y`.\n", 376 …rk model that will take an input value (in this case, `x`) and use it to predict a numeric output … 1525 …an the _validation loss_, which would mean that the model has learned to predict the training data… 1657 "y_test_pred = model_1.predict(x_test)\n", 2917 "y_test_pred = model.predict(x_test)\n", 3042 …"We define the `predict` (for predictions) and `evaluate` (for loss) functions for TFLite models. … 3112 "y_test_pred_tf = model.predict(x_test)\n",
|
/Zephyr-latest/kernel/ |
D | Kconfig | 943 to predict the canary location and value.
|