reset_state {keras3} | R Documentation |
Reset the state for a model, layer or metric.
reset_state(object)
object |
Model, Layer, or Metric instance Not all Layers have resettable state (E.g., |
object
, invisibly.
Other layer methods:
count_params()
get_config()
get_weights()
quantize_weights()