-
Notifications
You must be signed in to change notification settings - Fork 1.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
How to use InputLayer/ How to interact TensorFlow and TensorLayer #7
Comments
Hi, you can feed your If you look into the source code, the InputLayer just creat a |
@zsdonghao thx, the solution is the same as mine. |
@llan-ml Yes, indeed. For |
Jingqing patch: requirement fixed and tutorial folder reorganised
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 aLayer
instance,is there any existing method of TensorLayer to implement this function?
The text was updated successfully, but these errors were encountered: