Reputation: 85
I am working on converting some code in Torch and lua to Keras and python. Is there a function in Keras that works like View in Torch? EDIT: I want to use the function to convert the output from a convolutional layer to proper shape as a input to a fully connected layer.
Upvotes: 1
Views: 304