Home
last modified time | relevance | path

Searched refs:predict (Results 1 – 5 of 5) sorted by relevance

/Zephyr-latest/samples/modules/tflite-micro/magic_wand/train/
Dtrain.py148 pred = np.argmax(model.predict(test_data), axis=1)
/Zephyr-latest/subsys/mgmt/mcumgr/smp/
DKconfig20 This value is used by zcbor to predict needed map encoding,
/Zephyr-latest/doc/services/llext/
Dload.rst75 the results are difficult to predict. Some common issues may be:
/Zephyr-latest/samples/modules/tflite-micro/hello_world/train/
Dtrain_hello_world_model.ipynb27 …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/
DKconfig943 to predict the canary location and value.