Learn R Programming

keras3 (version 1.2.0)

count_params: Count the total number of scalars composing the weights.

Description

Count the total number of scalars composing the weights.

Usage

count_params(object)

Value

An integer count

Arguments

object

Layer or model object

See Also

Other layer methods:
get_config()
get_weights()
quantize_weights()
reset_state()