You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?