Closed
Description
The input of each layer (e.g., Dense layer and Conv layer) except "Input layer" must be a Layer
instance.
I think this behavior is not so transparent to TensorFlow.
In the case that I want to use an intermediate tf.Tensor
as input for a Layer
instance,
is there any existing method of TensorLayer to implement this function?