Layer/Model weights as R arrays
Note
You can access the Layer/Model as KerasVariables
(which are also
backend-native tensors like tf.Variable
) at object$weights
,
object$trainable_weights
, or object$non_trainable_weights
See also
Other layer methods: count_params()
get_config()
quantize_weights()
reset_state()