crested.tl.zoo.utils.get_output#
- crested.tl.zoo.utils.get_output(input_layer, hidden_layers)#
Pass input layer through hidden layers.
- Parameters:
input_layer – Input layer.
hidden_layers – Hidden layers.
- Returns:
keras.KerasTensor Output tensor after passing through all hidden layers.