plot.citoarchitecture: Plot the CNN architecture

View source: R/cnn.R

plot.citoarchitectureR Documentation

Plot the CNN architecture

Description

Plot the CNN architecture

Usage

## S3 method for class 'citoarchitecture'
plot(x, input_shape, output_shape, ...)

Arguments

x

an object of class citoarchitecture 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

nothing


cito documentation built on May 29, 2024, 1:28 a.m.