evaluate {tensorflow}R Documentation

Evaluate a Model

Description

Evaluate a model object. See implementations in the keras3 package.

Usage

evaluate(object, ...)

Arguments

object

An evaluatable R object.

...

Optional arguments passed on to implementing methods.

Implementations


[Package tensorflow version 2.16.0 Index]