Print a summary of a Keras model

# S3 method for keras.engine.training.Model
summary(object,
  line_length = getOption("width"), positions = NULL, ...)

Arguments

object

Keras model instance

line_length

Total length of printed lines

positions

Relative or absolute positions of log elements in each line. If not provided, defaults to c(0.33, 0.55, 0.67, 1.0).

...

Unused

See also