input

Input layer

Input type layers are first layers in network. They are used to help with preprocessing data, and to initialize the input size for the rest of the network.

Every model must have an input type layer.

Classes

Input(input_size)

Input is the base input type layer, it just passes inputed values to the next layer.