Skip to contents

Print class citoarchitecture

Usage

# S3 method for citoarchitecture
print(x, input_shape, output_shape, ...)

Arguments

x

an object created by create_architecture

input_shape

a vector with the dimensions of a single sample (e.g. c(3,28,28))

output_shape

the number of nodes in the output layer

...

additional arguments

Value

original object