How can I feed data into a middle layer?
Created by: TheodoreG
Hi, everyone I have a question about feed data.
- Is the fluid.layers.data() only way for feeding data? Can I feed data into any tensor in the program?
- I want to train a ResNet model from a middle layer like 'pool6', and I want to feed this 2048-dim feature into the network, how can I achieve this?