| evaluate.ggml_sequential_model | R Documentation |
Computes loss and metrics on test data. This is the keras-compatible
interface; it delegates to ggml_evaluate.
## S3 method for class 'ggml_sequential_model'
evaluate(x, test_x, test_y, batch_size = 32L, ...)
## S3 method for class 'ggml_functional_model'
evaluate(x, test_x, test_y, batch_size = 32L, ...)
x |
A trained model object. |
test_x |
Test data. |
test_y |
Test labels. |
batch_size |
Batch size (default 32). |
... |
Additional arguments passed to |
A named list with loss and metric values.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.